Skip to content

Commit c70bf3d

Browse files
authored
Fix callout sass nesting in Static_Full_Project
1 parent 11899ff commit c70bf3d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Static_Full_Project_GULP/scss/core/_callout.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
float: right;
1717
width: 50%;
1818
}
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+
}
1929
}
2030

2131
.callout-bordered {
@@ -43,13 +53,3 @@
4353
color: $text-muted;
4454
}
4555
}
46-
47-
@each $color, $value in $theme-colors {
48-
&.callout-#{$color} {
49-
border-left-color: $value;
50-
51-
h4 {
52-
color: $value;
53-
}
54-
}
55-
}

0 commit comments

Comments
 (0)