Commit ec0f031 1 parent 9273fec commit ec0f031 Copy full SHA for ec0f031
File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 483
483
484
484
.exit-when-done
485
485
width : 44px ;
486
- margin-top : 13 px ;
487
- margin-right : - 28 px ;
486
+ margin-top : 21 px ;
487
+ margin-right : - 18 px ;
488
488
float : right ;
489
- padding : 0.86rem 1rem ;
489
+ padding : 0.36rem 1rem ;
490
+ border-radius : 3px ;
490
491
background : $ShowBgColor2 ;
492
+ color : $ShowText2 ;
491
493
font-size : 0.65rem ;
492
494
font-weight : 600 ;
493
495
text-transform : uppercase ;
494
496
overflow : hidden ;
495
497
text-overflow : clip ;
496
498
white-space : nowrap ;
497
499
cursor : pointer ;
498
- transition : width 0.5 s ease-in-out , color 0.3s , background-color 0.3s ;
500
+ transition : all 0.7 s ease , color 0.3s , background-color 0.3s ;
499
501
transition-delay : 0.6s , 0s , 0s ;
500
502
501
503
& :hover
502
504
width : 35vw ;
503
505
transition-delay : 0.3s , 0s , 0s ;
506
+ border-radius : 0 ;
507
+ padding : 0.86rem 1.62rem 0.86rem 1rem ;
508
+ margin-top : 13px ;
509
+ margin-right : - 28px ;
504
510
505
511
& > span
506
512
opacity : 1 ;
524
530
transition : opacity 0.5s ease-in-out ;
525
531
transition-delay : 0.6s ;
526
532
pointer-events : none ;
533
+ margin-left : 12px ;
527
534
528
535
.progress-info {
529
536
margin-bottom : .5rem ;
You can’t perform that action at this time.
0 commit comments