Skip to content

Commit

Permalink
🔨 Fix background styles
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Sep 17, 2024
1 parent 046aaa7 commit 08975a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions frontend/src/assets/svg/ftue-background-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions frontend/src/assets/svg/ftue-background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion frontend/src/views/FirstTimeUserExperienceView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ body {
/* position-center apmt-background-color fixed z-[60] flex size-full gap-6 rounded-xl bg-white p-8 pb-0 drop-shadow-xl*/
.modal {
--background-color: var(--colour-neutral-raised);
--background-color: var(--colour-primary-soft);
--background: url('@/assets/svg/ftue-background.svg');
position: relative;
width: 100%;
Expand All @@ -137,6 +137,7 @@ body {
}
.dark .modal {
--background-color: var(--colour-neutral-raised);
--background: url('@/assets/svg/ftue-background-dark.svg');
border: 1px solid var(--colour-apmt-primary);
}
Expand Down

0 comments on commit 08975a2

Please sign in to comment.