0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-22 03:57:01 +01:00
discourse-custom-wizard/assets/stylesheets/common/wizard/mobile.scss

43 Zeilen
590 B
SCSS

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