File tree Expand file tree Collapse file tree 2 files changed +21
-11
lines changed
src/scss/components/topnav Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 7
7
< div id ="vue-topNavDemo ">
8
8
< nav id ="hxTopNav ">
9
9
< a class ="hxTopNavLogo " href ="# ">
10
- < img src ="images/helix-logo.svg " alt ="Brand Logo " />
10
+ < img src ="images/helix-logo.svg " alt ="Helix Brand Logo " />
11
11
</ a >
12
12
< div class ="hxTopNavMenu hxTopNavOptionMenu ">
13
13
< hx-disclosure
Original file line number Diff line number Diff line change 2
2
@import " vars" ;
3
3
@import " ./config" ;
4
4
5
+ /// * ============================= * ///
6
+ /// * ====== Top Navigation ====== * ///
7
+ /// * ============================= * ///
8
+
5
9
#hxTopNav {
6
10
background-color : $gray-1000 ;
7
11
overflow : hidden ;
8
- width : 100 % ;
12
+ width : 100 vw ;
9
13
10
14
.img-left , // deprecated
11
15
.hxTopNavLogo {
37
41
background-color : $gray-800 ;
38
42
height : 2.5rem ;
39
43
margin : 0.5rem 0 0.5rem 0.5rem ;
40
- width : 0.063 rem ;
44
+ width : 1 px ;
41
45
}
42
46
43
47
.productMenu , // deprecated
139
143
#topnavProductDropdown , // deprecated
140
144
.hxTopNavMenu > hx-menu {
141
145
background-color : $gray-1000 ;
142
- border : 0.063 rem solid $gray-1000 ;
146
+ border : 1 px solid $gray-1000 ;
143
147
color : $gray-0 ;
144
148
min-width : 10.5rem ;
145
149
padding : 0 ;
146
150
top : 14.5rem ;
147
151
148
152
hx-menuitem {
149
153
color : $gray-400 ;
154
+ padding : 1rem 1.25rem ;
150
155
}
151
156
152
157
hx-menuitem [disabled ] {
155
160
color : $gray-600 ;
156
161
}
157
162
158
- hx-menuitem :hover {
163
+ hx-menuitem :not ( .hxMenuKey ) : hover {
159
164
background-color : $gray-900 ;
160
165
color : $gray-0 !important ;
161
166
}
165
170
color : $gray-600 ;
166
171
font-size : 0.75rem ;
167
172
line-height : 1 ;
173
+ padding : 1.25rem 1.25rem 0 ;
168
174
text-transform : none ;
175
+
176
+ & :hover {
177
+ cursor : default ;
178
+ }
169
179
}
170
180
171
181
.menuValue , // deprecated
180
190
.divider , // deprecated
181
191
.hxDivider {
182
192
border-color : $gray-800 ;
183
- height : 0.063rem ;
193
+ height : 1px ;
194
+ margin : 0.5rem auto ;
184
195
}
185
196
186
197
.sectionHeader , // deprecated
187
198
> section > header {
188
199
padding-bottom : 0.5rem ;
189
200
}
190
201
191
- .sectionBody , // deprecated
192
- > section {
193
- padding : 1rem 1.25rem ;
194
- }
195
-
196
202
.sectionFooter , // deprecated
197
203
> section > footer {
204
+ padding : 0.5rem 1.25rem 1.25rem ;
205
+
198
206
.hxBtn {
207
+ border-color : $cyan-500 ;
208
+ color : $cyan-500 ;
199
209
margin-left : auto ;
200
210
margin-right : auto ;
201
211
width : 100% ;
You can’t perform that action at this time.
0 commit comments