Style empty list placeholder text inline

This commit is contained in:
Marliana Lara
2019-10-14 13:11:31 -04:00
parent 263c44a09b
commit 6282b5bacb

View File

@@ -372,9 +372,7 @@ table, tbody {
.List-noItems { .List-noItems {
margin-top: 52px; margin-top: 52px;
display: flex; display: inline-block;
align-items: center;
justify-content: center;
width: 100%; width: 100%;
height: 200px; height: 200px;
border-radius: 5px; border-radius: 5px;
@@ -383,7 +381,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: 10px; padding: 80px 10px;
} }
.modal-body > .List-noItems { .modal-body > .List-noItems {