21 lines
271 B
SCSS
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;
|
|
}
|
|
}
|