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

theme-base.components.overlay._sidebar.scss Maven / Gradle / Ivy

There is a newer version: 15.0.0
Show newest version
body {
  .ui-sidebar {
    background: $panelContentBg;
    color: $panelContentTextColor;
    padding: $panelContentPadding;
    border: $overlayContentBorder;
    box-shadow: none;

    .ui-sidebar-close {
      padding: 0;
      @include action-icon();

      .ui-icon {
        @include icon-override("\e90b");
      }
    }

    &.ui-sidebar-active {
      box-shadow: $overlayContainerShadow;
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy