Mailspring/app/internal_packages/send-later/styles/send-later-used-modal.less
2017-10-14 17:36:44 -07:00

21 lines
391 B
Plaintext

@import 'ui-variables';
.feature-usage-modal.send-later {
@send-later-color: #777ff0;
.feature-header {
@from: @send-later-color;
@to: lighten(@send-later-color, 10%);
background: linear-gradient(to top, @from, @to);
}
.feature-name {
color: @send-later-color;
}
.pro-description {
li {
&:before {
color: @send-later-color;
}
}
}
}