mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
20 lines
308 B
Text
20 lines
308 B
Text
@import 'ui-variables';
|
|
|
|
.notifications {
|
|
background-color: @sidebar;
|
|
}
|
|
|
|
.notifications .notification {
|
|
background-color: @accent;
|
|
border: none;
|
|
}
|
|
|
|
.sidebar-activity {
|
|
background: darken(@sidebar, 5%);
|
|
color: @active-sidebar-text;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sidebar-activity .item {
|
|
border: none;
|
|
}
|