git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 1b278c0d3db1a06da713381ecb515687f4359b71

Files: 1b278c0d3db1a06da713381ecb515687f4359b71 / styles / dark / notifier.mcss

290 bytesRaw
1Notifier {
2 padding: 10px;
3 display: block;
4 background: #ebebeb
5 text-align: center;
6 animation: 0.5s slide-in;
7
8 :hover {
9 background: #f7f7f7
10 }
11
12 position: relative
13
14 -loader {
15 background: #ebebeb
16
17 :hover {
18 background: #f7f7f7
19 color: #2d2c2c
20 }
21 }
22}
23

Built with git-ssb-web