Files: a11c9497d075ed6b8bda770c39ff3b83868c2451 / styles / notifier.mcss
443 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 | 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