- gestione dell'editor delle pagine (non funzionante!)
This commit is contained in:
12
src/components/CMyDivider/CMyDivider.scss
Executable file
12
src/components/CMyDivider/CMyDivider.scss
Executable 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user