LT-273: Increased font-weight for additional viewer dialog and button elements
This commit is contained in:
parent
d8327ca9db
commit
356abd0978
@ -43,6 +43,7 @@ $textColorActive = #2D2D2D
|
|||||||
.bottomLabel
|
.bottomLabel
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
|
font-weight: 500
|
||||||
line-height: 12px
|
line-height: 12px
|
||||||
margin-top: 8px
|
margin-top: 8px
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
|
|
||||||
h5, label
|
h5, label
|
||||||
font-weight: 100
|
font-weight: 400
|
||||||
|
|
||||||
.annotationTextInputOptions
|
.annotationTextInputOptions
|
||||||
padding: 10px 0
|
padding: 10px 0
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
|
|
||||||
h5, label
|
h5, label
|
||||||
font-weight: 100
|
font-weight: 400
|
||||||
|
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
.buttonLabel
|
.buttonLabel
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
|
font-weight: 500
|
||||||
|
|
||||||
.svgContainer
|
.svgContainer
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user