Skip to content

Commit

Permalink
aligns text to left
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Nov 8, 2024
1 parent 2eae81c commit 2a443cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/lib/themes/mixins/_confirmation-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: var(--padding-1_5x);

color: var(--background-contrast);
Expand All @@ -17,6 +16,5 @@

@mixin text {
margin: 0;
align-self: stretch;
font-size: var(--font-size-h4);
}

0 comments on commit 2a443cf

Please sign in to comment.