git ssb

2+

mixmix / ticktack



Tree: a0e32e0e1ccf94a033e936e93954f133b8dc45a3

Files: a0e32e0e1ccf94a033e936e93954f133b8dc45a3 / styles / button.mcss

307 bytesRaw
1Button {
2 font-family: arial
3 text-align: center
4
5 cursor: pointer
6
7 padding: .2rem 2rem
8 min-width: 4rem
9 border: 1px #b9b9b9 solid
10
11 -subtle {
12 color: #b9b9b9
13 :hover {
14 color: #222
15 }
16 }
17 -primary {
18 $colorPrimary
19
20 :hover {
21 opacity: .9
22 }
23
24 border: none
25 }
26}
27
28

Built with git-ssb-web