1
0
Fork 0
discourse-custom-wizard-unl.../assets/stylesheets/wizard_custom_admin.scss

131 Zeilen
1,8 KiB
SCSS

2017-09-23 04:34:07 +02:00
.wizards-nav-button {
@extend .nav-pills;
2017-10-06 04:59:02 +02:00
float: left;
}
2017-10-07 04:27:38 +02:00
.wizard-list {
float: left;
width: 250px;
}
2017-10-06 04:59:02 +02:00
.new-wizard {
margin-top: 15px;
}
.wizard-header {
2017-10-13 15:02:34 +02:00
font-size: 1.4em;
2017-10-06 04:59:02 +02:00
margin-bottom: 15px;
&.medium {
2017-10-13 15:02:34 +02:00
font-size: 1.2em;
2017-10-06 04:59:02 +02:00
}
&.small {
2017-10-13 15:02:34 +02:00
font-size: 1em;
text-decoration: underline;
margin-bottom: 5px;
2017-10-06 04:59:02 +02:00
}
}
.content-list + .content {
overflow: hidden;
}
.admin-wizard.settings {
margin-left: 30px;
margin-right: 30px;
.setting {
display: inline-block;
vertical-align: top;
2017-10-13 15:02:34 +02:00
width: 49%;
2017-10-06 04:59:02 +02:00
.setting-label {
2017-10-07 04:27:38 +02:00
width: 90px;
}
.setting-value span {
font-size: 0.929em;
2017-10-06 04:59:02 +02:00
}
&.full {
width: 100%;
}
2017-10-13 15:02:34 +02:00
label {
margin: 5px 0;
}
}
.buttons .error {
color: $danger;
.fa {
margin-right: 5px;
}
}
.buttons .remove {
float: right;
2017-10-06 04:59:02 +02:00
}
}
.wizard-links {
margin-bottom: 20px;
2017-10-17 09:18:53 +02:00
ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
li {
display: inline-block;
margin-bottom: 7px;
margin-right: 7px;
}
}
.sortable-placeholder {
height: 30px;
width: 100px;
display: inline-block;
vertical-align: top;
background-color: $primary-low;
2017-10-06 04:59:02 +02:00
margin-right: 10px;
2017-10-17 09:18:53 +02:00
margin-left: 3px;
2017-10-06 04:59:02 +02:00
}
}
2017-10-13 15:02:34 +02:00
.wizard-column-contents {
position: relative;
}
2017-10-06 04:59:02 +02:00
.wizard-custom-step {
display: inline-block;
margin-bottom: 20px;
padding: 15px;
background-color: dark-light-diff($primary, $secondary, 96%, -65%);
}
.wizard-dropdown-choices {
2017-10-13 15:02:34 +02:00
padding: 15px 15px 0 15px;
margin-bottom: 20px;
background-color: $secondary;
2017-10-06 04:59:02 +02:00
}
2017-10-13 15:02:34 +02:00
.setting .custom-input {
2017-10-06 04:59:02 +02:00
display: inline-block;
}
.wizard-submissions {
padding: 0 20px;
display: inline-block;
overflow: scroll;
2017-09-23 04:34:07 +02:00
}
2017-10-09 07:52:09 +02:00
.wizard-field-composer textarea {
width: 100%;
min-height: 150px;
}