Closes #72. Add another SCSS test file

This commit is contained in:
Glavin Wiechert 2015-05-02 22:11:01 -03:00
parent 7e22cd3944
commit 0e1cdd2f85
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/* 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;
}
}

View File

@ -0,0 +1,22 @@
/* 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;
}
}