feat: add Price details modal

This commit is contained in:
Arvid Norlin
2024-12-04 16:40:45 +01:00
parent df1e4da001
commit 0c7c6ea21a
24 changed files with 382 additions and 60 deletions

View File

@@ -22,7 +22,6 @@
.dialog {
display: flex;
flex-direction: column;
padding-bottom: var(--Spacing-x3);
/* for supporting animations within content */
position: relative;
@@ -37,8 +36,7 @@
align-items: center;
height: var(--button-dimension);
position: relative;
justify-content: center;
padding: var(--Spacing-x3) var(--Spacing-x2) 0;
padding: var(--Spacing-x2) var(--Spacing-x3) 0;
}
.content {
@@ -74,4 +72,4 @@
width: auto;
border-radius: var(--Corner-radius-Medium);
}
}
}