mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
29 lines
510 B
Text
29 lines
510 B
Text
@import "ui-variables";
|
|
|
|
.nylas-undo-toast {
|
|
|
|
.undo-message-wrapper {
|
|
flex: 1;
|
|
flex-shrink: 1;
|
|
margin-left: 16px;
|
|
margin-right: 30px;
|
|
color: @background-primary;
|
|
overflow:hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: left;
|
|
}
|
|
|
|
.undo-action-wrapper {
|
|
flex-shrink: 0;
|
|
margin-right: 15px;
|
|
white-space:nowrap;
|
|
|
|
img {
|
|
background-color: @background-primary;
|
|
}
|
|
.undo-action-text {
|
|
margin-left: 5px;
|
|
color: @background-primary;
|
|
}
|
|
}
|
|
}
|