2016-06-07 19:09:47 +02:00
|
|
|
@import "{design}/app"
|
|
|
|
|
|
|
|
|
|
.toolbarSection
|
2016-06-29 21:34:05 +02:00
|
|
|
border-bottom: $uiBorderColor $uiBorderThickness solid
|
2016-07-04 16:04:27 +02:00
|
|
|
flex: 0 0 auto
|
2016-06-07 19:09:47 +02:00
|
|
|
height: $toolbarHeight
|
2016-06-29 21:34:05 +02:00
|
|
|
overflow: hidden
|
2016-06-10 16:52:19 +02:00
|
|
|
padding-top: 6px
|
2016-06-29 21:34:05 +02:00
|
|
|
position: relative
|
|
|
|
|
transition(height 300ms ease)
|
2016-06-07 19:09:47 +02:00
|
|
|
width: 100%
|
2016-06-29 21:34:05 +02:00
|
|
|
|
|
|
|
|
&.expanded
|
|
|
|
|
height: $toolbarHeight + $toolbarDrawerHeight
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.toolbarSectionEntry
|
|
|
|
|
color: $defaultColor
|
2016-06-10 20:05:33 +02:00
|
|
|
cursor: pointer
|
|
|
|
|
display: inline-block
|
2016-06-07 19:09:47 +02:00
|
|
|
fill: $defaultColor
|
2016-06-10 20:05:33 +02:00
|
|
|
margin-top: 3px
|
2016-06-07 19:09:47 +02:00
|
|
|
min-width: 30px
|
2016-06-10 20:05:33 +02:00
|
|
|
stroke: $defaultColor
|
2016-07-22 18:23:36 +02:00
|
|
|
text-align: center
|