blob: e2b5e67842e4d34ac2cf4b4fe2c3fa0eb828b289 [file] [log] [blame]
avm99963698d3762021-02-16 01:19:54 +01001@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
13header .left-control .material-drawer-button.has-updates::after {
14 height: 10px;
15 width: 10px;
16 animation: .5s infinite alternate ease-in TWPTAnnouncementDot;
17}
18
19header .sash {
20 display: none;
21}