Skip to content

Commit

Permalink
fix(UploadWizard): 🐛 fix message box styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 8, 2025
1 parent 448a10a commit 4261645
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion skinStyles/extensions/UploadWizard/ext.uploadWizard.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
&-explain,
&-custom-multiple-intro {
padding-inline: var( --space-md );
font-size: var( --font-size-small );
line-height: var( --line-height-xx-small );
background-color: var( --background-color-notice-subtle );
border-color: var( --border-color-notice );
Expand All @@ -205,11 +206,19 @@

&-explain {
padding-top: var( --space-md );
font-size: var( --font-size-medium );
color: var( --color-emphasized );
border-top-width: 1px;
border-top-left-radius: var( --border-radius-base );
border-top-right-radius: var( --border-radius-base );

// No text beneath
&:has( + ol ) {
padding-bottom: var( --space-md );
margin-bottom: var( --space-md );
border-bottom-width: 1px;
border-bottom-right-radius: var( --border-radius-base );
border-bottom-left-radius: var( --border-radius-base );
}
}

&-custom-multiple-intro {
Expand Down

0 comments on commit 4261645

Please sign in to comment.