@@ -2398,36 +2398,34 @@ body {
2398
2398
content : '' ;
2399
2399
z-index : -2 ;
2400
2400
text-align : center;
2401
- top : 50% ;
2402
- left : 50% ;
2403
- transform : translate (-50% , -50% ) rotate (0deg );
2401
+ top : 50% ;
2402
+ left : 50% ;
2403
+ transform : translate (-50% , -50% ) rotate (0deg );
2404
2404
position : absolute;
2405
- width : 99999px ;
2406
- height : 99999px ;
2407
- background-repeat : no-repeat;
2408
- background-position : 0 0 ;
2409
- background-image : conic-gradient (rgba (0 , 0 , 0 , 0 ), # 1976ed , rgba (0 , 0 , 0 , 0 ) 45 % );
2410
- animation : rotate 2 s linear infinite;
2405
+ width : 99999px ;
2406
+ height : 99999px ;
2407
+ background-repeat : no-repeat;
2408
+ background-position : 0 0 ;
2409
+ background-image : conic-gradient (rgba (0 , 0 , 0 , 0 ) 0 % , rgba ( 0 , 0 , 0 , 0 ) 25 % , # ffcc22 40 % , # ffaa55 70 % , rgba (0 , 0 , 0 , 0 ) 85 % );
2410
+ animation : rotate 1.5 s linear infinite;
2411
2411
}
2412
2412
2413
2413
.animated-border-box : after {
2414
- content : '' ;
2415
- position : absolute;
2416
- z-index : -1 ;
2417
- left : 5px ;
2418
- top : 5px ;
2419
- /* double the px from the border width left */
2420
- width : calc (100% - 10px );
2421
- height : calc (100% - 10px );
2422
- background : # 292a2e ;
2423
- /*box border radius*/
2424
- border-radius : 7px ;
2414
+ content : '' ;
2415
+ position : absolute;
2416
+ z-index : -1 ;
2417
+ left : 5px ;
2418
+ top : 5px ;
2419
+ width : calc (100% - 10px );
2420
+ height : calc (100% - 10px );
2421
+ background : # 292a2e ;
2422
+ border-radius : 7px ;
2425
2423
}
2426
2424
2427
2425
@keyframes rotate {
2428
- 100% {
2429
- transform : translate (-50% , -50% ) rotate (1turn );
2430
- }
2426
+ 100% {
2427
+ transform : translate (-50% , -50% ) rotate (1turn );
2428
+ }
2431
2429
}
2432
2430
2433
2431
.sendthermsign {
@@ -2436,7 +2434,7 @@ body {
2436
2434
display : block;
2437
2435
width : 0% ;
2438
2436
height : 2px ;
2439
- background-color : # 1976ed ;
2437
+ background : linear-gradient (to right , rgba ( 0 , 0 , 0 , 0 ) 0 % , # fe2 5 % , # fa5 50 % , # fe2 95 % , rgba ( 0 , 0 , 0 , 0 ) 100 % ) ;
2440
2438
}
2441
2439
2442
2440
.sendthermsign .animasendtherm {
0 commit comments