Use border color alias

This commit is contained in:
Marliana Lara 2017-05-02 09:57:03 -04:00
parent 9b78a919fb
commit 2331c7035e

View File

@ -60,7 +60,7 @@ table, tbody {
height: 40px;
font-size: 14px;
color: @list-item;
border-bottom: 1px solid #E1E1E1;
border-bottom: 1px solid @default-white-button-bord;
}
.List-tableRow:last-of-type {