Update styling, clean up code
This commit is contained in:
parent
879db2000b
commit
bdd3705bff
|
|
@ -59,15 +59,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
font-size: 1.0625rem;
|
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
font-family: $sans-serif-font-family;
|
@include default-link;
|
||||||
font-weight: $font-weight-regular;
|
|
||||||
color: $color-silver-dark;
|
|
||||||
|
|
||||||
&--active {
|
|
||||||
color: $color-brand;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$parent: &;
|
$parent: &;
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,17 @@
|
||||||
font-size: toRem(18px);
|
font-size: toRem(18px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin default-link {
|
||||||
|
font-size: toRem(18px);
|
||||||
|
font-family: $sans-serif-font-family;
|
||||||
|
font-weight: $font-weight-regular;
|
||||||
|
color: $color-silver-dark;
|
||||||
|
|
||||||
|
&--active {
|
||||||
|
color: $color-brand;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@mixin page-form-input-heading {
|
@mixin page-form-input-heading {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: $medium-spacing;
|
margin-bottom: $medium-spacing;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue