atom-beautify/examples/nested-jsbeautifyrc/sass/original/kendo_ui.scss

22 lines
422 B
SCSS
Raw Normal View History

2015-05-02 19:11:01 -06:00
/* kendo UI */
@import "variables";
// slider
.k-slider-track {
background-color: $gray-light;
box-shadow: none;
}
.k-slider-selection {
background-color: $brand-primary;
}
.k-button {
border: 1px solid $brand-primary;
background-color: transparent;
color: $brand-primary;
&:hover {
border-color: $brand-primary;
background-color: $brand-primary;
color: #fff;
}
}