Mailspring/app/internal_packages/thread-list/styles/selected-items-stack.less

52 lines
979 B
Plaintext

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