LT-273: Increased font weight for "loading" text, DICOM tag overlays, worklist results

This commit is contained in:
Rob Lewis 2016-08-09 09:00:06 -04:00
parent 795d1bfeba
commit d8327ca9db
8 changed files with 7 additions and 10 deletions

View File

@ -13,4 +13,3 @@
.loadingTextDiv
color: $textSecondaryColor
font-size: 30px
font-weight: 200

View File

@ -71,4 +71,3 @@ img.logoImage
.loadingTextDiv
color: $textSecondaryColor
font-size: 30px
font-weight: 200

View File

@ -1,3 +1,4 @@
.loadingTextDiv
margin: 30px
text-align: center
text-align: center
font-weight: 300

View File

@ -32,5 +32,5 @@
top: 40%
width: 100%
font-size: 30px
font-weight: 200
font-weight: 300
text-align: center

View File

@ -7,7 +7,7 @@ $viewportTagPadding = 20px
.dicomTag
position: absolute
font-weight: 200
font-weight: 400
.topleft
top: $viewportTagPadding

View File

@ -24,7 +24,6 @@ body
.loadingTextDiv
color: $textSecondaryColor
font-size: 30px
font-weight: 200
.tab-pane
width: 100%

View File

@ -23,7 +23,7 @@ $bodyCellHeight = 40px
.header
font-size: 22px
font-weight: 200
font-weight: 300
color: $textSecondaryColor
padding: 0 10px
line-height: $studyListToolbarHeight
@ -56,7 +56,6 @@ $bodyCellHeight = 40px
.loadingTextDiv
color: $textSecondaryColor
font-size: 30px
font-weight: 200
.notFound
color: $textSecondaryColor
@ -143,7 +142,7 @@ $bodyCellHeight = 40px
height: $bodyCellHeight
line-height: $bodyCellHeight
color: $textPrimaryColor
font-weight: 200
font-weight: 300
border-top: 1px solid #436270
white-space: nowrap

View File

@ -6,7 +6,7 @@
label
color: $textSecondaryColor
font-weight: 300
font-weight: 400
cursor: pointer
*