2022-07-27 15:40:05 +02:00
|
|
|
body.custom-wizard {
|
|
|
|
.similar-topics-validator {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
label {
|
|
|
|
min-height: 20px;
|
|
|
|
}
|
2021-02-16 01:43:00 +01:00
|
|
|
}
|
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
.wizard-similar-topics {
|
|
|
|
margin-left: 3px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
ul {
|
|
|
|
background-color: var(--tertiary-low);
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 25px;
|
|
|
|
box-shadow: shadow("dropdown");
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
z-index: 100;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
.title {
|
|
|
|
color: var(--primary);
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
.blurb {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
color: var(--primary-high);
|
|
|
|
font-size: $font-down-1;
|
|
|
|
}
|
2021-02-17 05:49:20 +01:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
.show-topics {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2021-02-16 01:43:00 +01:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
}
|