Skip to content

Commit

Permalink
feat(UploadWizard): ✨ clean up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 8, 2025
1 parent f241493 commit 1a062a8
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions skinStyles/extensions/UploadWizard/ext.uploadWizard.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,14 @@

&-deeds {
&-thumbnails {
border: 1px solid var( --border-color-subtle );
border-radius: var( --border-radius-base );
&:empty {
margin-block: 0;
}

&:not( :empty ) {
border: 1px solid var( --border-color-subtle );
border-radius: var( --border-radius-base );
}
}

// Style as message box
Expand Down Expand Up @@ -209,6 +215,7 @@
&-custom-multiple-intro {
padding-top: var( --space-xs );
padding-bottom: var( --space-md );
margin-bottom: var( --space-md );
font-size: var( --font-size-small );
border-bottom-width: 1px;
border-bottom-right-radius: var( --border-radius-base );
Expand All @@ -217,6 +224,17 @@
}
}

&-deeds {
&-individual {
padding-block: var( --space-xl );
gap: var( --space-lg );

.mwe-upwiz-deeds-individual-thumbnail {
margin-right: 0;
}
}
}

&-deed {
&-forms {
.mwe-upwiz-deed {
Expand All @@ -242,11 +260,19 @@
}
}

&-option-title:first-child {
margin-top: 0;
}

&-subgroup {
padding: var( --space-md );
margin-block: var( --space-sm );
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius-base );
}
}

&-label-extra {
font-size: var( --font-size-small );
}
}

0 comments on commit 1a062a8

Please sign in to comment.