Skip to content

Commit 2cacbde

Browse files
committed
style tabs
1 parent ad30021 commit 2cacbde

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

website/static/css/custom.css

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

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

0 commit comments

Comments
 (0)