@import "colors"; @import "constants"; .help-dropdown { .dropdown-content { width: 360px; } } .help-dropdown-title { font-weight: bold; } .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; }