git ssb

1+

Daan Patchwork / patchwork



Tree: 83e73400cbb666a977e7f21d8c6d64570fc569b1

Files: 83e73400cbb666a977e7f21d8c6d64570fc569b1 / 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