mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
51 lines
979 B
Text
51 lines
979 B
Text
@import 'ui-variables';
|
|
|
|
.selected-items-stack {
|
|
display: flex;
|
|
align-self: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
|
|
.selected-items-stack-content {
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 198px;
|
|
height: 268px;
|
|
|
|
.stack {
|
|
.card {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 198px;
|
|
height: 268px;
|
|
svg {
|
|
stroke: @border-color-divider;
|
|
fill: @background-primary;
|
|
}
|
|
}
|
|
}
|
|
|
|
.count-info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
z-index: 6;
|
|
|
|
.count {
|
|
font-size: 4em;
|
|
font-weight: 200;
|
|
color: @text-color-very-subtle;
|
|
}
|
|
.count-message {
|
|
padding-top: @padding-base-vertical;
|
|
color: @text-color-very-subtle;
|
|
}
|
|
.clear.btn {
|
|
margin-top: @padding-large-vertical * 2;
|
|
}
|
|
}
|
|
}
|
|
}
|