We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855a1ea commit 11899ffCopy full SHA for 11899ff
Static_Starter_GULP/scss/core/_callout.scss
@@ -16,6 +16,16 @@
16
float: right;
17
width: 50%;
18
}
19
+
20
+ @each $color, $value in $theme-colors {
21
+ &.callout-#{$color} {
22
+ border-left-color: $value;
23
24
+ h4 {
25
+ color: $value;
26
+ }
27
28
29
30
31
.callout-bordered {
@@ -44,12 +54,3 @@
44
54
45
55
46
56
47
-@each $color, $value in $theme-colors {
48
- &.callout-#{$color} {
49
- border-left-color: $value;
50
-
51
- h4 {
52
- color: $value;
53
- }
-}
0 commit comments