git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4

Files: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4 / styles / notifier.mcss

444 bytesRaw
1Notifier {
2 padding: 10px;
3 display: block;
4 background: rgb(214, 228, 236);
5 border-bottom: 1px solid rgb(187, 201, 210);
6 text-align: center;
7 animation: 0.5s slide-in;
8
9 :hover {
10 background: rgb(220, 242, 255);
11 }
12
13 position: relative
14
15 -loader {
16 background: rgb(255, 239, 217);
17 border-bottom: 1px solid rgb(228, 220, 195);
18 color: #10100c !important;
19
20 :hover {
21 background: rgb(245, 229, 207);
22 }
23 }
24}
25

Built with git-ssb-web