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

src.app.modules.scenarios.components.edition.raw.raw-edition.component.scss Maven / Gradle / Ivy

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

.scenario-editor {
    height:calc(100vh - 260px);
    width:99%;
}

.edition-header {
    position: fixed;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 100;

    .header-left {
        height: 120px;
        background-color: $vert2;
        padding: 20px 20px 20px 0;
    }

    .header-right {
        background-color: $vert3;
        height: 120px;
        text-align: center;
        padding: 10px 60px 10px 30px;

        textarea.no-resize {
            resize: none;
        }

        .tag-input {
            height: 50px;
        }
    }

    .triangle-left:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent $vert2;
        border-style: solid;
        border-width: 60px 0 60px 20px;
    }

    .header-left {

        a {
            position: absolute;
            top: 100px;
            text-transform: lowercase;
            font-family: Ubuntu;
            font-size: 11px;
            color: #4a4a4a;
        }

        .title {
            margin-left: 40px;
            background-color: $vert2;
            overflow: hidden;
        }

        .description{
            margin-top: 10px;
            background-color: $vert2;
            margin-left: 40px;
            overflow: hidden;
        }
    }

    .action-pane {
        .save-button {
            position: absolute;
            top: calc(120px - 64px / 2);
            left: calc(66px + 20px + 32px + (100% - 66px - 20px - 32px - 64px - 64px) / 2);
            width: 64px;
            height: 64px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            border-radius: 50%;
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            background-color: $blanc;
            color: $grisfonce2;
            background-image: url('../../../../../../assets/icons/btn/save.png');
            background-repeat: no-repeat;
            background-size: 100% 100%;
            border: none;
        }

        .save-button:hover {
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
            background-image: url('../../../../../../assets/icons/btn/save_hover.png');
        }

        .save-button:active {
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
            background-image: url('../../../../../../assets/icons/btn/save_active.png');
        }

        .save-button:disabled {
          cursor: not-allowed;
        }

        .save-button-with-extended-menu {
            left: calc(66px + 386px + 8px + 32px + (100% - 66px - 386px - 8px - 32px - 64px - 64px) / 2);
        }

        .action-pane-complement {
            position: absolute;
            top: calc(120px - 25px / 2);
            left: calc(66px + 20px + 32px + 64px + (100% - 66px - 20px - 32px - 64px) / 2 + 76px);
            height: 25px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

            .action-button {
                float: left;
                margin-left: 3px;
                margin-right: 3px;
            }
        }

        .action-pane-complement-with-extended-menu {
            left: calc(66px + 386px + 8px + 32px + 64px + (100% - 66px - 386px - 8px - 32px - 64px) / 2 + 76px);
        }
    }
}

:host ::ng-deep chutney-forms-editable-label {
    .row {
        margin: 0;
    }

    .input-lbl {
        color: white;
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
    }

    .overlay-icon {
        font-size: 18px !important;
        padding: 2px 5px 2px 5px !important;
        margin-left: 10px;
    }
}

:host ::ng-deep chutney-forms-editable-text-area {
    .row {
        margin: 0;
    }

    .input-lbl {
        font-size: 13px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333333;
    }

    .overlay-icon {
        font-size: 18px !important;
        padding: 2px 5px 2px 5px !important;
        margin-left: 10px;
    }
}

.plugins {
    padding-top: calc(105px + 10px);
}

.campaigns-scenario {
    position: absolute;
    height: 50px;
    right: 0;
    z-index: 100;
    margin: 130px;
}

:host ::ng-deep chutney-ace-editor .configuration {
    margin-top: 0;
    .row {
        margin-top: 0;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy