Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / base / button.mcss
373 bytesRaw
1 | button { |
2 | padding: 8px 10px |
3 | border: 0 |
4 | border-radius: 3px |
5 | font-size: 13px |
6 | cursor: pointer |
7 | transition: background-color 0.25s ease, color 0.25s ease |
8 | -filterSelected { |
9 | color: white |
10 | background-color: #959eab |
11 | border-color: #959eab |
12 | } |
13 | -filterUnselected { |
14 | background: none |
15 | } |
16 | -full { |
17 | display: block |
18 | width: 100% |
19 | margin: 0 0 5px |
20 | } |
21 | } |
22 |
Built with git-ssb-web