@import "../dist/styles.css";
@import "./default_styles";

.container {
    padding-top: 30px;
}

.preview {
    margin-top: 70px;
    border: 1px solid #e0e0e0;
    min-height: 40px;
    padding: 5px;
}

.wswg-toolbar {
    margin: 0;
    position: sticky;
    top: -2px;
}


.note-editing-area {
    border-width: 0;
}

.wswg-btn__colorpicker-toggler {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    border: none;
    height: 100%;
    background-color: #E6E6E6;
    color: #333;
    margin: 0;
    padding: 4px 16px 4px 4px;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    transition: background 0.2s;

    &::after {
        content: "";
        position: absolute;
        right: 7px;
        top: 47%;
        border-right: 3px solid rgba(0, 0, 0, 0);
        border-left: 3px solid rgba(0, 0, 0, 0);
        border-top: 3px solid #999;
        transition: transform 0.2s;
        will-change: transform;
    }
}
