Mailspring/app/internal_packages/send-reminders/styles/reminders-used-modal.less

21 lines
415 B
Plaintext
Raw Normal View History

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