git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 19dac8af2306fc228373a25ca2bf52c090e05e2e

Files: 19dac8af2306fc228373a25ca2bf52c090e05e2e / styles / notifier.mcss

443 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
8 :hover {
9 background: rgb(220, 242, 255);
10 }
11
12 animation: 0.5s slide-in
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