2020-04-20 10:07:10 -04:00
|
|
|
div.d-wrap[data-wrap="placeholder"] {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-wrap[data-wrap="placeholder"] {
|
2019-05-14 05:18:12 -04:00
|
|
|
padding: 0.5em;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2021-06-01 05:31:53 -04:00
|
|
|
border-left: 5px solid var(--primary-low);
|
2020-04-20 10:07:10 -04:00
|
|
|
background-color: blend-primary-secondary(5%);
|
2019-05-14 05:18:12 -04:00
|
|
|
|
|
|
|
.discourse-placeholder-name {
|
|
|
|
width: 200px;
|
|
|
|
font-weight: 700;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-right: 0.5em;
|
2020-04-20 10:07:10 -04:00
|
|
|
min-width: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p,
|
|
|
|
.discourse-placeholder-name {
|
|
|
|
font-size: $font-down-1;
|
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0;
|
2019-05-14 05:18:12 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.discourse-placeholder-value,
|
|
|
|
.discourse-placeholder-select {
|
|
|
|
box-sizing: border-box;
|
2020-04-20 10:07:10 -04:00
|
|
|
margin-left: 1em;
|
2019-05-14 05:18:12 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.discourse-placeholder-value {
|
2020-04-20 10:07:10 -04:00
|
|
|
width: 350px;
|
2019-05-14 05:18:12 -04:00
|
|
|
padding: 0.5em;
|
|
|
|
line-height: $line-height-small;
|
2021-06-01 05:31:53 -04:00
|
|
|
color: var(--primary);
|
|
|
|
background-color: var(--secondary);
|
|
|
|
border: 1px solid var(--primary-medium);
|
2019-05-14 05:18:12 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.discourse-placeholder-select {
|
2020-04-20 10:07:10 -04:00
|
|
|
width: 350px;
|
2019-05-14 05:18:12 -04:00
|
|
|
margin: 0.5em 0;
|
|
|
|
line-height: $line-height-small;
|
2021-06-01 05:31:53 -04:00
|
|
|
color: var(--primary);
|
|
|
|
background-color: var(--secondary);
|
|
|
|
border: 1px solid var(--primary-medium);
|
2019-05-14 05:18:12 -04:00
|
|
|
}
|
|
|
|
}
|
2020-04-20 10:07:10 -04:00
|
|
|
|
|
|
|
.discourse-placeholder-builder-modal {
|
|
|
|
.input {
|
|
|
|
input {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.multi-select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-size: $font-down-1;
|
2021-06-01 05:31:53 -04:00
|
|
|
color: var(--primary-medium);
|
2020-04-20 10:07:10 -04:00
|
|
|
margin: 0.25em 0 1em 0;
|
|
|
|
}
|
|
|
|
}
|