mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
13 lines
200 B
Text
13 lines
200 B
Text
/**
|
|
* Colors
|
|
*/
|
|
@taiga-light: darken(#A3ACB1, 10%);
|
|
@taiga-lighter: #F0F7FA;
|
|
@taiga-dark: darken(#727C83, 4%);
|
|
@taiga-accent: #5DADE1;
|
|
@white: #ffffff;
|
|
|
|
/**
|
|
* Borders
|
|
*/
|
|
@base-border-radius: 4px;
|