.number-editor {
    &.invalid {
        input {
            background-color: #FBC0BB;
        }
    }
}
