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
|
.loadingTextDiv
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
font-weight: 200
|
|
||||||
@ -71,4 +71,3 @@ img.logoImage
|
|||||||
.loadingTextDiv
|
.loadingTextDiv
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
font-weight: 200
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
.loadingTextDiv
|
.loadingTextDiv
|
||||||
margin: 30px
|
margin: 30px
|
||||||
text-align: center
|
text-align: center
|
||||||
|
font-weight: 300
|
||||||
@ -32,5 +32,5 @@
|
|||||||
top: 40%
|
top: 40%
|
||||||
width: 100%
|
width: 100%
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
font-weight: 200
|
font-weight: 300
|
||||||
text-align: center
|
text-align: center
|
||||||
@ -7,7 +7,7 @@ $viewportTagPadding = 20px
|
|||||||
|
|
||||||
.dicomTag
|
.dicomTag
|
||||||
position: absolute
|
position: absolute
|
||||||
font-weight: 200
|
font-weight: 400
|
||||||
|
|
||||||
.topleft
|
.topleft
|
||||||
top: $viewportTagPadding
|
top: $viewportTagPadding
|
||||||
|
|||||||
@ -24,7 +24,6 @@ body
|
|||||||
.loadingTextDiv
|
.loadingTextDiv
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
font-weight: 200
|
|
||||||
|
|
||||||
.tab-pane
|
.tab-pane
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|||||||
@ -23,7 +23,7 @@ $bodyCellHeight = 40px
|
|||||||
|
|
||||||
.header
|
.header
|
||||||
font-size: 22px
|
font-size: 22px
|
||||||
font-weight: 200
|
font-weight: 300
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
padding: 0 10px
|
padding: 0 10px
|
||||||
line-height: $studyListToolbarHeight
|
line-height: $studyListToolbarHeight
|
||||||
@ -56,7 +56,6 @@ $bodyCellHeight = 40px
|
|||||||
.loadingTextDiv
|
.loadingTextDiv
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
font-weight: 200
|
|
||||||
|
|
||||||
.notFound
|
.notFound
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
@ -143,7 +142,7 @@ $bodyCellHeight = 40px
|
|||||||
height: $bodyCellHeight
|
height: $bodyCellHeight
|
||||||
line-height: $bodyCellHeight
|
line-height: $bodyCellHeight
|
||||||
color: $textPrimaryColor
|
color: $textPrimaryColor
|
||||||
font-weight: 200
|
font-weight: 300
|
||||||
border-top: 1px solid #436270
|
border-top: 1px solid #436270
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
label
|
label
|
||||||
color: $textSecondaryColor
|
color: $textSecondaryColor
|
||||||
font-weight: 300
|
font-weight: 400
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user