Fix: форма заказа клиента — сетка Дата/Номер, компактные поля и отступы, ширина полей на всю форму
Made-with: Cursor
This commit is contained in:
@@ -345,14 +345,15 @@ a.btn.btn-ws-primary:hover {
|
||||
.ws-form-group textarea {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
padding: 12px 16px;
|
||||
padding: 8px 12px;
|
||||
background: transparent;
|
||||
border: 1px solid var(--ws-border);
|
||||
border-radius: var(--ws-radius-sm);
|
||||
color: var(--ws-text);
|
||||
font-family: var(--ws-font);
|
||||
font-size: 16px;
|
||||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
font-size: 15px;
|
||||
line-height: 1.35;
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.ws-form-group input:focus,
|
||||
@@ -395,8 +396,8 @@ a.btn.btn-ws-primary:hover {
|
||||
}
|
||||
|
||||
.ws-form-section {
|
||||
margin-top: 24px;
|
||||
padding-top: 20px;
|
||||
margin-top: 16px;
|
||||
padding-top: 14px;
|
||||
border-top: 1px solid var(--ws-border);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user