File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,17 @@ code {
546
546
.SearchResults-emptyContentMessage {
547
547
text-align : center;
548
548
}
549
+ .Fetch-button {
550
+ background-color : var (--gray-10 );
551
+ border-radius : 0.5rem ;
552
+ border : 0.0625rem solid var (--gray-8 );
553
+ color : var (--turq-dark );
554
+ font-size : 1rem ;
555
+ height : 2.5rem ;
556
+ margin : 1rem 0 ;
557
+ padding : 0rem 1rem ;
558
+ width : 5rem ;
559
+ }
549
560
.Fetch-container {
550
561
align-items : center;
551
562
display : flex;
@@ -562,9 +573,6 @@ code {
562
573
opacity : 0.2 ;
563
574
}
564
575
}
565
- .Fetch-loading {
566
- display : none;
567
- }
568
576
.Fetch-dot {
569
577
animation-duration : 1.4s ;
570
578
animation-fill-mode : both;
@@ -576,23 +584,15 @@ code {
576
584
height : 0.5rem ;
577
585
width : 0.5rem ;
578
586
}
587
+ .Fetch-loading {
588
+ display : none;
589
+ }
579
590
.Fetch-loading : nth-child (2 ) {
580
591
animation-delay : 0.2s ;
581
592
}
582
593
.Fetch-loading : nth-child (3 ) {
583
594
animation-delay : 0.4s ;
584
595
}
585
- .Fetch-button {
586
- background-color : var (--gray-10 );
587
- border-radius : 0.5rem ;
588
- border : 0.0625rem solid var (--gray-8 );
589
- color : var (--turq-dark );
590
- font-size : 1rem ;
591
- height : 2.5rem ;
592
- margin : 1rem 0 ;
593
- padding : 0rem 1rem ;
594
- width : 5rem ;
595
- }
596
596
597
597
.SearchResults {
598
598
margin : 0 auto;
You can’t perform that action at this time.
0 commit comments