mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
16 lines
276 B
Stylus
16 lines
276 B
Stylus
@import '../_variables'
|
|
@import '../_mixins'
|
|
|
|
#updateBar
|
|
position: fixed
|
|
top: 0px
|
|
left: 0px
|
|
width: 100%
|
|
height: 30px
|
|
background: rgba(0, 0, 0, 0.8)
|
|
z-index: 900
|
|
transition: all .25s linear 0
|
|
border-bottom: 1px solid #222
|
|
text-align: center
|
|
display: none
|