git ssb

2+

mixmix / ticktack



Tree: 2442b6f384022cf27445a7ebd29182d10630a9dc

Files: 2442b6f384022cf27445a7ebd29182d10630a9dc / styles / button.mcss

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

Built with git-ssb-web