1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 18:34:25 +04:00
Files
tabler/scss/ui/_empty.scss
2019-10-07 22:47:11 +02:00

32 lines
469 B
SCSS

.empty {
text-align: center;
padding: 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;
}