2019-03-13 16:48:38 +01:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.help-dropdown {
|
|
|
|
.dropdown-content {
|
2023-02-21 19:15:39 +01:00
|
|
|
width: 360px;
|
2019-03-13 16:48:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-06 09:11:55 +01:00
|
|
|
.help-dropdown-title {
|
2023-11-13 18:10:35 +01:00
|
|
|
font-weight: bold;
|
2019-03-13 16:48:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-items li.help-dropdown-service {
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline;
|
2021-09-20 15:04:24 +02:00
|
|
|
color: $blue-france-500;
|
2019-03-13 16:48:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-dropdown-service-action {
|
|
|
|
margin-top: $default-padding;
|
|
|
|
margin-bottom: $default-spacer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-dropdown-service-item {
|
|
|
|
margin-top: $default-spacer;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|