diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 65b4acc..97deb9d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1562,7 +1562,9 @@ input.custom-radio + label:hover { .basket_input_2.required .control-label {position: relative} .basket_input_2.required .control-label:before { position: absolute; - top: 50%; + top: 0; content: '*'; - color: red; + color: #D60000; + left: -11px; + padding-top: 3px; } -- libgit2 0.21.4