N°7529 - Choose which button to keep in CKeditor5

This commit is contained in:
Benjamin Dalsass
2024-06-07 08:18:58 +02:00
parent 8d2adfbbd2
commit c940295663
61 changed files with 233 additions and 160 deletions

View File

@@ -14,6 +14,8 @@
--ck-text-huge-font-size: 1.8rem;
}
/** text size classes */
.text-tiny {
font-size: var(--ck-text-tiny-font-size);
}
@@ -28,4 +30,22 @@
.text-huge {
font-size: var(--ck-text-huge-font-size);
}
/** marker classes */
.marker-yellow {
background-color: var(--ck-highlight-marker-yellow);
}
.marker-green {
background-color: var(--ck-highlight-marker-green);
}
.marker-pink {
background-color: var(--ck-highlight-marker-pink);
}
.marker-blue {
background-color: var(--ck-highlight-marker-blue);
}