UNPKG

563 Btext/stylusView Raw
1/**
2 * Reset button default style
3 */
4
5@import 'config'
6
7input.reset
8 display inline-block
9 width $min-width
10 height $min-height
11 border 0
12 background: transparent url(themes/btn_clear_filters.png) center center no-repeat
13 vertical-align top
14
15 &:hover
16 background-color $toolbar-hover-color
17
18a.reset
19 font-weight normal !important
20 line-height $min-height
21 padding 5px 5px