git ssb

1+

Daan Patchwork / patchwork



Tree: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656

Files: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656 / styles / dracula / button.mcss

833 bytesRaw
1button {
2 color: #ccc
3 background: #282a36
4 :hover {
5 color: white
6 border-color: #44475a
7 }
8 :focus {
9 outline: 1px dotted rgba(255, 255, 255, 0.45)
10 }
11 :active {
12 background-color: #ddd !important
13 }
14 [disabled] {
15 opacity: 0.5
16 }
17 -add {
18 color: white
19 background-color: #ff79c6a6e
20 border-color: #8ba289
21 :hover {
22 color: #6a7e6a
23 background-color: #ecfff0
24 }
25 }
26 -pub {
27 color: #aaa
28 background-color: #282a36
29 border: 0
30 margin-top: 0
31 padding: 10px
32 transition: background-color 0.25s ease, color 0.25s ease
33 :hover {
34 color: white
35 background-color: #45b754
36 }
37 }
38 -save {
39 ::before {
40 content: '✔ '
41 }
42 :hover {
43 background-color: #45b754
44 color: white
45 }
46 }
47 -cancel {
48 background: transparent
49 }
50}
51

Built with git-ssb-web