mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-15 06:06:35 +08:00
28 lines
395 B
Text
28 lines
395 B
Text
@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: 30px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.account-switcher {
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 17px;
|
|
z-index: 3;
|
|
img {
|
|
transform: rotateX(180deg);
|
|
}
|
|
}
|