Skip to content

Commit f0ba14c

Browse files
Update custom.scss
1 parent 650a909 commit f0ba14c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

_sass/custom/custom.scss

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

33
.slug {
44
display: flex;
@@ -64,7 +64,6 @@
6464
margin: 0;
6565
}
6666

67-
/* Responsive Design */
6867
@media (max-width: 768px) {
6968
.slug {
7069
flex-direction: column;
@@ -100,7 +99,7 @@
10099
}
101100
}
102101

103-
// BLUE BUTTON
102+
// 0002
104103

105104
.btn-blue2 {
106105
background-color: #183385; /* Blue-300 */
@@ -111,7 +110,7 @@
111110
color: #ffffff;
112111
}
113112

114-
// FLEXBOX
113+
// 0003
115114

116115
.custom-flexbox {
117116
display: flex;
@@ -144,7 +143,7 @@
144143
}
145144
}
146145

147-
// FONT
146+
// 0004
148147

149148
.blue-font {
150149
font-weight: 500;
@@ -181,7 +180,7 @@
181180
color: #959396; /* Grey-000 */
182181
}
183182

184-
// CUSTOM LIST
183+
// 0005
185184

186185
ol.custom-ol {
187186
list-style: none;
@@ -201,7 +200,7 @@ ol.custom-ol li::before {
201200
left: -1.5em;
202201
}
203202

204-
// ICONS
203+
// 0006
205204

206205
.nric-blue-sml {
207206
display: inline-block;
@@ -311,8 +310,6 @@ ol.custom-ol li::before {
311310
mask-repeat: no-repeat;
312311
}
313312

314-
// Actions
315-
316313
.advance {
317314
-webkit-mask-image: url('https://raw.githubusercontent.com/NetrunnerCodex/NetrunnerIconCache/main/actions/advance_NRIC-OG.svg');
318315
mask-image: url('https://raw.githubusercontent.com/NetrunnerCodex/NetrunnerIconCache/main/actions/advance_NRIC-OG.svg');
@@ -394,7 +391,7 @@ ol.custom-ol li::before {
394391
mask-repeat: no-repeat;
395392
}
396393

397-
// NAV ARROWS
394+
// 0007
398395

399396
.nav-buttons {
400397
display: flex;

0 commit comments

Comments
 (0)