taiga-front/app/styles/components/empty.scss

40 lines
575 B
SCSS

%empty {
margin-top: 4rem;
text-align: center;
img {
margin-bottom: 1rem;
width: 100%;
}
.title {
@include font-size(large);
text-transform: uppercase;
}
p {
@include font-type(light);
margin: 0;
}
a {
@include font-type(light);
color: $primary;
}
}
.empty-small {
@extend %empty;
img {
max-width: 175px;
}
}
.empty-large {
@extend %empty;
img {
max-width: 800px;
}
}
.empty-filter {
@extend %empty;
margin-top: 1rem;
}