전략빌더 수정

This commit is contained in:
Macbook
2026-05-24 13:15:26 +09:00
parent 5685deb2c7
commit b95b232e5b
9 changed files with 516 additions and 16 deletions
+10
View File
@@ -112,6 +112,16 @@
}
.se-btn:hover { border-color: color-mix(in srgb, var(--se-accent) 50%, transparent); }
.se-btn--ghost { background: transparent; }
.se-btn--icon {
min-width: 34px;
padding: 7px 10px;
font-size: 0.9rem;
line-height: 1;
}
.se-btn--icon:disabled {
opacity: 0.35;
cursor: not-allowed;
}
.se-btn--gold {
background: var(--se-btn-gold-bg);
border-color: var(--se-btn-gold-border);