git ssb

2+

mixmix / ticktack



Tree: 30cc7a8935378d1ee6fddd76239383d8da592a47

Files: 30cc7a8935378d1ee6fddd76239383d8da592a47 / styles / button.mcss

485 bytesRaw
1Button {
2 font-family: arial
3 text-align: center
4 background-color: #fff
5
6 min-width: 6rem
7 padding: .2rem 1rem
8
9 border: 1px #b9b9b9 solid
10 border-radius: 10rem
11
12 cursor: pointer
13
14 -subtle {
15 color: initial
16 :hover {
17 color: #222
18 }
19 }
20
21 -primary {
22 $colorPrimary
23 $borderPrimary
24
25 :hover {
26 opacity: .9
27 }
28 }
29
30 -showMore {
31 width: 100%
32
33 padding: .2rem 0
34
35 border-left: none
36 border-right: none
37 border-bottom: none
38 }
39}
40
41

Built with git-ssb-web