demarches-normaliennes/app/assets/stylesheets/help_dropdown.scss
2021-09-28 12:33:01 +02:00

51 lines
741 B
SCSS

@import "colors";
@import "constants";
.help-dropdown {
.dropdown-content {
width: 340px;
}
.dropdown-description {
font-size: 14px;
}
}
.help-dropdown-title {
font-size: 16px;
color: $blue-france-500;
}
.dropdown-items li.help-dropdown-service {
cursor: default;
&:hover {
background: inherit;
}
a {
display: inline;
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;
.icon {
vertical-align: middle;
margin-right: 5px;
&.clock {
filter: contrast(0) brightness(120%);
vertical-align: -4px;
}
}
}