9
9
.navbar {
10
10
background : var (--navbar-background );
11
11
color : var (--navbar-font-color );
12
- /* font-size: calc(16 / var(--rem-base) * 1rem); */
13
12
height : var (--navbar-height );
14
13
position : fixed;
15
14
top : 0 ;
23
22
24
23
.navbar-brand {
25
24
display : flex;
26
- /* flex: auto; */
27
25
align-items : center;
28
26
justify-content : space-between;
29
27
padding : 0 var (--site-padding );
50
48
51
49
.navbar-burger ::before {
52
50
font-family : "Material Icons Outlined" , sans-serif;
51
+ font-weight : 400 ;
53
52
font-size : 20px ;
54
53
content : "\e5d2" ;
55
54
}
@@ -58,25 +57,18 @@ body {
58
57
content : "\e5cd" ;
59
58
}
60
59
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
-
74
60
@media screen and (min-width : 769px ) {
75
61
# search-input {
76
62
width : 200px ;
77
63
}
78
64
}
79
65
66
+ @media screen and (max-width : 768.5px ) {
67
+ # search-button {
68
+ display : none;
69
+ }
70
+ }
71
+
80
72
@media screen and (max-width : 1023.5px ) {
81
73
# get-support {
82
74
width : 40px ;
@@ -87,36 +79,10 @@ html[data-theme="light"] #datastax-docs-logo-main {
87
79
# get-support .ds-button--leading-icon {
88
80
margin : 0 ;
89
81
}
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
- }
116
82
117
- @media screen and (max-width : 1023.5px ) {
118
83
.navbar-brand {
119
84
height : inherit;
85
+ padding : 0 var (--site-padding--mobile );
120
86
}
121
87
122
88
.navbar-brand .navbar-item {
@@ -130,7 +96,7 @@ html[data-theme="light"] #datastax-docs-logo-main {
130
96
max-height : var (--body-min-height );
131
97
overflow-y : auto;
132
98
overscroll-behavior : none;
133
- padding : 16 px var (--site-padding );
99
+ padding : var (--site-padding--mobile );
134
100
border-top : 1px solid var (--ds-divider );
135
101
border-bottom : 1px solid var (--ds-divider );
136
102
}
0 commit comments