1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-18 21:55:14 +02:00
TableFilter/static/style/status-bar.styl

19 lines
368 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Status bar default style
*/
2015-08-07 14:10:08 +02:00
@import 'config'
2015-08-04 10:38:40 +02:00
div.status
2015-08-07 14:10:08 +02:00
float left
overflow hidden
width 150px
height 100%
border-right 1px solid $toolbar-divider-color
margin 0
padding 0.5em
2015-08-04 10:38:40 +02:00
span
2015-08-07 16:23:32 +02:00
font-weight 500
2015-08-07 14:10:08 +02:00
font-size inherit