Merged in chore/move-enter-details (pull request #2778)
Chore/move enter details Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
.section {
|
||||
display: grid;
|
||||
gap: var(--Space-x3);
|
||||
width: 100%;
|
||||
padding-top: var(--Space-x3);
|
||||
}
|
||||
|
||||
.heading,
|
||||
.subheading {
|
||||
color: var(--Text-Default);
|
||||
}
|
||||
|
||||
.additionalInfo {
|
||||
color: var(--Text-Secondary);
|
||||
margin-top: var(--Space-x05);
|
||||
}
|
||||
|
||||
.contentWrapper {
|
||||
padding-bottom: var(--Spacing-x3);
|
||||
}
|
||||
|
||||
.content {
|
||||
border-bottom: 1px solid var(--Primary-Light-On-Surface-Divider-subtle);
|
||||
}
|
||||
|
||||
.disabled {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user