99ab165a8f
Clearer display of takeover amounts Repost from empty search result, from top page, or from claim review changes final touches bump empty comment copy they emptier validation cleanup extra
21 lines
336 B
SCSS
21 lines
336 B
SCSS
.empty__wrap {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
text-align: left;
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
|
|
.empty__text {
|
|
color: var(--color-text-empty);
|
|
font-style: italic;
|
|
}
|
|
|
|
.empty__content {
|
|
max-width: 400px;
|
|
}
|