Commit 7da2c3f9a3b14fc887395ea44a7dcc5e0ce7bbbe

Authored by Alexey Boroda
1 parent 7e633825

-Login style add

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -272,7 +272,14 @@ ul.btns-box3 li a img {width: 110px;height:110px;}
272 272 line-height: 29px;
273 273 margin-top: 49px;
274 274 }
275   -.forms_ label {float: left;color: #fff200; font-size: 14px;font-family: Ubuntu; margin-top: 12px;}
  275 +.forms_ label {
  276 + float: left;
  277 + color: #fff200;
  278 + font-size: 14px;
  279 + font-family: Ubuntu;
  280 + margin-top: 12px;
  281 + text-transform: uppercase;
  282 +}
276 283 .forms_ input {
277 284 width: 100%;
278 285 float: left;
... ...