Dodanie obsługi danych firmy w formularzach oraz poprawa warunków sprawdzających w kodzie

This commit is contained in:
2025-01-04 12:11:00 +01:00
parent 18dd1718a4
commit 5adfbf5eab
23 changed files with 218 additions and 756 deletions

View File

@@ -2602,6 +2602,13 @@ ul.pager {
width: 100%;
}
.fvat-data {
display: none;
padding: 15px 15px 5px 15px;
background: #FFF;
margin-bottom: 15px;
}
.addresses {
.address {
width: calc(100% / 2 - 10px);
@@ -2829,6 +2836,30 @@ ul.pager {
.top {
padding-bottom: 50px;
}
.top-second {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
padding-bottom: 25px;
@include respond-below(sm) {
grid-template-columns: 1fr;
}
.column {
padding: 20px;
background: #FFF;
}
h5 {
font-weight: 600;
}
p {
margin-bottom: 0;
}
}
}
.order-bottom {