Files: 48dc57fc8ae627b623bd0e844841403c70e9e383 / styles / button.mcss
662 bytesRaw
1 | Button { |
2 | font-family: arial |
3 | $backgroundPrimaryText |
4 | |
5 | min-width: 6rem |
6 | height: 1.2em |
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: initial |
20 | :hover { |
21 | color: #222 |
22 | } |
23 | } |
24 | |
25 | -primary { |
26 | $colorPrimary |
27 | $font |
28 | $borderPrimary |
29 | |
30 | :hover { |
31 | opacity: .9 |
32 | } |
33 | } |
34 | |
35 | -channel { |
36 | $backgroundPrimary |
37 | $colorFontPrimary |
38 | font-size: .9rem |
39 | min-width: initial |
40 | } |
41 | |
42 | -showMore { |
43 | width: 100% |
44 | |
45 | padding: .2rem 0 |
46 | |
47 | border-left: none |
48 | border-right: none |
49 | border-bottom: none |
50 | } |
51 | } |
52 | |
53 |
Built with git-ssb-web