2022-07-27 15:40:05 +02:00
|
|
|
body.custom-wizard {
|
|
|
|
span.mentionable-item {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-10-06 13:55:50 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
a.mentionable-item span {
|
|
|
|
background-color: $primary-low;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: $primary;
|
|
|
|
}
|
2021-10-06 13:55:50 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
.ac-mentionable-item ul li a {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2021-10-06 13:55:50 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
.ac-mentionable-item-name {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
2021-10-06 13:55:50 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
.ac-mentionable-item-image {
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2021-10-06 13:55:50 +02:00
|
|
|
|
2022-07-27 15:40:05 +02:00
|
|
|
img {
|
|
|
|
height: 100%;
|
|
|
|
object-fit: contain;
|
|
|
|
}
|
2021-10-06 13:55:50 +02:00
|
|
|
}
|
|
|
|
}
|