avm99963 | 698d376 | 2021-02-16 01:19:54 +0100 | [diff] [blame] | 1 | @keyframes TWPTAnnouncementDot { |
2 | from { | ||||
3 | background-color: #d93025; | ||||
4 | bottom: 8px; | ||||
5 | } | ||||
6 | |||||
7 | to { | ||||
8 | background-color: #e2b3b0; | ||||
9 | bottom: 0px; | ||||
10 | } | ||||
11 | } | ||||
12 | |||||
13 | header .left-control .material-drawer-button.has-updates::after { | ||||
14 | height: 10px; | ||||
15 | width: 10px; | ||||
16 | animation: .5s infinite alternate ease-in TWPTAnnouncementDot; | ||||
17 | } | ||||
18 | |||||
19 | header .sash { | ||||
20 | display: none; | ||||
21 | } |