2024-11-05 19:02:31 +01:00
|
|
|
@import 'colors';
|
|
|
|
@import 'constants';
|
2019-03-13 16:48:38 +01:00
|
|
|
|
|
|
|
.help-dropdown {
|
|
|
|
.dropdown-content {
|
2023-02-21 19:15:39 +01:00
|
|
|
width: 360px;
|
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
|
|
|
}
|
|
|
|
}
|