Commit bd6eefa5823c996a9997f29fefbfc8af5cafe284
1 parent
64377a84
Веталь
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1433,3 +1433,11 @@ input.custom-radio + label:hover { |
1433 | 1433 | .checkout_basket button { |
1434 | 1434 | margin: 0 auto; |
1435 | 1435 | } |
1436 | +.input-blocks-wrapper .help-block { | |
1437 | + padding-left: 71px; | |
1438 | + padding-top: 5px; | |
1439 | + width: 100%; | |
1440 | + float: left; | |
1441 | + box-sizing: border-box; | |
1442 | + margin-bottom: 0; | |
1443 | +} | |
1436 | 1444 | \ No newline at end of file | ... | ... |