Skip to content

Commit 7166a03

Browse files
Update custom.scss
1 parent 66c803f commit 7166a03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_sass/custom/custom.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Slug
1+
// SLUG
22

33
.slug {
44
display: flex;
@@ -100,7 +100,7 @@
100100
}
101101
}
102102

103-
// Blue Button
103+
// BLUE BUTTON
104104

105105
.btn-blue2 {
106106
background-color: #183385; /* Blue-300 */
@@ -111,7 +111,7 @@
111111
color: #ffffff;
112112
}
113113

114-
// Flexbox
114+
// FLEXBOX
115115

116116
.custom-flexbox {
117117
display: flex;
@@ -144,7 +144,7 @@
144144
}
145145
}
146146

147-
// Font
147+
// FONT
148148

149149
.blue-font {
150150
font-weight: 500;
@@ -191,12 +191,12 @@ ol.custom-ol li {
191191
}
192192

193193
ol.custom-ol li::before {
194-
content: counter(list-item) ". ";
194+
content: counter(list-item) "";
195195
position: absolute;
196196
left: -2em;
197197
}
198198

199-
// Icons
199+
// ICONS
200200

201201
.nic {
202202
display: inline-block;

0 commit comments

Comments
 (0)