LT-273: Increased font-weight for additional viewer dialog and button elements

This commit is contained in:
Rob Lewis 2016-08-09 09:13:09 -04:00
parent d8327ca9db
commit 356abd0978
4 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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