long2icc_sonicnote-sync/styles.css

14 lines
296 B
CSS
Raw Permalink Normal View History

2026-05-06 06:27:15 +00:00
/* SonicNote Sync Plugin Styles */
2026-04-30 05:44:12 +00:00
/* Required field badge (replaces inline styles) */
.sonicnote-required-badge {
width: auto;
color: var(--text-muted);
text-align: center;
border: none;
background: var(--background-secondary);
border-radius: 4px;
padding: 2px 8px;
font-size: 0.8em;
2026-04-30 05:44:12 +00:00
}