[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) {
background-color: rgba($c, $a);
background-color: rgba($c, $a) !important;
}
@mixin tmpBorder($c: #ffcc00, $a: 0.75) {