Появление сущности накладной + перенос waybill.css в отдельную папку

This commit is contained in:
2024-12-01 20:16:56 +03:00
parent 988d8fe006
commit b3f856b401
6 changed files with 36 additions and 38 deletions

View File

@@ -1,14 +0,0 @@
table {
border: 1px solid black;
border-collapse: collapse;
background: white;
margin: 0 auto;
}
th {
background-color: #d3d3d3;
}
th, td {
border: 1px solid black;
padding: 5px;
text-align: center;
}

View File

@@ -1,10 +0,0 @@
.card {
background: #fff;
border: 1px solid #ddd;
color: black;
border-radius: 10px;
width: 250px;
padding: 15px;
margin-bottom: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}