File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 219
219
} // #feature
220
220
221
221
.interstitial {
222
+ display : flex ;
223
+ align-items : center ;
222
224
& .code {
223
225
background-color : $gray-900 ;
224
226
border : 1px solid $gray-800 !important ;
230
232
border-color : $note-dark ;
231
233
background-color : $note-bkgnd-dark ;
232
234
}
233
-
235
+
234
236
& .info {
235
237
border-color : $tip-dark ;
236
238
background-color : $tip-bkgnd-dark ;
237
239
}
238
-
240
+
239
241
& .warning {
240
242
border-color : $stop-dark ;
241
243
background-color : $stop-bkgnd-dark ;
242
244
}
243
-
245
+
244
246
& .question {
245
247
border-color : $gray-600 ;
246
248
background-color : $gray-700 ;
247
249
}
248
-
249
-
250
- }
250
+ }
251
251
} // body.guide
252
252
} // @media (prefers-color-scheme: dark
Original file line number Diff line number Diff line change 146
146
}
147
147
148
148
.interstitial {
149
-
149
+ display : flex ;
150
+ align-items : center ;
150
151
background-repeat : no-repeat !important ;
151
152
background-size : 36px 36px !important ;
152
153
background-position : 10px 10px !important ;
153
154
154
155
& .note {
155
156
background-image : url (" ../images/icon_task-list-pin.svg" ) !important ;
156
157
}
157
-
158
+
158
159
& .work-in-progress ,
159
160
& .todo {
160
161
background-image : url (" ../images/icon_construction-sign.svg" ) !important ;
161
162
}
162
-
163
+
163
164
& .info {
164
165
background-image : url (" ../images/icon_bulb-1.svg" ) !important ;
165
166
}
166
-
167
+
167
168
& .warning {
168
169
background-image : url (" ../images/icon_hand-stop.svg" ) !important ;
169
170
}
170
-
171
+
171
172
& .question {
172
173
background-image : url (" ../images/icon_question-bubble.svg" ) !important ;
173
174
}
181
182
border : none ;
182
183
font-size : 9.5pt !important ;
183
184
}
184
-
185
+
185
186
button {
186
187
display : none ;
187
188
}
You can’t perform that action at this time.
0 commit comments