2024-11-05 19:02:31 +01:00
|
|
|
@import 'constants';
|
2024-03-11 16:20:00 +01:00
|
|
|
|
|
|
|
.tiptap-editor {
|
|
|
|
// Tags
|
|
|
|
.fr-menu__list {
|
|
|
|
max-height: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fr-tag:not(.fr-menu .fr-tag) {
|
|
|
|
// style span rendered by tiptap like a button/link tag
|
|
|
|
color: var(--text-action-high-blue-france);
|
|
|
|
background-color: var(--background-action-low-blue-france);
|
|
|
|
}
|
|
|
|
}
|