Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 9cd93c8

Browse files
committed
putting the tabs css into the real files
1 parent bfd3d5a commit 9cd93c8

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

public/styleguide/css/styleguide.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,31 @@
587587
color: gray;
588588
font-size: 1em; }
589589

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+
590615
.sg-code-patternname {
591616
color: #aaa; }
592617

public/styleguide/css/styleguide.scss

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,36 @@ $animate-quick: 0.2s;
813813
font-size: 1em;
814814
}
815815

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+
816846
.sg-code-patternname {
817847
color: #aaa;
818848
}

0 commit comments

Comments
 (0)