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

37 lines
511 B
SCSS
Raw Normal View History

@import "colors";
@import "constants";
.help-dropdown {
.dropdown-content {
width: 360px;
}
}
.help-dropdown-title {
2021-09-20 15:04:24 +02:00
color: $blue-france-500;
}
.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;
}
}
.help-dropdown-service-action {
margin-top: $default-padding;
margin-bottom: $default-spacer;
}
.help-dropdown-service-item {
margin-top: $default-spacer;
line-height: 18px;
}