blob: e2b5e67842e4d34ac2cf4b4fe2c3fa0eb828b289 [file] [log] [blame]
@keyframes TWPTAnnouncementDot {
from {
background-color: #d93025;
bottom: 8px;
}
to {
background-color: #e2b3b0;
bottom: 0px;
}
}
header .left-control .material-drawer-button.has-updates::after {
height: 10px;
width: 10px;
animation: .5s infinite alternate ease-in TWPTAnnouncementDot;
}
header .sash {
display: none;
}