Small tweaks to empty list text styling

This commit is contained in:
mabashian 2017-08-28 12:43:47 -04:00
parent d0c9d8ce4e
commit 0be16239a0

View File

@ -346,6 +346,8 @@ table, tbody {
background-color: @default-no-items-bord;
color: @list-no-items-txt;
text-transform: uppercase;
text-align: center;
padding: 10px;
}
.modal-body > .List-noItems {