wekan/client/components/notifications/notifications.css
2022-05-17 12:36:10 +03:00

17 lines
327 B
CSS

#notifications {
position: relative;
}
#notifications .notifications-drawer-toggle {
display: block;
line-height: 28px;
color: #f2f2f2;
margin: 0 10px;
width: 28px;
height: 28px;
text-align: center;
border: 0;
padding: 0;
}
#notifications .notifications-drawer-toggle.alert {
background-color: #eb4646;
}