CSS Cleanup: remove font-body specifics
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user