refactor: Reorganize assets

This commit is contained in:
Tixie 2019-03-12 10:33:10 +01:00
parent 6c3037e3c4
commit 4e5ba43dcb
18 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ body {
flex-direction: column;
justify-content: center;
min-height: 100%;
background: var(--color-tertiary) url("/img/dotgrid.png");
background: var(--color-tertiary) url("/assets/img/dotgrid.png");
color: var(--color-light-text);
font-family: var(--fontstack);

View file

@ -33,7 +33,7 @@
.options__select {
padding-right: 4.4rem;
background: url("/img/ico-arrow.svg") no-repeat;
background: url("/assets/img/ico-arrow.svg") no-repeat;
background-position: calc(100% - 2rem) center;
}

View file

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 150 B

View file

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 495 B

View file

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 660 B

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 640 B

View file

Before

Width:  |  Height:  |  Size: 781 B

After

Width:  |  Height:  |  Size: 781 B

View file

Before

Width:  |  Height:  |  Size: 642 B

After

Width:  |  Height:  |  Size: 642 B

View file

Before

Width:  |  Height:  |  Size: 448 B

After

Width:  |  Height:  |  Size: 448 B

View file

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 482 B

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 728 B

After

Width:  |  Height:  |  Size: 728 B

View file

Before

Width:  |  Height:  |  Size: 761 B

After

Width:  |  Height:  |  Size: 761 B

View file

@ -3,12 +3,12 @@
"short_name": "Souvenir",
"icons": [
{
"src": "/img/icons/android-chrome-192x192.png",
"src": "/assets/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/icons/android-chrome-512x512.png",
"src": "/assets/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}