We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad30021 commit 2cacbdeCopy full SHA for 2cacbde
website/static/css/custom.css
@@ -69,6 +69,35 @@ a {
69
max-width: 250px;
70
}
71
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
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
101
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
102
103
0 commit comments