mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: update register admin wizard page styles (#17785)
This commit is contained in:
@@ -39,6 +39,7 @@ body.wizard {
|
||||
background-size: 110vw 110vh; // crops better than cover at various viewport sizes
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
background-color: var(--secondary);
|
||||
color: var(--primary-very-high);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
Oxygen-Sans, Ubuntu, Cantarell, Arial, sans-serif;
|
||||
@@ -681,3 +682,25 @@ body.wizard {
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
// Register admin page... /finish-installation/register
|
||||
|
||||
.wizard-container-contents.finish-installation {
|
||||
.wizard-container__combobox {
|
||||
background: var(--secondary);
|
||||
color: var(--primary);
|
||||
padding: 0.5em;
|
||||
font-size: var(--font-up-1);
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--primary-low-mid);
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
|
||||
.wizard-container__fields {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.wizard-container__text-input {
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user