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