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

@@ -9,7 +9,6 @@
color: $color-primary color: $color-primary
cursor: pointer cursor: pointer
float: right float: right
font-family: $font-body
height: initial height: initial
margin: 0 margin: 0
padding: 8px 10px 0 10px padding: 8px 10px 0 10px

View File

@@ -287,9 +287,8 @@
flex-direction: column flex-direction: column
.title .title
font-size: 1.2em
padding-bottom: 2px
color: $color-text-dark-primary color: $color-text-dark-primary
padding-bottom: 2px
ul.meta ul.meta
font-size: .9em font-size: .9em

View File

@@ -92,10 +92,6 @@ ul.sharing-users-list
&:hover &:hover
color: lighten($color-danger, 10%) color: lighten($color-danger, 10%)
.sharing-users-intro,
.sharing-users-info
h4
font-family: $font-body
.sharing-users-info .sharing-users-info
padding-left: 15px padding-left: 15px

View File

@@ -607,9 +607,6 @@ ul.project_nav-edit-list
li li
background-color: $color-background background-color: $color-background
border-bottom: 1px solid $color-background-dark border-bottom: 1px solid $color-background-dark
font:
weight: 400
family: $font-body
color: $color-text-dark color: $color-text-dark
position: relative position: relative
@@ -713,9 +710,7 @@ ul.project_nav-edit-list
/* Node Context */ /* Node Context */
=project-node-title =project-node-title
font: font-size: 1.5em
family: $font-body
size: 1.5em
color: $color-text-dark-primary color: $color-text-dark-primary
$node-preview-max-height-sm: 300px $node-preview-max-height-sm: 300px
@@ -897,7 +892,6 @@ $node-preview-max-height-lg: 700px
.node-title .node-title
color: $color-text-dark-primary color: $color-text-dark-primary
font: font:
family: $font-body
weight: 500 weight: 500
size: 1.5em size: 1.5em
+text-overflow-ellipsis +text-overflow-ellipsis
@@ -1911,7 +1905,6 @@ section.node-children
.node_index-collection-name .node_index-collection-name
font: font:
family: $font-body
size: 4em size: 4em
weight: 600 weight: 600
margin-bottom: -5px margin-bottom: -5px
@@ -2034,7 +2027,6 @@ section.node-children
color: $color-text-dark color: $color-text-dark
font: font:
size: 1.5em size: 1.5em
family: $font-body
weight: 500 weight: 500
text-decoration: none text-decoration: none

View File

@@ -29,7 +29,6 @@ $search-hit-width_grid: 100px
font: font:
size: .9em size: .9em
weight: 400 weight: 400
family: $font-body
style: initial style: initial
width: 100% width: 100%
+text-overflow-ellipsis +text-overflow-ellipsis
@@ -416,9 +415,7 @@ $search-hit-width_grid: 100px
&.texture &.texture
.texture-title .texture-title
font: font-size: 2em
size: 2em
family: $font-body
padding: 15px 10px 10px 15px padding: 15px 10px 10px 15px
.node-row .node-row
background: white background: white

View File

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

View File

@@ -43,7 +43,6 @@
.form-group .form-group
position: relative position: relative
margin: 0 auto 30px auto margin: 0 auto 30px auto
font-family: $font-body
input, textarea, select input, textarea, select
+input-generic +input-generic
@@ -257,9 +256,7 @@
.item-title .item-title
color: $color-text-dark color: $color-text-dark
display: block display: block
font: font-size: 1.8em
family: $font-body
size: 1.8em
padding: 10px 25px 10px padding: 10px 25px 10px
@@ -541,7 +538,6 @@
font: font:
size: 1.6em size: 1.6em
weight: 400 weight: 400
family: $font-body
.item-info .item-info
color: $color-text-dark-secondary color: $color-text-dark-secondary