git ssb

10+

Matt McKegg / patchwork



Tree: 3738a10330418ba685af21142b05c622732f4eec

Files: 3738a10330418ba685af21142b05c622732f4eec / styles / notifier.mcss

416 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 position: relative
13
14 -loader {
15 background: rgb(255, 239, 217);
16 border-bottom: 1px solid rgb(228, 220, 195);
17 color: #10100c !important;
18
19 :hover {
20 background: rgb(245, 229, 207);
21 }
22 }
23}
24

Built with git-ssb-web