Column: fix border-radius of .empty-column-indicator

This commit is contained in:
Alex Gleason
2021-10-08 11:16:14 -05:00
parent a83caeccf7
commit a5e5d2fc3f

View File

@ -707,6 +707,7 @@
align-items: center;
justify-content: center;
min-height: 160px;
border-radius: 0 0 10px 10px;
@supports (display: grid) { // hack to fix Chrome <57
contain: strict;
@ -724,21 +725,20 @@
text-decoration: underline;
}
}
@media screen and (max-width: 580px) {
border-radius: 0;
}
}
.error-column {
flex-direction: column;
border-radius: 0 0 10px 10px;
.svg-icon {
width: 70px;
height: 70px;
margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
border-radius: 0;
}
}
.column-link--transparent .icon-with-badge__badge {