File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
assets-src/styles/sass/50-core-components Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#global-nav {
10
10
display : block ;
11
- padding-bottom : rem ( 60 ) ;
12
- padding-top : rem ( 60 ) ;
11
+ padding-bottom : 1.6 em ;
12
+ padding-top : 1.6 em ;
13
13
}
14
14
15
15
.global-nav__inner {
16
16
align-items : center ;
17
17
display : flex ;
18
18
flex-wrap : wrap ;
19
- gap : rem ( 60 ) ;
19
+ gap : 3 em ;
20
20
21
21
@include mq ($max-width ) {
22
22
flex-wrap : nowrap ;
@@ -103,6 +103,18 @@ li.top-nav-item + li.top-nav-item {
103
103
104
104
@include mq ($max-width ) {
105
105
position : relative ;
106
+
107
+ & ::after {
108
+ border : rem (1 ) solid $black ;
109
+ border-radius : rem (8 );
110
+ content : ' ' ;
111
+ display : block ;
112
+ height : 100% ;
113
+ pointer-events : none ;
114
+ position : absolute ;
115
+ right : -1.5em ;
116
+ top : 0 ;
117
+ }
106
118
107
119
& ::before {
108
120
background-color : $w3c-blue ;
You can’t perform that action at this time.
0 commit comments