@import '../styles/colors';
@import '../styles/variables';

.amd-menu {
  &__item {
    color: $default-color-text;
    padding: $dropdown-menu-item-padding;

    &:hover {
      cursor: pointer;
      background-color: $highlight-text-color;
    }
  }
}