update system

This commit is contained in:
2024-03-18 12:03:24 +07:00
parent 5cf4155fcc
commit d33bec681f
33 changed files with 2440 additions and 1 deletions

View File

@@ -1206,3 +1206,20 @@ input[type="radio"] {
font-family: "Font Awesome 6 Free";
}
}
.css-table {
th {
padding: 10px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 10px;
border: 1px solid #ececec;
}
.name {
color: #0041e8;
}
}