2024-10-10
This commit is contained in:
27
web/bsadmin/assets/sass/order-list.scss
Normal file
27
web/bsadmin/assets/sass/order-list.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
@import "variable"; // variable
|
||||
.order-list-item {
|
||||
table {
|
||||
tbody>tr>td {
|
||||
padding-top: 8px;
|
||||
border-top: 1px solid $border;
|
||||
}
|
||||
thead>tr>th {
|
||||
border-bottom: 1px solid $border;
|
||||
}
|
||||
}
|
||||
thead {
|
||||
background: $primary;
|
||||
text-align: left;
|
||||
th {
|
||||
color: $white;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
background: $white;
|
||||
text-align: left;
|
||||
td {
|
||||
color: #444444;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user