This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Expand file tree Collapse file tree 2 files changed +55
-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-markup {
591
+ padding-top : 10px ; }
592
+
593
+ # sg-code-tabs {
594
+ list-style : none;
595
+ margin : 0 ;
596
+ padding : 0 ; }
597
+
598
+ # sg-code-tabs li {
599
+ float : left;
600
+ background-color : # 333 ;
601
+ font-size : 1.3em ;
602
+ font-weight : bold;
603
+ padding : 5px 15px ;
604
+ border-top : 2px solid # 666 ;
605
+ margin-right : 2px ;
606
+ cursor : pointer; }
607
+
608
+ .sg-code-title-active {
609
+ color : # bbb ;
610
+ background-color : # 272822 !important ; }
611
+
612
+ div .clear {
613
+ clear : both; }
614
+
590
615
.sg-code-patternname {
591
616
color : # aaa ; }
592
617
Original file line number Diff line number Diff line change @@ -813,6 +813,36 @@ $animate-quick: 0.2s;
813
813
font-size : 1em ;
814
814
}
815
815
816
+ #sg-code-markup {
817
+ padding-top : 10px ;
818
+ }
819
+
820
+ #sg-code-tabs {
821
+ list-style : none ;
822
+ margin : 0 ;
823
+ padding : 0 ;
824
+ }
825
+
826
+ #sg-code-tabs li {
827
+ float : left ;
828
+ background-color : #333 ;
829
+ font-size : 1.3em ;
830
+ font-weight : bold ;
831
+ padding : 5px 15px ;
832
+ border-top : 2px solid #666 ;
833
+ margin-right : 2px ;
834
+ cursor : pointer ;
835
+ }
836
+
837
+ .sg-code-title-active {
838
+ color : #bbb ;
839
+ background-color : #272822 !important ;
840
+ }
841
+
842
+ div .clear {
843
+ clear : both ;
844
+ }
845
+
816
846
.sg-code-patternname {
817
847
color : #aaa ;
818
848
}
You can’t perform that action at this time.
0 commit comments