Sha256: 70341d9fcde279df0612ac0c909d606772353c7952b1cf67d99442c6fe3ca57e

Contents?: true

Size: 850 Bytes

Versions: 2

Compression:

Stored size: 850 Bytes

Contents

@import 'hippo/styles/global';

.grommet .text-editor {

    border: 1px solid #ddd;
    flex: 1;
    display: flex;
    flex-direction: column;

    .text-editor-content {
        flex: 1;
    }


    .toolbar > * {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    p:not(.grommetux-paragraph) {
        max-width: inherit;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .content-image {
        width: 100%;
        height: auto;
    }


    button:not(.grommetux-button) {
        min-width: inherit;
        padding: 0;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header {
        .active {
            border-bottom: 2px solid $focus-border-color;
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hippo-fw-0.9.6 client/hippo/components/text-editor/text-editor.scss
hippo-fw-0.9.5 client/hippo/components/text-editor/text-editor.scss