mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 16:25:52 +08:00
29 lines
387 B
Text
29 lines
387 B
Text
@import "ui-variables";
|
|
|
|
.send-later-popover {
|
|
.btn-cancel {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.btn-send-later {
|
|
.at {
|
|
margin-left: 3px;
|
|
}
|
|
}
|
|
|
|
.send-later-status {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.time {
|
|
font-size: 0.9em;
|
|
opacity: 0.62;
|
|
color: @component-active-color;
|
|
font-weight: @font-weight-normal;
|
|
}
|
|
img {
|
|
width: 38px;
|
|
margin-left: 15px;
|
|
}
|
|
}
|