Mailspring/internal_packages/sidebar-inbox-internal/stylesheets/sidebar-internal.less
Evan Morikawa dc5941f3f1 feat(archive): archive now pops back to thread list
Summary:
add spec for message toolbar items

add thread list spec

Test Plan: edgehill --test

Reviewers: bengotow

Reviewed By: bengotow

Differential Revision: https://review.inboxapp.com/D1344
2015-03-25 14:17:57 -04:00

48 lines
949 B
Plaintext

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