mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
20 lines
415 B
Text
20 lines
415 B
Text
@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;
|
|
}
|
|
}
|
|
}
|
|
}
|