[Frontend] Time Controller Markup and Styling
open #1515 open #117 Tweak to mixin "test";
This commit is contained in:
@@ -390,7 +390,7 @@
|
||||
}
|
||||
|
||||
@mixin test($c: #ffcc00, $a: 0.2) {
|
||||
background-color: rgba($c, $a);
|
||||
background-color: rgba($c, $a) !important;
|
||||
}
|
||||
|
||||
@mixin tmpBorder($c: #ffcc00, $a: 0.75) {
|
||||
|
||||
@@ -247,7 +247,7 @@ a.disabled {
|
||||
|
||||
/* line 42, ../../../../general/res/sass/_effects.scss */
|
||||
.test {
|
||||
background-color: rgba(255, 204, 0, 0.2); }
|
||||
background-color: rgba(255, 204, 0, 0.2) !important; }
|
||||
|
||||
@-moz-keyframes pulse {
|
||||
0% {
|
||||
|
||||
@@ -247,7 +247,7 @@ a.disabled {
|
||||
|
||||
/* line 42, ../../../../general/res/sass/_effects.scss */
|
||||
.test {
|
||||
background-color: rgba(255, 204, 0, 0.2); }
|
||||
background-color: rgba(255, 204, 0, 0.2) !important; }
|
||||
|
||||
@-moz-keyframes pulse {
|
||||
0% {
|
||||
|
||||
Reference in New Issue
Block a user