Update layout UI

This commit is contained in:
cuom1999 2023-02-07 23:14:48 -06:00
parent 993309d56b
commit 2ee279098f
11 changed files with 193 additions and 135 deletions

View file

@ -12,6 +12,10 @@
background: #f7f7f7;
}
&.striped tr:nth-child(odd) {
background: white;
}
td:first-child {
border-color: $border_gray;
border-width: 1px 1px 0 1px;