_popup.scss 938 B
Newer Older
.popup-menu-account {
  /* Override SUI popup styles so popup does not appear above menu icon */
  bottom: auto !important;
  max-width: 205px !important; /* Allow space between items and scrollbar */
  padding: 0px !important; /* Allow menu items to take up full width*/
    max-height: 195px;
    color: $dark-grey;
    font-size: 1em;
    font-weight: 500;
    transition: background-color 0.4s;
    transition: opacity 1s;
    -webkit-transition: background-color 0.4s;
    -webkit-transition: opacity 1s;
      background-color: $grey;
      color: #fff !important;