mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 09:38:07 +08:00
30 lines
387 B
Text
30 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;
|
||
|
}
|
||
|
}
|