refactor(ui): add/tweak icons (#1819)

* refactor(ui): add prev/next button icons

* refactor(ui): use mail icon instead of at symbol icon for email

* refactor(ui): use ↻ symbol instead of ⤾ for reload button

* refactor(ui): add missing icons to password reset pages

* refactor(ui): add icons for save & test buttons

Co-authored-by: sct <ryan@sct.dev>
This commit is contained in:
TheCatLady
2021-07-13 05:44:15 -04:00
committed by GitHub
parent 1133a34ffd
commit 8b960acf73
28 changed files with 227 additions and 106 deletions

View File

@@ -303,11 +303,11 @@ button.input-action {
.button-md svg,
button.input-action svg,
.plex-button svg {
@apply w-5 h-5 mr-2 last:mr-0;
@apply w-5 h-5 ml-2 mr-2 first:ml-0 last:mr-0;
}
.button-sm svg {
@apply w-4 h-4 mr-1.5 last:mr-0;
@apply w-4 h-4 ml-1.5 mr-1.5 first:ml-0 last:mr-0;
}
.modal-icon {