Commit c0bb48b56a3c14b3396a5b255e80fbbd39ee3dd3
1 parent
778c8b62
Веталь
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
frontend/assets/AppAsset.php
frontend/web/css/style.css
1 | 1 | html,form, |
2 | -body { padding:0px;margin:0px; | |
3 | - font-family: 'Ubuntu',Arial, Tahoma, Helvetica, sans-serif;font-size:14px;color:#1d1d1b;height:100%; | |
2 | +body { padding:0;margin:0; | |
3 | + font-family: 'Roboto';font-size:14px;color:#1d1d1b;height:100%; | |
4 | 4 | } |
5 | 5 | h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} |
6 | 6 | .fl{float:left;} |
... | ... | @@ -79,7 +79,7 @@ nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../i |
79 | 79 | |
80 | 80 | .fr ul li{border:none;} |
81 | 81 | .akciya a{background:#f75d50;color:#ffffff;} |
82 | -.brends a{background:#95ba2f;color:#ffffff;} | |
82 | +.brands a{background:#95ba2f;color:#ffffff;} | |
83 | 83 | |
84 | 84 | a.myorders{color:#f75d50} |
85 | 85 | ... | ... |