mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
24 lines
495 B
Text
24 lines
495 B
Text
|
@import "ui-variables";
|
||
|
@import "ui-mixins";
|
||
|
|
||
|
.template-picker .menu {
|
||
|
.content-container {
|
||
|
height:150px;
|
||
|
overflow:scroll;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.compose-body .scribe {
|
||
|
code.var {
|
||
|
font: inherit;
|
||
|
padding:0;
|
||
|
background-color: transparent;
|
||
|
border: 1px solid fade(@green, 15%);
|
||
|
background-color: fade(@green, 5%);
|
||
|
&.empty {
|
||
|
background-color: fade(@green, 15%);
|
||
|
border: 1px solid fade(@green, 25%);
|
||
|
}
|
||
|
}
|
||
|
}
|