2018-02-08 05:30:55 +01:00
|
|
|
@import 'wizard_variables';
|
|
|
|
|
2017-12-03 08:57:54 +01:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-09 09:02:06 +01:00
|
|
|
.wizard-step-banner {
|
2018-02-09 09:07:52 +01:00
|
|
|
max-height: 250px !important;
|
2018-02-09 09:02:06 +01:00
|
|
|
width: initial !important;
|
|
|
|
}
|
|
|
|
|
2017-12-03 08:57:54 +01:00
|
|
|
.control-group {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
border: 1px solid #919191;
|
|
|
|
}
|
2018-02-01 06:11:23 +01:00
|
|
|
|
2018-02-10 02:33:11 +01:00
|
|
|
.wizard-column .wizard-field .field-description {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-02-09 08:43:57 +01:00
|
|
|
|
2018-02-10 02:33:11 +01:00
|
|
|
img {
|
|
|
|
float: none;
|
|
|
|
}
|
2018-02-09 08:32:27 +01:00
|
|
|
|
2018-02-10 02:33:11 +01:00
|
|
|
i, span {
|
|
|
|
flex: 1;
|
2018-02-01 06:11:23 +01:00
|
|
|
}
|
|
|
|
}
|
2017-12-03 08:57:54 +01:00
|
|
|
}
|