|
@@ -15,13 +15,13 @@
|
|
|
opacity: .4;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
-}
|
|
|
|
|
|
-.button.active {
|
|
|
- background: -webkit-gradient(linear, left top, left bottom, from(#ff9323), to(#ff6a01));
|
|
|
- background: -webkit-linear-gradient(top, #ff9323, #ff6a01);
|
|
|
- background: -o-linear-gradient(top, #ff9323, #ff6a01);
|
|
|
- background: linear-gradient(180deg, #ff9323, #ff6a01);
|
|
|
- cursor: pointer;
|
|
|
- opacity: 1;
|
|
|
+ &.active {
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, from(#ff9323), to(#ff6a01));
|
|
|
+ background: -webkit-linear-gradient(top, #ff9323, #ff6a01);
|
|
|
+ background: -o-linear-gradient(top, #ff9323, #ff6a01);
|
|
|
+ background: linear-gradient(180deg, #ff9323, #ff6a01);
|
|
|
+ cursor: pointer;
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
}
|