Mailspring/internal_packages/sidebar-inbox-internal/stylesheets/sidebar-internal.less
Evan Morikawa 57fc6d61e5 update linter to look at all less files
Test Plan: script/grunt lint

Reviewers: bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D1549
2015-05-21 14:50:40 -07:00

50 lines
974 B
Plaintext

@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;
}
}