Newer
Older
CamaraComercioWeb / src / app / shared / components / dropdown-categories / dropdown-categories.component.scss
Edward Florez on 23 Oct 2021 437 bytes dropdown fix
.drop-container{
    width: 100%;
    justify-content: center;
}

.dropdown{
  button{
      background: none;
      border: none;
      color: var(--base-color-dark) !important;
  }
  .dropdown-menu{
      width: max-content;
      left: 5px !important;
      li{
          &:hover{
              background: var(--base-color-gray-dark);
          }
      }
  }
}

ion-icon {
    font-size: 25px;
}

ul ion-icon{
    font-size: 15px;
}