Cost units can be edited

This commit is contained in:
2026-02-08 20:06:38 +01:00
parent 6fc65e195c
commit bccfc11687
53 changed files with 2021 additions and 29 deletions

19
public/css/dimensions.css Normal file
View File

@@ -0,0 +1,19 @@
.width-small {
width: 100px !important;
}
.width-medium {
width: 250px !important;
}
.width-half-full {
width: 50% !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pr-20 {
padding-right: 20px !important;
}