mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
12 lines
161 B
Text
12 lines
161 B
Text
|
@snooze-color: #472B82;
|
||
|
|
||
|
.snooze-mail-label {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
|
||
|
img {
|
||
|
background-color: @snooze-color;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
}
|