CSS Cleanup: remove font-body specifics

This commit is contained in:
2018-08-27 17:01:43 +02:00
parent 3965061bde
commit 2ded541955
7 changed files with 7 additions and 28 deletions

View File

@@ -26,7 +26,6 @@
display: inline-flex
align-items: center
justify-content: center
font-family: $font-body
padding: 5px 12px
border-radius: $roundness
@@ -125,7 +124,6 @@
padding: 5px 5px 5px 0
color: $color-text-dark
box-shadow: none
font-family: $font-body
border: thin solid transparent
border-radius: 0
border-bottom-color: $color-background-dark
@@ -354,7 +352,6 @@
+clearfix
color: darken($color-text-dark, 5%)
font:
family: $font-body
weight: 300
size: 1.2em
@@ -660,3 +657,6 @@
transition: all 1s ease-out
img
transition: all 1s ease-out
.cursor-pointer
cursor: pointer