Merge pull request #3871 from mabashian/3865-add-buttons

Revert 6282b5bacb
This commit is contained in:
Ryan Petrello
2019-10-21 12:08:52 -04:00
committed by GitHub

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 {