Skip to content

Commit 5e18732

Browse files
Merge pull request #28 from CastleCSS/Helper-classes-for-color-and-background-color
Added theme04 and theme05 color and background-color utility classes
2 parents a6bebd9 + 3a92389 commit 5e18732

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sass/base/utility.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
.color-theme03 {
132132
color: $theme03;
133133
}
134+
.color-theme04 {
135+
color: $theme04;
136+
}
137+
.color-theme05 {
138+
color: $theme05;
139+
}
134140
.bgcolor-theme01 {
135141
background-color: $theme01;
136142
}
@@ -140,6 +146,12 @@
140146
.bgcolor-theme03 {
141147
background-color: $theme03;
142148
}
149+
.bgcolor-theme04 {
150+
background-color: $theme04;
151+
}
152+
.bgcolor-theme05 {
153+
background-color: $theme05;
154+
}
143155

144156
/* Clearfix */
145157
.cf:before, .cf:after {content:"";display:table;}

0 commit comments

Comments
 (0)