|
@@ -15,36 +15,36 @@
|
|
|
// Gutenberg text color options
|
|
|
.has-text-color {}
|
|
|
|
|
|
-.has-primary-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "primary", "default")} !important;
|
|
|
+.has-primary-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "primary", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-secondary-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "secondary", "default")} !important;
|
|
|
+.has-secondary-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "secondary", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-foreground-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "foreground", "default")} !important;
|
|
|
+.has-foreground-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
|
+.has-foreground-light-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "foreground", "light")};
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
|
+.has-foreground-dark-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "foreground", "dark")};
|
|
|
}
|
|
|
|
|
|
-.has-background-light-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "background", "light")} !important;
|
|
|
+.has-background-light-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "light")};
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "background", "dark")} !important;
|
|
|
+.has-background-dark-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "dark")};
|
|
|
}
|
|
|
|
|
|
-.has-background-color[class] {
|
|
|
- color: #{map-deep-get($config-global, "color", "background", "default")} !important;
|
|
|
+.has-background-color {
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
// Gutenberg background-color options
|
|
@@ -55,48 +55,48 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "primary", "default")} !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "primary", "default")};
|
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "primary", "default")} !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "primary", "default")};
|
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "secondary", "default")} !important;
|
|
|
+.has-secondary-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "secondary", "default")};
|
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "foreground", "default")} !important;
|
|
|
+.has-foreground-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
|
+.has-foreground-light-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "foreground", "light")};
|
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
|
+.has-foreground-dark-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "foreground", "dark")};
|
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "background", "light")} !important;
|
|
|
+.has-background-light-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "background", "light")};
|
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "background", "dark")} !important;
|
|
|
+.has-background-dark-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "background", "dark")};
|
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] {
|
|
|
- background-color: #{map-deep-get($config-global, "color", "background", "default")} !important;
|
|
|
+.has-background-background-color {
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
}
|
|
|
|