Skip to content

Commit 6cc3e63

Browse files
PR remark
1 parent f18beb8 commit 6cc3e63

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

styleguide/styles.scss

+34
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,40 @@ main {
4747
}
4848
}
4949

50+
.o-header__link {
51+
align-self: center;
52+
display: inline-block;
53+
font-weight: 700;
54+
padding: $spacer / 2;
55+
56+
&,
57+
&:link,
58+
&:hover,
59+
&:active,
60+
&:visited,
61+
&:focus {
62+
color: $white;
63+
text-decoration: none;
64+
}
65+
66+
@include to($screen-sm) {
67+
display: none;
68+
}
69+
}
70+
71+
.o-header__content-wrapper {
72+
display: flex;
73+
flex: 1 1 auto;
74+
justify-content: space-between;
75+
margin: 0 auto;
76+
max-width: $screen-lg;
77+
width: 100%;
78+
79+
@include at($screen-sm) {
80+
padding: 0 $spacer;
81+
}
82+
}
83+
5084
.o-header .a-input input:not([class*=a-button]):not([type=checkbox]):not([type=radio]) {
5185
border: none;
5286
}

0 commit comments

Comments
 (0)