mirror of
https://github.com/long2icc/sonicnote-sync.git
synced 2026-07-22 07:45:14 +00:00
13 lines
296 B
CSS
13 lines
296 B
CSS
/* SonicNote Sync Plugin Styles */
|
|
|
|
/* 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;
|
|
}
|