mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
[Frontend] Time Controller Markup and Styling
open #1515 open #117 Tweak to mixin "test";
This commit is contained in:
parent
404d1e7801
commit
54a077a4e2
@ -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% {
|
||||
|
Loading…
x
Reference in New Issue
Block a user