All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.lib.components.generate-project.extensions-cart.scss Maven / Gradle / Ivy

There is a newer version: 37
Show newest version

.extensions-cart {

  .extensions-cart-button {
    height: 40px;
    background-color: var(--extensionsCartButtonBgColor);
    color: var(--extensionsCartButtonTextColor);
    width: 50px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    padding: 0;
    border: none;
    cursor: pointer;

    svg {
      margin-right: 5px;
      height: 40px;
      vertical-align: top;
    }
  }



  .dropdown-menu {
    width: 380px;
    padding: 22px 10px 22px 10px;
      }

  &.opened-from-change .dropdown-menu {
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy