- gestione dell'editor delle pagine (non funzionante!)

This commit is contained in:
Surya Paolo
2025-09-16 17:30:28 +02:00
parent cb3baf3dbb
commit 95fa0b9ac0
63 changed files with 1647 additions and 2737 deletions

View File

@@ -0,0 +1,12 @@
.cmy-divider {
.q-separator {
&[class~="is-dotted"] { border-top-style: dotted !important; }
border-color: var(--divider-color, currentColor);
}
.divider-label {
font-size: 0.85rem;
opacity: 0.7;
text-align: center;
margin-top: 6px;
}
}