git ssb

1+

Daan Patchwork / patchwork



Tree: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656

Files: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656 / styles / light / toggle-button.mcss

486 bytesRaw
1ToggleButton {
2 color: white
3 background-color: #848484
4 border: none
5 -drop {
6 :after {
7 background-color: #EEE
8 }
9 :hover {
10 color: white
11 }
12 }
13 -blocking {
14 border: 0px
15 }
16 -unblocking {
17 background-color: rgb(212, 112, 112)
18 color: white
19 border: 0px
20 }
21 :hover {
22 background-color: #585656
23 }
24 @svg subscribed {
25 content: "<circle cx='6' stroke='#FFF' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#FFF'/>"
26 }
27}
28

Built with git-ssb-web