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 356dbf4Copy full SHA for 356dbf4
website/static/css/custom.css
@@ -69,6 +69,31 @@ a {
69
max-width: 250px;
70
}
71
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
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
97
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
98
99
0 commit comments