1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-08 08:52:32 +02:00
TableFilter/static/style/loader.styl

17 lines
400 B
Stylus
Raw Normal View History

2015-08-04 10:38:40 +02:00
/**
* Loading message default style
*/
.loader
position absolute
2015-08-07 14:10:08 +02:00
padding 0.5em 0.7em
margin 10em 0 0 3em
2015-08-04 10:38:40 +02:00
width auto
z-index 1000
2015-08-07 14:10:08 +02:00
font-weight 600
background-color #A7A7A8
2015-08-04 10:38:40 +02:00
vertical-align middle
2015-08-07 14:10:08 +02:00
border-radius 10px
color #FFF
text-shadow 1px 1px #333