Files: 7825ae89c253685cdcbee4c04c902518a786231b / styles / notifier.mcss
416 bytesRaw
1 | Notifier { |
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