blob: 5c232519eda5b55ae3631ded89cb24e0dd6f509b [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
avm9996315b23d72021-04-26 18:07:15 +020013@keyframes TWPTAnnouncementDot-v2 {
14 from {
15 background-color: #d93025;
16 top: 4px;
17 }
18
19 to {
20 background-color: #e2b3b0;
21 top: 12px;
22 }
23}
24
25header .left-control .material-drawer-button.has-updates::after,
26 header .right-control material-button.has-updates::after {
avm99963698d3762021-02-16 01:19:54 +010027 height: 10px;
28 width: 10px;
avm9996315b23d72021-04-26 18:07:15 +020029}
30
31header .left-control .material-drawer-button.has-updates::after {
avm99963698d3762021-02-16 01:19:54 +010032 animation: .5s infinite alternate ease-in TWPTAnnouncementDot;
33}
34
avm9996315b23d72021-04-26 18:07:15 +020035header .right-control material-button.has-updates::after {
36 animation: .5s infinite alternate ease-in TWPTAnnouncementDot-v2;
37}
38
avm99963698d3762021-02-16 01:19:54 +010039header .sash {
40 display: none;
41}