@use'../variables' as*;

.note-editor{
    background-color: $white;
    border: 1px solid $gray-400 !important;
    .dropdown-toggle{
        &:after {
            display: none;
        }
    }
    .note-toolbar {
        background-color: $white;
    }
}

