Commit 598cf22a authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Use `font-normal` and `font-small` mixins where possible

parent b3cca101
...@@ -30,14 +30,14 @@ ...@@ -30,14 +30,14 @@
} }
& .form-input { & .form-input {
@include var.font-small;
padding: 0.5em; padding: 0.5em;
border-radius: 0; border-radius: 0;
font-size: var.$small-font-size;
} }
&__permissions { &__permissions {
@include var.font-small;
margin: 0.5em 0; margin: 0.5em 0;
font-size: var.$small-font-size;
} }
&__arrow { &__arrow {
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
&__group, &__group,
&__private { &__private {
@include var.font-normal;
display: flex; display: flex;
align-items: baseline; align-items: baseline;
font-size: var.$body1-font-size;
color: var.$color-text-light; color: var.$color-text-light;
} }
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
} }
.autocomplete-list__items { .autocomplete-list__items {
@include var.font-normal;
@supports (clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%)) { @supports (clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%)) {
&:before { &:before {
/** /**
...@@ -29,7 +30,6 @@ ...@@ -29,7 +30,6 @@
} }
} }
position: absolute; position: absolute;
font-size: var.$body2-font-size;
top: 5px; top: 5px;
max-width: 100%; max-width: 100%;
min-width: 10em; min-width: 10em;
......
...@@ -10,11 +10,10 @@ ...@@ -10,11 +10,10 @@
} }
&__content { &__content {
@include var.font-normal;
padding: 0.5em; padding: 0.5em;
border-top: 1px solid var.$grey-3; border-top: 1px solid var.$grey-3;
border-bottom: 1px solid var.$grey-3; border-bottom: 1px solid var.$grey-3;
line-height: var.$normal-line-height;
font-size: var.$normal-font-size;
a { a {
text-decoration: underline; text-decoration: underline;
......
...@@ -42,7 +42,7 @@ $toolbar-border: 0.1em solid var.$grey-3; ...@@ -42,7 +42,7 @@ $toolbar-border: 0.1em solid var.$grey-3;
} }
&.is-text { &.is-text {
font-size: 13px; @include var.font-normal;
} }
&-icon { &-icon {
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
} }
.menu-section__heading { .menu-section__heading {
@include var.font-normal;
color: var.$color-text-light; color: var.$color-text-light;
font-size: var.$body1-font-size;
line-height: 1; line-height: 1;
margin: 1px 1px 0; margin: 1px 1px 0;
margin-bottom: 10px; margin-bottom: 10px;
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
$h-padding: 15px; $h-padding: 15px;
.moderation-banner { .moderation-banner {
@include var.font-normal;
position: relative; position: relative;
color: white; color: white;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
font-size: var.$normal-font-size;
font-weight: bold; font-weight: bold;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment