added border around table rows

This commit was merged in pull request #71.
This commit is contained in:
victorAnumudu
2023-03-04 18:44:35 +01:00
parent 6bc79d17b9
commit eb0c5b2a69
2 changed files with 123 additions and 108 deletions
+7 -1
View File
@@ -365,9 +365,15 @@ input[type="number"] {
.trending-products .slick-list {
margin: 0 -16px;
}
.update-table table tr:last-child {
/* .update-table table tr:last-child {
border-bottom: none;
} */
.update-table table tr.spacer {
height: 10px;
}
/* TODO: =================================HomePage end================================ */
/* TODO: =================================my wallet end================================ */
.circle-count {