2015-05-02 19:11:01 -06:00
|
|
|
/* kendo UI */
|
2017-06-30 15:51:06 -06:00
|
|
|
|
2015-12-10 18:41:35 -07:00
|
|
|
@import "variables";
|
2016-02-20 11:55:56 -07:00
|
|
|
|
2015-05-02 19:11:01 -06:00
|
|
|
// slider
|
|
|
|
.k-slider-track {
|
|
|
|
background-color: $gray-light;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2016-07-30 14:45:17 -06:00
|
|
|
|
2015-05-02 19:11:01 -06:00
|
|
|
.k-slider-selection {
|
|
|
|
background-color: $brand-primary;
|
|
|
|
}
|
2016-07-30 14:45:17 -06:00
|
|
|
|
2015-05-02 19:11:01 -06:00
|
|
|
.k-button {
|
|
|
|
border: 1px solid $brand-primary;
|
|
|
|
background-color: transparent;
|
|
|
|
color: $brand-primary;
|
2016-07-30 14:45:17 -06:00
|
|
|
|
2015-05-02 19:11:01 -06:00
|
|
|
&:hover {
|
|
|
|
border-color: $brand-primary;
|
|
|
|
background-color: $brand-primary;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2015-12-10 18:41:35 -07:00
|
|
|
}
|