We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18beb8 commit 6cc3e63Copy full SHA for 6cc3e63
styleguide/styles.scss
@@ -47,6 +47,40 @@ main {
47
}
48
49
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
84
.o-header .a-input input:not([class*=a-button]):not([type=checkbox]):not([type=radio]) {
85
border: none;
86
0 commit comments