1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/app/styles/common/_empty.scss
2017-04-16 18:37:16 +02:00

22 lines
434 B
SCSS

.empty-block {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
@include size(100%);
@include position(absolute, 0 null null 0);
text-align: center;
&__icon {
font-size: 80px;
margin-bottom: 10px;
}
&__text, &__title {
padding: 0 $base-padding-h;
}
&__lower-btns {
position: absolute;
bottom: calc(#{$base-spacing} + 1px);
left: $base-spacing;
}
}