1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 02:14:26 +04:00
Files
tabler/scss/ui/_empty.scss
2019-10-17 22:34:27 +02:00

31 lines
465 B
SCSS

.empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
padding: 3rem;
text-align: center;
.empty-icon {
margin: 0 0 1rem;
font-size: 2rem;
font-weight: 400;
line-height: 1;
}
.empty-title,
.empty-subtitle {
margin: 0 0 .5rem;
}
.empty-action {
margin-top: 1.5rem;
}
}
.empty-bordered {
border: 1px solid $border-color;
border-radius: $border-radius;
}