git ssb

10+

Matt McKegg / patchwork



Tree: fd85531cc70593cf1a26e65c7f4b8f3c2f435b95

Files: fd85531cc70593cf1a26e65c7f4b8f3c2f435b95 / styles / light / 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