We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c803f commit 7166a03Copy full SHA for 7166a03
_sass/custom/custom.scss
@@ -1,4 +1,4 @@
1
-// Slug
+// SLUG
2
3
.slug {
4
display: flex;
@@ -100,7 +100,7 @@
100
}
101
102
103
-// Blue Button
+// BLUE BUTTON
104
105
.btn-blue2 {
106
background-color: #183385; /* Blue-300 */
@@ -111,7 +111,7 @@
111
color: #ffffff;
112
113
114
-// Flexbox
+// FLEXBOX
115
116
.custom-flexbox {
117
@@ -144,7 +144,7 @@
144
145
146
147
-// Font
+// FONT
148
149
.blue-font {
150
font-weight: 500;
@@ -191,12 +191,12 @@ ol.custom-ol li {
191
192
193
ol.custom-ol li::before {
194
- content: counter(list-item) ". ";
+ content: counter(list-item) "";
195
position: absolute;
196
left: -2em;
197
198
199
-// Icons
+// ICONS
200
201
.nic {
202
display: inline-block;
0 commit comments