Remove font-size mixin (#1413)

This commit is contained in:
Neil Abraham 2020-04-23 17:16:40 +01:00 committed by GitHub
parent a4dae93801
commit 4909e965c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 28 deletions

View file

@ -7,9 +7,7 @@ input[type="submit"] {
border-radius: 3px;
background: $color__background-button;
color: rgba(0, 0, 0, 0.8);
@include font-size(0.75);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;