This commit is contained in:
mabashian
2019-10-21 11:55:12 -04:00
parent 5bb7e69a4d
commit e64b087e9f

View File

@@ -372,7 +372,9 @@ table, tbody {
.List-noItems { .List-noItems {
margin-top: 52px; margin-top: 52px;
display: inline-block; display: flex;
align-items: center;
justify-content: center;
width: 100%; width: 100%;
height: 200px; height: 200px;
border-radius: 5px; border-radius: 5px;
@@ -381,7 +383,7 @@ table, tbody {
color: @list-no-items-txt; color: @list-no-items-txt;
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;
padding: 80px 10px; padding: 10px;
} }
.modal-body > .List-noItems { .modal-body > .List-noItems {