mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
18 lines
327 B
CSS
18 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;
|
||
|
|
}
|