File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- // SLUG
1+ // 0001
22
33.slug {
44 display : flex ;
6464 margin : 0 ;
6565}
6666
67- /* Responsive Design */
6867@media (max-width : 768px ) {
6968 .slug {
7069 flex-direction : column ;
10099 }
101100}
102101
103- // BLUE BUTTON
102+ // 0002
104103
105104.btn-blue2 {
106105 background-color : #183385 ; /* Blue-300 */
111110 color : #ffffff ;
112111}
113112
114- // FLEXBOX
113+ // 0003
115114
116115.custom-flexbox {
117116 display : flex ;
144143 }
145144}
146145
147- // FONT
146+ // 0004
148147
149148.blue-font {
150149 font-weight : 500 ;
181180 color : #959396 ; /* Grey-000 */
182181}
183182
184- // CUSTOM LIST
183+ // 0005
185184
186185ol .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 ;
You can’t perform that action at this time.
0 commit comments