[Frontend] Time Controller Markup and Styling

open #1515
open #117
Tweak to mixin "test";
This commit is contained in:
Charles Hacskaylo 2015-09-24 14:20:25 -07:00
parent 404d1e7801
commit 54a077a4e2
3 changed files with 3 additions and 3 deletions

View File

@ -390,7 +390,7 @@
} }
@mixin test($c: #ffcc00, $a: 0.2) { @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) { @mixin tmpBorder($c: #ffcc00, $a: 0.75) {

View File

@ -247,7 +247,7 @@ a.disabled {
/* line 42, ../../../../general/res/sass/_effects.scss */ /* line 42, ../../../../general/res/sass/_effects.scss */
.test { .test {
background-color: rgba(255, 204, 0, 0.2); } background-color: rgba(255, 204, 0, 0.2) !important; }
@-moz-keyframes pulse { @-moz-keyframes pulse {
0% { 0% {

View File

@ -247,7 +247,7 @@ a.disabled {
/* line 42, ../../../../general/res/sass/_effects.scss */ /* line 42, ../../../../general/res/sass/_effects.scss */
.test { .test {
background-color: rgba(255, 204, 0, 0.2); } background-color: rgba(255, 204, 0, 0.2) !important; }
@-moz-keyframes pulse { @-moz-keyframes pulse {
0% { 0% {