2019-08-07 15:00:03 -04:00
|
|
|
$poll-margin: 10px;
|
|
|
|
|
2016-06-13 18:21:14 +08:00
|
|
|
.poll-ui-builder-form {
|
2019-08-13 15:49:40 +02:00
|
|
|
display: flex;
|
2018-01-25 15:53:36 +01:00
|
|
|
margin: 0;
|
2016-06-15 21:21:17 +08:00
|
|
|
|
2019-08-13 15:49:40 +02:00
|
|
|
.options {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 280px;
|
|
|
|
}
|
2020-06-12 14:52:32 +03:00
|
|
|
.combo-box,
|
|
|
|
.multi-select {
|
2020-02-17 17:02:44 +01:00
|
|
|
min-width: 180px;
|
|
|
|
width: 180px;
|
|
|
|
}
|
2019-08-13 15:49:40 +02:00
|
|
|
|
|
|
|
.d-editor-preview {
|
|
|
|
margin-left: $poll-margin * 2;
|
|
|
|
width: 360px;
|
|
|
|
}
|
|
|
|
|
2016-06-13 18:21:14 +08:00
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2018-05-30 14:26:06 +08:00
|
|
|
.tip {
|
|
|
|
display: block;
|
2019-08-07 15:00:03 -04:00
|
|
|
margin-bottom: $poll-margin * 1.5;
|
|
|
|
margin-top: $poll-margin / 2;
|
|
|
|
font-size: $font-down-1;
|
2018-05-30 14:26:06 +08:00
|
|
|
}
|
|
|
|
|
2019-08-07 15:00:03 -04:00
|
|
|
.poll-select {
|
|
|
|
margin-bottom: $poll-margin;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-11-19 14:50:00 +01:00
|
|
|
}
|
|
|
|
|
2019-08-07 15:00:03 -04:00
|
|
|
.input-group-label {
|
|
|
|
min-width: 85px;
|
2016-06-15 21:21:17 +08:00
|
|
|
}
|
|
|
|
|
2020-02-17 17:02:44 +01:00
|
|
|
.input-group {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2018-05-30 21:00:54 +08:00
|
|
|
.poll-number {
|
2019-08-07 15:00:03 -04:00
|
|
|
margin: $poll-margin 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-05-30 21:00:54 +08:00
|
|
|
|
|
|
|
input {
|
|
|
|
width: 70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-17 17:02:44 +01:00
|
|
|
.poll-textarea {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-05-30 21:00:54 +08:00
|
|
|
.poll-textarea textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 90px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-select + .poll-textarea {
|
2019-08-07 15:00:03 -04:00
|
|
|
margin-top: $poll-margin;
|
2016-06-13 18:21:14 +08:00
|
|
|
}
|
|
|
|
|
2019-08-13 15:49:40 +02:00
|
|
|
.poll-checkbox,
|
|
|
|
.poll-date {
|
2019-08-07 15:00:03 -04:00
|
|
|
margin-top: $poll-margin / 2;
|
2016-06-13 18:21:14 +08:00
|
|
|
}
|
|
|
|
}
|