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

VAADIN.addons.sidebar.sidebar.css Maven / Gradle / Ivy

There is a newer version: 0.0.3.2
Show newest version
/*
  The look and feel is based on the Reindeer theme and has intentionally been kept very simple.
  Feel free to define your own! :-)
*/

.v-panel-deco-sideBarSection {
    display: none;
}

.v-panel-content.v-panel-content-sideBarSection {
    border: none;
}

.v-nativebutton-sideBarSectionItem {
    border: none;
    outline: none;
    background: transparent;
}

.v-nativebutton.v-nativebutton-sideBarSectionItem .v-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    height: 48px;
    font-size: 48px;
}

.v-nativebutton.v-nativebutton-sideBarSectionItem.selected .v-nativebutton-caption {
    font-weight: bold;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy