src.app.modules.dataset.components.dataset-list.dataset-list.component.scss Maven / Gradle / Ivy
@import 'colors';
: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;
&::after {
border-left-color: $bleu1;
}
}
}
.popover-body {
background-color: $bleu1;
color: $blanc;
border-radius: 0.5rem;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy