Use slightly more logical organization for dashboard images

This commit is contained in:
Kevin MacMartin 2018-04-25 10:37:37 -04:00
parent c0e1673b14
commit 1c90c0b214
26 changed files with 24 additions and 24 deletions

View file

@ -35,7 +35,7 @@ class User extends Authenticatable
* *
* @var string * @var string
*/ */
public static $default_profile_image = '/img/profile.png'; public static $default_profile_image = '/img/dashboard/missing-profile.png';
/** /**
* The directory user profile uploads are stored in * The directory user profile uploads are stored in

View file

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 759 B

View file

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 758 B

View file

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 372 B

View file

Before

Width:  |  Height:  |  Size: 620 B

After

Width:  |  Height:  |  Size: 620 B

View file

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 240 B

View file

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 416 B

View file

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 702 B

View file

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 583 B

View file

Before

Width:  |  Height:  |  Size: 450 B

After

Width:  |  Height:  |  Size: 450 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 652 B

View file

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View file

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 491 B

View file

Before

Width:  |  Height:  |  Size: 829 B

After

Width:  |  Height:  |  Size: 829 B

View file

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 451 B

View file

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 651 B

View file

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

View file

Before

Width:  |  Height:  |  Size: 823 B

After

Width:  |  Height:  |  Size: 823 B

View file

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

View file

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

View file

Before

Width:  |  Height:  |  Size: 619 B

After

Width:  |  Height:  |  Size: 619 B

View file

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 533 B

View file

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -313,7 +313,7 @@ body {
display: block; display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url("/img/dashboard/checkmark.svg"); background-image: url("/img/dashboard/icons/checkmark.svg");
background-position: center center; background-position: center center;
background-size: 65% auto; background-size: 65% auto;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -856,12 +856,12 @@ body {
} }
.image-upload-button { .image-upload-button {
background-image: url("/img/dashboard/upload.svg"); background-image: url("/img/dashboard/icons/upload.svg");
transition: background-color 150ms; transition: background-color 150ms;
} }
.image-delete-button { .image-delete-button {
background-image: url("/img/dashboard/trash-alt.svg"); background-image: url("/img/dashboard/icons/trash-alt.svg");
opacity: 1; opacity: 1;
transition: background-color 150ms, opacity 150ms; transition: background-color 150ms, opacity 150ms;
@ -966,82 +966,82 @@ body {
} }
&.fa-arrows-alt:after { &.fa-arrows-alt:after {
background-image: url("/img/dashboard/arrows-alt.svg"); background-image: url("/img/dashboard/icons/arrows-alt.svg");
} }
&.fa-bold:after { &.fa-bold:after {
background-image: url("/img/dashboard/bold.svg"); background-image: url("/img/dashboard/icons/bold.svg");
} }
&.fa-code:after { &.fa-code:after {
background-image: url("/img/dashboard/code.svg"); background-image: url("/img/dashboard/icons/code.svg");
} }
&.fa-columns:after { &.fa-columns:after {
background-image: url("/img/dashboard/columns.svg"); background-image: url("/img/dashboard/icons/columns.svg");
} }
&.fa-eraser:after { &.fa-eraser:after {
background-image: url("/img/dashboard/eraser.svg"); background-image: url("/img/dashboard/icons/eraser.svg");
} }
&.fa-eye:after { &.fa-eye:after {
background-image: url("/img/dashboard/eye.svg"); background-image: url("/img/dashboard/icons/eye.svg");
} }
&.fa-header:after { &.fa-header:after {
background-image: url("/img/dashboard/header.svg"); background-image: url("/img/dashboard/icons/header.svg");
} }
&.fa-italic:after { &.fa-italic:after {
background-image: url("/img/dashboard/italic.svg"); background-image: url("/img/dashboard/icons/italic.svg");
} }
&.fa-link:after { &.fa-link:after {
background-image: url("/img/dashboard/link.svg"); background-image: url("/img/dashboard/icons/link.svg");
} }
&.fa-list-ol:after { &.fa-list-ol:after {
background-image: url("/img/dashboard/list-ol.svg"); background-image: url("/img/dashboard/icons/list-ol.svg");
} }
&.fa-list-ul:after { &.fa-list-ul:after {
background-image: url("/img/dashboard/list-ul.svg"); background-image: url("/img/dashboard/icons/list-ul.svg");
} }
&.fa-minus:after { &.fa-minus:after {
background-image: url("/img/dashboard/minus.svg"); background-image: url("/img/dashboard/icons/minus.svg");
} }
&.fa-picture-o:after { &.fa-picture-o:after {
background-image: url("/img/dashboard/picture-o.svg"); background-image: url("/img/dashboard/icons/picture-o.svg");
} }
&.fa-question-circle:after { &.fa-question-circle:after {
background-image: url("/img/dashboard/question-circle.svg"); background-image: url("/img/dashboard/icons/question-circle.svg");
} }
&.fa-quote-left:after { &.fa-quote-left:after {
background-image: url("/img/dashboard/quote-left.svg"); background-image: url("/img/dashboard/icons/quote-left.svg");
} }
&.fa-repeat:after { &.fa-repeat:after {
background-image: url("/img/dashboard/repeat.svg"); background-image: url("/img/dashboard/icons/repeat.svg");
} }
&.fa-star:after { &.fa-star:after {
background-image: url("/img/dashboard/star.svg"); background-image: url("/img/dashboard/icons/star.svg");
} }
&.fa-strikethrough:after { &.fa-strikethrough:after {
background-image: url("/img/dashboard/strikethrough.svg"); background-image: url("/img/dashboard/icons/strikethrough.svg");
} }
&.fa-table:after { &.fa-table:after {
background-image: url("/img/dashboard/table.svg"); background-image: url("/img/dashboard/icons/table.svg");
} }
&.fa-undo:after { &.fa-undo:after {
background-image: url("/img/dashboard/undo.svg"); background-image: url("/img/dashboard/icons/undo.svg");
} }
} }