git ssb

16+

Dominic / patchbay



Tree: 4b8b575056eccf0674ea21d953dcb8e779930049

Files: 4b8b575056eccf0674ea21d953dcb8e779930049 / app / styles / mcss / button.mcss

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

Built with git-ssb-web