Commit af4ab46e3c466a0caf5fbabc6d9264b1dc260496
1 parent
6c2bf89e
landing styles update
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
frontend/views/landing/view.php
| @@ -16,6 +16,9 @@ | @@ -16,6 +16,9 @@ | ||
| 16 | <meta charset="UTF-8" /> | 16 | <meta charset="UTF-8" /> |
| 17 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 17 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 18 | <meta name="description" content="<?=$seo->desc; ?>"> | 18 | <meta name="description" content="<?=$seo->desc; ?>"> |
| 19 | + <link rel="preconnect" href="https://fonts.googleapis.com"> | ||
| 20 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
| 21 | + <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Ubuntu:wght@400;500;700&display=swap" rel="stylesheet"> | ||
| 19 | <title><?=$seo->title; ?></title> | 22 | <title><?=$seo->title; ?></title> |
| 20 | </head> | 23 | </head> |
| 21 | <body> | 24 | <body> |
frontend/web/css/css_min.css
| @@ -1980,7 +1980,7 @@ a:hover { | @@ -1980,7 +1980,7 @@ a:hover { | ||
| 1980 | left: 0; | 1980 | left: 0; |
| 1981 | top: 0.5rem; | 1981 | top: 0.5rem; |
| 1982 | content: ''; | 1982 | content: ''; |
| 1983 | - background: url("../imgs/icons/arrow-green.png") 50% 50% no-repeat; } | 1983 | + background: url("../../storage/landing/icons/arrow-green.png") 50% 50% no-repeat; } |
| 1984 | 1984 | ||
| 1985 | .opportunities-right_btn a { | 1985 | .opportunities-right_btn a { |
| 1986 | width: 306px; | 1986 | width: 306px; |
| @@ -2531,7 +2531,7 @@ ol li:before { | @@ -2531,7 +2531,7 @@ ol li:before { | ||
| 2531 | left: 0; | 2531 | left: 0; |
| 2532 | top: 0.3125rem; | 2532 | top: 0.3125rem; |
| 2533 | content: ''; | 2533 | content: ''; |
| 2534 | - background: url("../imgs/icons/arrow-green.png") 50% 50% no-repeat; } | 2534 | + background: url("../../storage/landing/icons/arrow-green.png") 50% 50% no-repeat; } |
| 2535 | 2535 | ||
| 2536 | .netbilling { | 2536 | .netbilling { |
| 2537 | width: inherit; | 2537 | width: inherit; |