This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 587
587
color : gray;
588
588
font-size : 1em ; }
589
589
590
+ # sg-code-loader {
591
+ display : none;
592
+ position : absolute;
593
+ left : 45% ;
594
+ top : 20% ;
595
+ width : 150px ;
596
+ padding : 10px ;
597
+ text-align : center;
598
+ border-radius : 10px ;
599
+ background-color : # 000 ;
600
+ z-index : 100 ; }
601
+
602
+ .spinner {
603
+ height : 30px ;
604
+ width : 30px ;
605
+ margin-left : auto; margin-right : auto;
606
+ background-position : center center;
607
+ background-repeat : no-repeat;
608
+ background : url ('../assets/spinner.gif' );
609
+ border-radius : 50% ;
610
+ opacity : .7 ; }
611
+
590
612
/* Pattern Lab icon fonts */
591
613
@font-face {
592
614
font-family : 'icons' ;
Original file line number Diff line number Diff line change @@ -813,6 +813,29 @@ $animate-quick: 0.2s;
813
813
font-size : 1em ;
814
814
}
815
815
816
+ #sg-code-loader {
817
+ display : none ;
818
+ position : absolute ;
819
+ left : 45% ;
820
+ top : 20% ;
821
+ width : 150px ;
822
+ padding : 10px ;
823
+ text-align : center ;
824
+ border-radius : 10px ;
825
+ background-color : #000 ;
826
+ z-index : 100 ;
827
+ }
828
+
829
+ .spinner {
830
+ height : 30px ;
831
+ width : 30px ;
832
+ margin-left : auto ; margin-right : auto ;
833
+ background-position : center center ;
834
+ background-repeat : no-repeat ;
835
+ background : url (' ../assets/spinner.gif' );
836
+ border-radius : 50% ;
837
+ opacity : .7 ;
838
+ }
816
839
817
840
/* Pattern Lab icon fonts */
818
841
@font-face {
You can’t perform that action at this time.
0 commit comments