CSS Cleanup: remove font-body specifics
This commit is contained in:
parent
3965061bde
commit
2ded541955
@ -9,7 +9,6 @@
|
||||
color: $color-primary
|
||||
cursor: pointer
|
||||
float: right
|
||||
font-family: $font-body
|
||||
height: initial
|
||||
margin: 0
|
||||
padding: 8px 10px 0 10px
|
||||
|
@ -287,9 +287,8 @@
|
||||
flex-direction: column
|
||||
|
||||
.title
|
||||
font-size: 1.2em
|
||||
padding-bottom: 2px
|
||||
color: $color-text-dark-primary
|
||||
padding-bottom: 2px
|
||||
|
||||
ul.meta
|
||||
font-size: .9em
|
||||
|
@ -92,10 +92,6 @@ ul.sharing-users-list
|
||||
&:hover
|
||||
color: lighten($color-danger, 10%)
|
||||
|
||||
.sharing-users-intro,
|
||||
.sharing-users-info
|
||||
h4
|
||||
font-family: $font-body
|
||||
|
||||
.sharing-users-info
|
||||
padding-left: 15px
|
||||
|
@ -607,9 +607,6 @@ ul.project_nav-edit-list
|
||||
li
|
||||
background-color: $color-background
|
||||
border-bottom: 1px solid $color-background-dark
|
||||
font:
|
||||
weight: 400
|
||||
family: $font-body
|
||||
color: $color-text-dark
|
||||
position: relative
|
||||
|
||||
@ -713,9 +710,7 @@ ul.project_nav-edit-list
|
||||
|
||||
/* Node Context */
|
||||
=project-node-title
|
||||
font:
|
||||
family: $font-body
|
||||
size: 1.5em
|
||||
font-size: 1.5em
|
||||
color: $color-text-dark-primary
|
||||
|
||||
$node-preview-max-height-sm: 300px
|
||||
@ -897,7 +892,6 @@ $node-preview-max-height-lg: 700px
|
||||
.node-title
|
||||
color: $color-text-dark-primary
|
||||
font:
|
||||
family: $font-body
|
||||
weight: 500
|
||||
size: 1.5em
|
||||
+text-overflow-ellipsis
|
||||
@ -1911,7 +1905,6 @@ section.node-children
|
||||
|
||||
.node_index-collection-name
|
||||
font:
|
||||
family: $font-body
|
||||
size: 4em
|
||||
weight: 600
|
||||
margin-bottom: -5px
|
||||
@ -2034,7 +2027,6 @@ section.node-children
|
||||
color: $color-text-dark
|
||||
font:
|
||||
size: 1.5em
|
||||
family: $font-body
|
||||
weight: 500
|
||||
text-decoration: none
|
||||
|
||||
|
@ -29,7 +29,6 @@ $search-hit-width_grid: 100px
|
||||
font:
|
||||
size: .9em
|
||||
weight: 400
|
||||
family: $font-body
|
||||
style: initial
|
||||
width: 100%
|
||||
+text-overflow-ellipsis
|
||||
@ -416,9 +415,7 @@ $search-hit-width_grid: 100px
|
||||
|
||||
&.texture
|
||||
.texture-title
|
||||
font:
|
||||
size: 2em
|
||||
family: $font-body
|
||||
font-size: 2em
|
||||
padding: 15px 10px 10px 15px
|
||||
.node-row
|
||||
background: white
|
||||
|
@ -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
|
||||
|
@ -43,7 +43,6 @@
|
||||
.form-group
|
||||
position: relative
|
||||
margin: 0 auto 30px auto
|
||||
font-family: $font-body
|
||||
|
||||
input, textarea, select
|
||||
+input-generic
|
||||
@ -257,9 +256,7 @@
|
||||
.item-title
|
||||
color: $color-text-dark
|
||||
display: block
|
||||
font:
|
||||
family: $font-body
|
||||
size: 1.8em
|
||||
font-size: 1.8em
|
||||
|
||||
padding: 10px 25px 10px
|
||||
|
||||
@ -541,7 +538,6 @@
|
||||
font:
|
||||
size: 1.6em
|
||||
weight: 400
|
||||
family: $font-body
|
||||
|
||||
.item-info
|
||||
color: $color-text-dark-secondary
|
||||
|
Loading…
x
Reference in New Issue
Block a user