Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
ce3d2ced55
The completion of the move to ember-cli in core requires a move to an independent asset pipeline. The wizard app itself will be upgraded to ember-cli when I have time. See further: -fcb4e5a1a1
-1b4692039e
-a69b914710
36 Zeilen
515 B
SCSS
36 Zeilen
515 B
SCSS
body.custom-wizard {
|
|
.wizard-step-form {
|
|
.wizard-btn {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.wizard-step-description {
|
|
.image-container {
|
|
margin: 20px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
img.large {
|
|
width: 150px;
|
|
padding: 10px;
|
|
}
|
|
|
|
img.small {
|
|
width: 60px;
|
|
height: 60px;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
.wizard-step-banner img {
|
|
max-height: 250px !important;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.control-group {
|
|
margin-right: 0;
|
|
margin-bottom: 20px;
|
|
width: 100%;
|
|
}
|
|
}
|