1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/scss/ui/_empty.scss
2019-10-03 10:10:48 +02:00

33 lines
496 B
SCSS

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