Skip to content

Commit

Permalink
Change icon for withdraw rejection
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschuppi81 committed Sep 11, 2024
1 parent 8e2de84 commit 9336ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/onegov/town6/theme/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $pdf-icon: '\f1c1';
$ticket-files-icon: '\f019';
$qr-code-icon: '\f029';
$results-icon: '\f682';
$undo-icon: '\f0e2';
$trash-restore-icon: '\f829';

#header {
background: $smoke;
Expand Down Expand Up @@ -565,7 +565,7 @@ $editbar-fg-color-active: $white;
.cancel::before { @include icon-bold($disabled-icon); }
.qr-code-link::before { @include icon-bold($qr-code-icon); }
.results-link::before { @include icon-bold($results-icon); }
.undo-link::before { @include icon-bold($undo-icon); }
.undo-link::before { @include icon-bold($trash-restore-icon); }
}


Expand Down

0 comments on commit 9336ca8

Please sign in to comment.