Mailspring/internal_packages/account-sidebar/stylesheets/account-sidebar.less
Juan Tejada 774957a5ff update(sidebar): Update sidebar design + context menus
Summary:
- Removes account switcher almost entirely
- Update context menu to edit and delete sidebar items
- Gross hardcoded position and size for the switcher icon -- will likely update with later redesign

Test Plan: - Visual

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2527
2016-02-04 14:58:47 -08:00

31 lines
397 B
Plaintext

@import "ui-variables";
@import "ui-mixins";
.account-sidebar {
flex: 1;
height: 100%;
background-color: @source-list-bg;
.item.deleted {
opacity: 0.5;
}
.nylas-outline-view:first-child {
.heading span {
margin-right: 25px;
}
}
}
.account-switcher {
position: absolute;
top: 7px;
right: 17px;
z-index: 3;
img {
transform: rotateX(180deg);
}
}