mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
57fc6d61e5
Test Plan: script/grunt lint Reviewers: bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D1549
49 lines
974 B
Text
49 lines
974 B
Text
@import "ui-variables";
|
|
|
|
.internal-sidebar {
|
|
padding: @spacing-standard;
|
|
padding-bottom: 0;
|
|
order: 4;
|
|
flex-shrink: 0;
|
|
|
|
a{text-decoration: none}
|
|
|
|
.sidebar-section {
|
|
margin-top: @spacing-double;
|
|
font-size: @font-size-smaller;
|
|
&:first-child {margin-top: 0}
|
|
}
|
|
|
|
.internal-prompt {
|
|
color: fade(@text-color, 30%);
|
|
ul {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.internal-no-connect-placeholder {
|
|
text-align: center;
|
|
margin: @spacing-double 0;
|
|
}
|
|
|
|
h3.sidebar-h3 {
|
|
font-size: @font-size-smaller;
|
|
font-weight: @font-weight-normal;
|
|
margin: 1em 0 0.4em 0;
|
|
}
|
|
.sidebar-extra-info {
|
|
font-size: 11px;
|
|
font-weight: @font-weight-medium;
|
|
color: @text-color-subtle;
|
|
}
|
|
|
|
h2.sidebar-h2 {
|
|
font-size: 11px;
|
|
font-weight: @font-weight-semi-bold;
|
|
text-transform: uppercase;
|
|
color: @text-color-very-subtle;
|
|
border-bottom: 1px solid @border-color-divider;
|
|
margin: 2em 0 1em 0;
|
|
}
|
|
}
|