demarches-normaliennes/app/assets/stylesheets/help_dropdown.scss

22 lines
271 B
SCSS
Raw Normal View History

2024-11-05 19:02:31 +01:00
@import 'colors';
@import 'constants';
.help-dropdown {
.dropdown-content {
width: 360px;
}
}
.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;
}
}