mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user