Refonte inventaire et objets #236

Merged
kazhnuz merged 27 commits from inventaire into master 2023-02-18 19:06:28 +01:00
Showing only changes of commit 2ff9638f49 - Show all commits

View file

@ -38,6 +38,20 @@ thead {
th:last-child {
border-top-right-radius: 10px;
}
&:last-child {
th {
text-align: center;
&:first-child {
border-bottom-left-radius: 10px;
}
&:last-child {
border-bottom-right-radius: 10px;
}
}
}
}
tr:last-child td:first-child {