|
@@ -1029,36 +1029,36 @@ table th,
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
-.has-primary-color[class] {
|
|
|
- color: #23883D !important;
|
|
|
+.has-primary-color {
|
|
|
+ color: #23883D;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-color[class] {
|
|
|
- color: #0963C4 !important;
|
|
|
+.has-secondary-color {
|
|
|
+ color: #0963C4;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-color[class] {
|
|
|
- color: #111111 !important;
|
|
|
+.has-foreground-color {
|
|
|
+ color: #111111;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-color[class] {
|
|
|
- color: #6E6E6E !important;
|
|
|
+.has-foreground-light-color {
|
|
|
+ color: #6E6E6E;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
- color: #020202 !important;
|
|
|
+.has-foreground-dark-color {
|
|
|
+ color: #020202;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-color[class] {
|
|
|
- color: #F7F7F7 !important;
|
|
|
+.has-background-light-color {
|
|
|
+ color: #F7F7F7;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-color[class] {
|
|
|
- color: #CCCCCC !important;
|
|
|
+.has-background-dark-color {
|
|
|
+ color: #CCCCCC;
|
|
|
}
|
|
|
|
|
|
-.has-background-color[class] {
|
|
|
- color: #FFFFFF !important;
|
|
|
+.has-background-color {
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
@@ -1066,48 +1066,48 @@ table th,
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #23883D !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: #23883D;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #23883D !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: #23883D;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] {
|
|
|
- background-color: #0963C4 !important;
|
|
|
+.has-secondary-background-color {
|
|
|
+ background-color: #0963C4;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] {
|
|
|
- background-color: #111111 !important;
|
|
|
+.has-foreground-background-color {
|
|
|
+ background-color: #111111;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
- background-color: #6E6E6E !important;
|
|
|
+.has-foreground-light-background-color {
|
|
|
+ background-color: #6E6E6E;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #020202 !important;
|
|
|
+.has-foreground-dark-background-color {
|
|
|
+ background-color: #020202;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color[class] {
|
|
|
- background-color: #F7F7F7 !important;
|
|
|
+.has-background-light-background-color {
|
|
|
+ background-color: #F7F7F7;
|
|
|
color: #111111;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] {
|
|
|
- background-color: #CCCCCC !important;
|
|
|
+.has-background-dark-background-color {
|
|
|
+ background-color: #CCCCCC;
|
|
|
color: #111111;
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] {
|
|
|
- background-color: #FFFFFF !important;
|
|
|
+.has-background-background-color {
|
|
|
+ background-color: #FFFFFF;
|
|
|
color: #111111;
|
|
|
}
|
|
|
|