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

sass.n2o.components.Popup.scss Maven / Gradle / Ivy

The newest version!
.n2o-pop-up {
    z-index: $zindex-popover;
    background-color: $popover-bg;

    @include border-radius($popover-border-radius);
    @include box-shadow($popover-box-shadow);
}

.n2o-pop-up > .n2o-dropdown-control {
    height: auto;
}

.n2o-pop-up__wrapper {
    .n2o-dropdown-control {
        border: 0;
    }

    border: $popover-border-width solid $popover-border-color;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy