@@ -103,9 +103,11 @@ header { border-right: 1px solid #ddd; }
103
103
header > h1 {
104
104
margin : 0 ;
105
105
padding : 1rem ;
106
+
106
107
white-space : pre;
107
108
overflow : hidden;
108
109
text-overflow : ellipsis;
110
+
109
111
background : # 2EAE9B ;
110
112
color : # fff ;
111
113
}
@@ -183,8 +185,10 @@ footer a[href]:hover { color: #fff; }
183
185
position : fixed;
184
186
top : 0 ;
185
187
left : 0 ;
188
+
186
189
width : 100% ;
187
190
height : 100% ;
191
+
188
192
z-index : 100 ;
189
193
background : # 000 ;
190
194
}
@@ -196,14 +200,19 @@ footer a[href]:hover { color: #fff; }
196
200
top : 0 ;
197
201
left : 0 ;
198
202
right : 0 ;
203
+
199
204
width : 768px ;
200
205
max-width : 100% ;
201
206
margin : 0 auto;
202
207
padding : 0 0.5em ;
208
+
203
209
z-index : 200 ;
204
210
opacity : 0.95 ;
205
211
}
206
- # notification > .alert { border-top : 0 none; }
212
+ # notification > .alert {
213
+ border-top : 0 none;
214
+ margin-bottom : 0 ;
215
+ }
207
216
# notification > .alert : last-child {
208
217
border-bottom-left-radius : 0.3rem ;
209
218
border-bottom-right-radius : 0.3rem ;
@@ -231,6 +240,7 @@ footer a[href]:hover { color: #fff; }
231
240
align-items : center;
232
241
background : # ccc ;
233
242
border : 1px solid # 999 ;
243
+ margin-bottom : 1em ;
234
244
}
235
245
.alert .alert-info { background : # 6cc ; border-color : # 399 ; }
236
246
.alert .alert-success { background : # 6c9 ; border-color : # 396 ; }
@@ -256,13 +266,16 @@ footer a[href]:hover { color: #fff; }
256
266
.alert > .button {
257
267
align-self : flex-start;
258
268
flex : 0 0 auto;
269
+
259
270
display : block;
260
271
margin : 1rem ;
261
272
padding : 0.5em 1em ;
273
+
262
274
color : # 444 ;
263
275
background : rgba (0 , 0 , 0 , 0.15 );
264
276
border-radius : 0.3em ;
265
277
cursor : pointer;
278
+
266
279
-webkit-transition : background .2s ease-in;
267
280
transition : background .2s ease-in;
268
281
}
@@ -272,17 +285,21 @@ footer a[href]:hover { color: #fff; }
272
285
273
286
.alert > .dismiss {
274
287
align-self : flex-start;
288
+
275
289
min-width : 2em ;
276
290
height : 2em ;
277
291
margin : 1rem ;
278
292
line-height : 2em ;
293
+
279
294
font-size : 0.7rem ;
280
295
text-align : center;
281
296
font-weight : bold;
297
+
282
298
color : rgba (0 , 0 , 0 , 0.4 );
283
299
background : rgba (0 , 0 , 0 , 0.15 );
284
300
border-radius : 0.3rem ;
285
301
cursor : default;
302
+
286
303
-webkit-transition : background .2s ease-in;
287
304
transition : background .2s ease-in;
288
305
}
@@ -407,10 +424,12 @@ footer a[href]:hover { color: #fff; }
407
424
width : 2em ;
408
425
margin : 0 ;
409
426
padding : 0.3em ;
427
+
410
428
background : # eee ;
411
429
text-align : center;
412
430
color : # 444 ;
413
431
cursor : pointer;
432
+
414
433
-webkit-transition : color .2s ease-in;
415
434
transition : color .2s ease-in;
416
435
}
@@ -493,13 +512,17 @@ footer a[href]:hover { color: #fff; }
493
512
display : flex;
494
513
flex-direction : column;
495
514
justify-content : center;
515
+
496
516
width : 12em ;
497
517
height : 10em ;
498
- border : 1px solid # ddd ;
499
- border-radius : 0.5em ;
500
518
margin : 0.25em ;
501
519
padding : 1em ;
520
+
521
+ border : 1px solid # ddd ;
522
+ border-radius : 0.5em ;
523
+
502
524
cursor : pointer;
525
+
503
526
-webkit-transition : border-color .2s ease-in,
504
527
box-shadow .2s ease-in;
505
528
transition : border-color .2s ease-in,
0 commit comments