demarches-normaliennes/app/assets/stylesheets/help_dropdown.scss
2024-08-14 09:56:52 +02:00

21 lines
271 B
SCSS

@import "colors";
@import "constants";
.help-dropdown {
.dropdown-content {
width: 360px;
}
}
.dropdown-items li.help-dropdown-service {
cursor: default;
&:hover {
background: inherit;
}
a {
display: inline;
color: $blue-france-500;
}
}