git ssb

1+

Daan Patchwork / patchwork



Tree: 3451510316992d414ec76ba5b29681fe359b7428

Files: 3451510316992d414ec76ba5b29681fe359b7428 / styles / base / button.mcss

373 bytesRaw
1button {
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