15 lines
324 B
Stylus
15 lines
324 B
Stylus
@import "{design}/app"
|
|
|
|
.toolbarSection
|
|
theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness)
|
|
flex: 0 0 auto
|
|
height: $toolbarHeight
|
|
overflow: hidden
|
|
padding-top: 6px
|
|
position: relative
|
|
transition(height 300ms ease)
|
|
width: 100%
|
|
|
|
&.expanded
|
|
height: $toolbarHeight + $toolbarDrawerHeight
|