1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 01:12:38 +02:00
TableFilter/static/style/rows-counter.styl

19 lines
367 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Rows counter default style
*/
2015-08-07 14:10:08 +02:00
@import 'config'
2015-08-04 10:38:40 +02:00
div.tot
float left
overflow hidden
2015-08-07 14:10:08 +02:00
min-width 150px
height 100%
border-right 1px solid $toolbar-divider-color
margin 0
padding 0.5em
vertical-align middle
2015-08-04 10:38:40 +02:00
span
font-weight bold