File tree Expand file tree Collapse file tree 1 file changed +28
-29
lines changed Expand file tree Collapse file tree 1 file changed +28
-29
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ main {
216
216
217
217
.input > .btn {
218
218
width : var (--input-width );
219
+ }
219
220
220
221
input [type = 'text' ],
221
222
textarea ,
@@ -274,22 +275,22 @@ textarea:focus {
274
275
}
275
276
276
277
# radio-group {
277
- display : flex;
278
- flex-direction : row;
279
- justify-content : space-evenly;
278
+ display : flex;
279
+ flex-direction : row;
280
+ justify-content : space-evenly;
280
281
}
281
282
282
283
# animation-radio-label {
283
- padding : 0 ;
284
- margin : 0 ;
285
- background : none;
286
- font-weight : 600 ;
287
- color : whitesmoke;
288
- font-size : 0.9em ;
284
+ padding : 0 ;
285
+ margin : 0 ;
286
+ background : none;
287
+ font-weight : 600 ;
288
+ color : whitesmoke;
289
+ font-size : 0.9em ;
289
290
}
290
291
291
- # animation-radio-label > span {
292
- padding-right : 8px ;
292
+ # animation-radio-label > span {
293
+ padding-right : 8px ;
293
294
}
294
295
295
296
# degree {
@@ -301,14 +302,12 @@ textarea:focus {
301
302
}
302
303
303
304
# duration-label {
304
-
305
- flex-direction : row-reverse;
306
- justify-content : space-between;
307
-
305
+ flex-direction : row-reverse;
306
+ justify-content : space-between;
308
307
}
309
308
310
- # duration-label > span {
311
- font-size : 0.9em ;
309
+ # duration-label > span {
310
+ font-size : 0.9em ;
312
311
}
313
312
314
313
.count {
@@ -402,18 +401,18 @@ a {
402
401
--input-width : 100% ;
403
402
--modal-width : calc (var (--modal-container-width ) - 10vw );
404
403
}
405
-
406
- nav {
407
- padding : 1rem 2rem ;
408
- }
409
-
410
- .modal-generator {
411
- width : 90vw ;
412
- }
413
-
414
- .generator {
415
- margin : 0.8rem auto;
416
- }
404
+
405
+ nav {
406
+ padding : 1rem 2rem ;
407
+ }
408
+
409
+ .modal-generator {
410
+ width : 90vw ;
411
+ }
412
+
413
+ .generator {
414
+ margin : 0.8rem auto;
415
+ }
417
416
418
417
.modal-main-content {
419
418
flex-direction : column;
You can’t perform that action at this time.
0 commit comments