Skip to content

Commit 356dbf4

Browse files
committed
style tabs
1 parent ad30021 commit 356dbf4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

website/static/css/custom.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,31 @@ a {
6969
max-width: 250px;
7070
}
7171

72+
/* Code Tabs */
73+
.nav-tabs {
74+
background-color: #fff;
75+
border-bottom: none;
76+
}
77+
78+
.tabs .nav-tabs > div {
79+
font-size: 12px;
80+
padding: 6px 24px;
81+
font-weight: 500;
82+
}
83+
84+
.tabs .nav-tabs > div.active {
85+
border-bottom: none;
86+
background: #F0F0F0; /* same as code block */
87+
border-top-left-radius: 3px;
88+
border-top-right-radius: 3px;
89+
}
90+
91+
.tabs {
92+
border-top: none;
93+
}
94+
95+
/* Responsive */
96+
7297
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
7398
}
7499

0 commit comments

Comments
 (0)