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

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

There is a newer version: 3.0.0
Show newest version
@import 'colors';

.small_text {
    font-size:0.8em;
}

: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