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/wizard/wizard_custom_mobile.scss
2018-02-09 16:07:52 +08:00

67 Zeilen
971 B
SCSS

@import 'wizard_variables';
.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;
}
.tip {
position: relative;
display: inline-block;
margin: 20px 0;
}
}
.wizard-step-banner {
max-height: 250px !important;
width: initial !important;
}
.control-group {
margin-right: 0;
margin-bottom: 20px;
width: 100%;
}
input, textarea {
border: 1px solid #919191;
}
.wizard-column {
.checkbox-field > label {
max-width: calc(100% - 53px);
}
.wizard-field .field-description {
display: flex;
align-items: center;
img {
float: none;
}
i, span {
flex: 1;
}
}
}
}