Commit f5827e755c0b18cde7af00b26f82602050987ea1

Authored by Виталий
1 parent 71ac9f02

Веталь

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1562,7 +1562,9 @@ input.custom-radio + label:hover {
1562 1562 .basket_input_2.required .control-label {position: relative}
1563 1563 .basket_input_2.required .control-label:before {
1564 1564 position: absolute;
1565   - top: 50%;
  1565 + top: 0;
1566 1566 content: '*';
1567   - color: red;
  1567 + color: #D60000;
  1568 + left: -11px;
  1569 + padding-top: 3px;
1568 1570 }
... ...