feature:Insert favicon.

This commit is contained in:
Affonso Kopmann 2023-01-19 22:59:40 -03:00
parent 78f78acc71
commit ce3a34c2de
9 changed files with 7 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="../src/assets/icons/apple-touch-icon.png">
<link rel="icon" type=".image/png" sizes="32x32" href="../src/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../src/assets/icons/favicon-16x16.png">
<link rel="manifest" href="../src/assets/icons/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon_m3/apple-touch-icon.png">
<link rel="icon" type=".image/png" sizes="32x32" href="%PUBLIC_URL%/favicon_m3/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon_m3/favicon-16x16.png">
<link rel="manifest" href="%PUBLIC_URL%/favicon_m3/site.webmanifest">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

View File

@ -18,7 +18,7 @@
.form-button {
width: 100%;
padding: 8px 0;
background: var(--blue-400);
background: var(--black-500);
border-radius: 25px;
border: 0;
@ -42,6 +42,7 @@
@media screen and (max-width: 768px) {
.form{
max-width: 100%;
margin-left: 32px;
}
.form__title {
font-size: 18px;