Commit 71ac9f02da6fb9939927bd480210aa01a80ba61f

Authored by Виталий
1 parent eeb44566

Веталь

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
@@ -1559,4 +1559,10 @@ input.custom-radio + label:hover { @@ -1559,4 +1559,10 @@ input.custom-radio + label:hover {
1559 .owl-controls .owl-buttons .owl-next:before { 1559 .owl-controls .owl-buttons .owl-next:before {
1560 background-position: -8px 0; 1560 background-position: -8px 0;
1561 } 1561 }
1562 - 1562 +.basket_input_2.required .control-label {position: relative}
  1563 +.basket_input_2.required .control-label:before {
  1564 + position: absolute;
  1565 + top: 50%;
  1566 + content: '*';
  1567 + color: red;
  1568 +}