feat: Harmonien-Tab mit Komplementar, Analog, Triade, Split-Komplementar
This commit is contained in:
14
style.css
14
style.css
@@ -103,3 +103,17 @@ button.action-btn:hover { background: #f0f0f0; }
|
||||
}
|
||||
|
||||
#picker-dropzone p { margin-bottom: 0.75rem; color: #666; font-size: 0.9rem; }
|
||||
|
||||
/* --- Harmonien-Tab --- */
|
||||
.subtitle { font-size: 0.85rem; color: #666; margin-bottom: 0.5rem; }
|
||||
|
||||
.harmony-row h3 { font-size: 0.9rem; margin-bottom: 0.5rem; }
|
||||
.harmony-swatches { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: flex-start; }
|
||||
.harmony-swatch {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
.harmony-swatch .swatch { width: 56px; height: 56px; }
|
||||
.harmony-swatch span { font-size: 0.75rem; font-family: monospace; }
|
||||
|
||||
Reference in New Issue
Block a user