|
|
@ -3881,18 +3881,17 @@ $ui-header-logo-wordmark-width: 99px;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
color: $inverted-text-color;
|
|
|
|
color: $primary-text-color;
|
|
|
|
background: $white;
|
|
|
|
background: $ui-base-color;
|
|
|
|
padding: 7px 10px;
|
|
|
|
padding: 7px 10px;
|
|
|
|
font-family: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 22px;
|
|
|
|
line-height: 22px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid $white;
|
|
|
|
border: 1px solid var(--background-border-color);
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
&:focus {
|
|
|
|
outline: 0;
|
|
|
|
outline: 0;
|
|
|
|
border-color: lighten($ui-highlight-color, 12%);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&__wrapper {
|
|
|
|
&__wrapper {
|
|
|
|