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

web.lib.core.components.toggle-panel.scss Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
.toggle-panel {
  overflow: hidden;

  &.vertical {
    max-height: 0;
    transition: max-height 0.25s ease-in-out;
    &.open {
      max-height: 1000px;
    }
  }

  &.horizontal {
    visibility: hidden;
    &.open {
      visibility: visible;
    }
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy