Files
tiptap/demos/src/Examples/Community/React/styles.scss
Philipp Kühn 4607a2dbd5 add example demos
2021-08-25 12:13:46 +02:00

42 lines
491 B
SCSS

/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1;
}
}
.mention {
color: #A975FF;
background-color: rgba(#A975FF, 0.1);
border-radius: 0.3rem;
padding: 0.1rem 0.3rem;
}
.character-count {
margin-top: 1rem;
display: flex;
align-items: center;
color: #68CEF8;
&--warning {
color: #FB5151;
}
&__graph {
margin-right: 0.5rem;
}
&__text {
color: #868e96;
}
}