Mailspring/app/internal_packages/send-later/styles/send-later.less

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;
}
}