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

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

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

.create-scenario-wrapper {
    float: right;
}

.create-scenario {
    background: $vert2;
    border: none;
    height: 85px;
    font-size: 11px;
    text-align: center;
    width: 50px;

    button {
        color: $grisfonce2;
        text-align: center;

        &:hover {
            color: $blanc;
        }

        &:focus {
            box-shadow: none;
        }
    }
}

.header-scenario {
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .5rem .6rem;
    font-size: .75rem;
    line-height: .5;
    border-radius: .2rem;
    margin: 0;
}

.label-success {
    background-color: $vert2;
}

.scenario-type-filter {
    cursor: pointer;
}

.scenario-type-filter-selected {
    cursor: pointer;
    color: $bleu6;
}

.table-link {
    color: #212529; // Bootstrap table default color
}

.table-sm {
    font-size: 14px;
}

.filter {
    cursor: pointer;
    text-align: center;
}

: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;
    }
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.width-button-table {
    width: 50px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy