1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/scss/ui/_empty.scss
2019-12-15 17:17:21 +01:00

35 lines
526 B
SCSS

.empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
padding: 1rem;
text-align: center;
@include media-breakpoint-up(md) {
padding: 3rem;
}
.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;
}