99.navbar {
1010 background : var (--navbar-background );
1111 color : var (--navbar-font-color );
12- /* font-size: calc(16 / var(--rem-base) * 1rem); */
1312 height : var (--navbar-height );
1413 position : fixed;
1514 top : 0 ;
2322
2423.navbar-brand {
2524 display : flex;
26- /* flex: auto; */
2725 align-items : center;
2826 justify-content : space-between;
2927 padding : 0 var (--site-padding );
5048
5149.navbar-burger ::before {
5250 font-family : "Material Icons Outlined" , sans-serif;
51+ font-weight : 400 ;
5352 font-size : 20px ;
5453 content : "\e5d2" ;
5554}
@@ -58,25 +57,18 @@ body {
5857 content : "\e5cd" ;
5958}
6059
61- # datastax-docs-logo-main {
62- width : 287px ;
63- height : 40px ;
64- }
65-
66- html [data-theme = "dark" ] # datastax-docs-logo-main {
67- background : url ('../img/datastax-docs-logo-light-bg.svg' ) no-repeat center / contain;
68- }
69-
70- html [data-theme = "light" ] # datastax-docs-logo-main {
71- background : url ('../img/datastax-docs-logo-dark-bg.svg' ) no-repeat center / contain;
72- }
73-
7460@media screen and (min-width : 769px ) {
7561 # search-input {
7662 width : 200px ;
7763 }
7864}
7965
66+ @media screen and (max-width : 768.5px ) {
67+ # search-button {
68+ display : none;
69+ }
70+ }
71+
8072@media screen and (max-width : 1023.5px ) {
8173 # get-support {
8274 width : 40px ;
@@ -87,36 +79,10 @@ html[data-theme="light"] #datastax-docs-logo-main {
8779 # get-support .ds-button--leading-icon {
8880 margin : 0 ;
8981 }
90- }
91-
92- @media screen and (max-width : 768.5px ) {
93- # search-button {
94- display : none;
95- }
96-
97- # datastax-docs-logo-main {
98- width : 162px ;
99- height : 40px ;
100- }
101-
102- html [data-theme = "dark" ] # datastax-docs-logo-main {
103- background : url ('../img/datastax-docs-logo-small-light-bg.svg' ) no-repeat center / contain;
104- }
105-
106- html [data-theme = "light" ] # datastax-docs-logo-main {
107- background : url ('../img/datastax-docs-logo-small-dark-bg.svg' ) no-repeat center / contain;
108- }
109- }
110-
111- @media screen and (min-width : 769px ) {
112- # search-input {
113- width : 200px ;
114- }
115- }
11682
117- @media screen and (max-width : 1023.5px ) {
11883 .navbar-brand {
11984 height : inherit;
85+ padding : 0 var (--site-padding--mobile );
12086 }
12187
12288 .navbar-brand .navbar-item {
@@ -130,7 +96,7 @@ html[data-theme="light"] #datastax-docs-logo-main {
13096 max-height : var (--body-min-height );
13197 overflow-y : auto;
13298 overscroll-behavior : none;
133- padding : 16 px var (--site-padding );
99+ padding : var (--site-padding--mobile );
134100 border-top : 1px solid var (--ds-divider );
135101 border-bottom : 1px solid var (--ds-divider );
136102 }
0 commit comments