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

merge-requests/692/head^2
Alex Gleason 2021-10-08 11:16:14 -05:00
rodzic a83caeccf7
commit a5e5d2fc3f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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 {