0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/assets/stylesheets/common/wizard/mobile.scss

37 Zeilen
515 B
SCSS

body.custom-wizard {
2017-12-03 08:57:54 +01:00
.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;
}
}
2018-02-10 08:12:33 +01:00
.wizard-step-banner img {
2018-02-09 09:07:52 +01:00
max-height: 250px !important;
2018-09-05 05:49:03 +02:00
max-width: 100%;
2018-02-09 09:02:06 +01:00
}
2017-12-03 08:57:54 +01:00
.control-group {
margin-right: 0;
margin-bottom: 20px;
width: 100%;
}
}