ohif-viewer/OHIFViewer/client/components/layout/layout.styl

27 lines
553 B
Stylus
Raw Normal View History

@import "{design}/app"
.topBar
margin-bottom: 0
2015-10-20 15:45:27 +02:00
border-radius: 0
background-color: $primaryBackgroundColor
2015-10-20 15:45:27 +02:00
border: none
height: $topBarHeight
color: $textPrimaryColor
transition(all 0.3s ease)
.brandSection
display: inline-block
height: 30px
text-decoration: none
img.logoImage
display: inline-block
height: 100%
max-height: 50px
margin: 0 5px
div.logoText
display: inline-block
font-family: $logoFontFamily
font-weight: $logoFontWeight
color: $textPrimaryColor