2017-09-23 04:34:07 +02:00
|
|
|
.wizards-nav-button {
|
|
|
|
@extend .nav-pills;
|
2017-10-06 04:59:02 +02:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-wizard {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-header {
|
|
|
|
font-size: 1.3em;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
&.medium {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.small {
|
|
|
|
font-size: 0.97em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-list + .content {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-wizard.settings {
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-right: 30px;
|
|
|
|
|
|
|
|
.setting {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
min-width: 49%;
|
|
|
|
|
|
|
|
.setting-label {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.full {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.setting-label {
|
|
|
|
width: 75px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-links {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
.remove {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-custom-step {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 15px;
|
|
|
|
background-color: dark-light-diff($primary, $secondary, 96%, -65%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-dropdown-choices {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-dropdown-choice {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-submissions {
|
|
|
|
padding: 0 20px;
|
|
|
|
display: inline-block;
|
|
|
|
overflow: scroll;
|
2017-09-23 04:34:07 +02:00
|
|
|
}
|