File size: 281 Bytes
13555f3
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TextElement {
    display: inline;

    .markdown-editor-error {
        background-color: rgba(210, 75, 78, 0.08);
        border: 1px solid var(--error-text);
    }

    .error-message {
        color: var(--dnd-indicator, rgba(210, 75, 78, 1));
        margin: 16px 0;
    }
}