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

src.app.molecules.panel.collapsible-panel.collapsible-panel.component.scss Maven / Gradle / Ivy

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

:host {
  width: 100%;
}

div.collapsible-title {
    color: $bleu1;
    cursor: pointer;
    overflow: hidden;

    span.fa {
        font-size: 1.5em;
    }

    &:after {
        content:"";
        display: inline-block;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.4em;
        border-top: 1px solid $bleu1;
        z-index: -1;
        margin-left: 10px;
    }
}
.collapsible-content {
    margin-left: 5px;
    border: 1px solid lightgray;
    border-top-width: 0;
    border-right-width: 0;
    padding: 5px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy