Skip to content
Snippets Groups Projects
subrogation-banner.component.scss 892 B
Newer Older
vitam-prg's avatar
vitam-prg committed
@import '../../../../sass/variables/colors';

.banner-subrogation {
    background: var(--vitamui-secondary);
vitam-prg's avatar
vitam-prg committed
    border-radius: 0;
    max-width: none;
    width: 100%;
    height: 80px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    z-index: 1000;
    color: white;
}

.banner-icon {
    margin-right: 20px;
}

.btn-link {
    color: white;
    margin-left: 20px;
}

.keyboard-arrow-down-icon {
    cursor:pointer;
    position: fixed;
    right: 0;
    bottom: 50px;
}

.hidden-banner-div {
    border-radius: 3px 3px 0 0;
    background: #5cbaa9;
    color: white;
    position: fixed;
    height: 25px;
    width: 25px;
    right: 15px;
    bottom: 5px;
    z-index: 1000;
    cursor:pointer;
}
.hidden-banner-icon {
    position: fixed;
    right: 0;
    bottom: 5px;
}

.keyboard-arrow-up-icon {

}