Files
myprojplanet_vite/src/components/CMyDivider/CMyDivider.scss

13 lines
269 B
SCSS
Executable File

.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;
}
}