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

src.app.modules.dataset.components.dataset-list.dataset-list.component.scss Maven / Gradle / Ivy

The newest version!

:host ::ng-deep {

    .popover {
        max-width: 30vw; /* optional max width */
        width: intrinsic; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content; /* Firefox/Gecko */
        width: -webkit-max-content; /* Chrome */
        border: 0;
        border-radius: 0.5rem;

        .arrow {
            margin-top: -8px !important;
        }
    }

    .popover-body {
        border-radius: 0.5rem;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy