LT-273: Increased font weight for "loading" text, DICOM tag overlays, worklist results
This commit is contained in:
parent
795d1bfeba
commit
d8327ca9db
@ -13,4 +13,3 @@
|
||||
.loadingTextDiv
|
||||
color: $textSecondaryColor
|
||||
font-size: 30px
|
||||
font-weight: 200
|
||||
@ -71,4 +71,3 @@ img.logoImage
|
||||
.loadingTextDiv
|
||||
color: $textSecondaryColor
|
||||
font-size: 30px
|
||||
font-weight: 200
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
.loadingTextDiv
|
||||
margin: 30px
|
||||
text-align: center
|
||||
text-align: center
|
||||
font-weight: 300
|
||||
@ -32,5 +32,5 @@
|
||||
top: 40%
|
||||
width: 100%
|
||||
font-size: 30px
|
||||
font-weight: 200
|
||||
font-weight: 300
|
||||
text-align: center
|
||||
@ -7,7 +7,7 @@ $viewportTagPadding = 20px
|
||||
|
||||
.dicomTag
|
||||
position: absolute
|
||||
font-weight: 200
|
||||
font-weight: 400
|
||||
|
||||
.topleft
|
||||
top: $viewportTagPadding
|
||||
|
||||
@ -24,7 +24,6 @@ body
|
||||
.loadingTextDiv
|
||||
color: $textSecondaryColor
|
||||
font-size: 30px
|
||||
font-weight: 200
|
||||
|
||||
.tab-pane
|
||||
width: 100%
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
label
|
||||
color: $textSecondaryColor
|
||||
font-weight: 300
|
||||
font-weight: 400
|
||||
cursor: pointer
|
||||
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user