fix: adjust modal padding-bottom

This commit is contained in:
Arvid Norlin
2025-01-10 14:14:24 +01:00
committed by Christel Westerberg
parent 8f1ae27367
commit 39ebfe50c9
4 changed files with 10 additions and 10 deletions

View File

@@ -37,16 +37,15 @@
justify-self: flex-start; justify-self: flex-start;
} }
.terms { .terms {
margin-top: var(--Spacing-x3); padding-top: var(--Spacing-x3);
margin-bottom: var(--Spacing-x3);
} }
.termsText:nth-child(n) { .termsText:nth-child(n) {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: var(--Spacing-x1); padding-bottom: var(--Spacing-x1);
} }
.terms .termsIcon { .terms .termsIcon {
margin-right: var(--Spacing-x1); padding-right: var(--Spacing-x1);
} }
@media screen and (min-width: 1367px) { @media screen and (min-width: 1367px) {

View File

@@ -11,7 +11,6 @@
display: flex; display: flex;
gap: var(--Spacing-x-half); gap: var(--Spacing-x-half);
flex-direction: column; flex-direction: column;
padding-bottom: var(--Spacing-x2);
width: 100%; width: 100%;
} }
@@ -23,6 +22,9 @@
border-top: 1px solid var(--Primary-Light-On-Surface-Divider-subtle); border-top: 1px solid var(--Primary-Light-On-Surface-Divider-subtle);
} }
.tableSection:not(:last-child) {
padding-bottom: var(--Spacing-x2);
}
.row { .row {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

View File

@@ -79,14 +79,13 @@ input[type="radio"]:checked + .card .checkIcon {
} }
.terms { .terms {
margin-top: var(--Spacing-x3); padding-top: var(--Spacing-x3);
margin-bottom: var(--Spacing-x3);
} }
.termsText:nth-child(n) { .termsText:nth-child(n) {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: var(--Spacing-x1); padding-bottom: var(--Spacing-x1);
} }
.termsIcon { .termsIcon {
margin-right: var(--Spacing-x1); padding-right: var(--Spacing-x1);
} }

View File

@@ -47,7 +47,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: var(--Spacing-x2); gap: var(--Spacing-x2);
padding: 0 var(--Spacing-x3) var(--Spacing-x1); padding: 0 var(--Spacing-x3) var(--Spacing-x4);
} }
.close { .close {