Commit c0bb48b56a3c14b3396a5b255e80fbbd39ee3dd3
1 parent
778c8b62
Веталь
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
frontend/assets/AppAsset.php
@@ -19,7 +19,7 @@ class AppAsset extends AssetBundle | @@ -19,7 +19,7 @@ class AppAsset extends AssetBundle | ||
19 | public $baseUrl = '@web'; | 19 | public $baseUrl = '@web'; |
20 | public $css = [ | 20 | public $css = [ |
21 | 'css/style.css', | 21 | 'css/style.css', |
22 | - 'http://fonts.googleapis.com/css?family=Ubuntu', | 22 | + 'http://fonts.googleapis.com/css?family=Roboto', |
23 | ]; | 23 | ]; |
24 | public $js = [ | 24 | public $js = [ |
25 | ]; | 25 | ]; |
frontend/web/css/style.css
1 | html,form, | 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 | h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} | 5 | h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} |
6 | .fl{float:left;} | 6 | .fl{float:left;} |
@@ -79,7 +79,7 @@ nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../i | @@ -79,7 +79,7 @@ nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../i | ||
79 | 79 | ||
80 | .fr ul li{border:none;} | 80 | .fr ul li{border:none;} |
81 | .akciya a{background:#f75d50;color:#ffffff;} | 81 | .akciya a{background:#f75d50;color:#ffffff;} |
82 | -.brends a{background:#95ba2f;color:#ffffff;} | 82 | +.brands a{background:#95ba2f;color:#ffffff;} |
83 | 83 | ||
84 | a.myorders{color:#f75d50} | 84 | a.myorders{color:#f75d50} |
85 | 85 |