git ssb

10+

Matt McKegg / patchwork



Tree: ca2d79056a65d70a03d4247dce1a206ca53fbf3d

Files: ca2d79056a65d70a03d4247dce1a206ca53fbf3d / styles / dark / notifier.mcss

309 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 color: #383736
17
18 :hover {
19 background: #f7f7f7
20 color: #2d2c2c
21 }
22 }
23}
24

Built with git-ssb-web