diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 31d98c0..65b4acc 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1559,4 +1559,10 @@ input.custom-radio + label:hover { .owl-controls .owl-buttons .owl-next:before { background-position: -8px 0; } - +.basket_input_2.required .control-label {position: relative} +.basket_input_2.required .control-label:before { + position: absolute; + top: 50%; + content: '*'; + color: red; +} -- libgit2 0.21.4