스타일 가이드 1차 완성

This commit is contained in:
logonkhi
2026-01-29 20:14:39 +09:00
parent 097436a8b0
commit f2d0f3d423
29 changed files with 297 additions and 247 deletions

View File

@@ -94,15 +94,15 @@
}
.image-list-item:hover {
background-color: rgb(60, 60, 64);
background-color: var(--color-collection-item-hover);
}
.image-list-item:checked {
background-color: rgb(0, 92, 174);
background-color: var(--color-collection-item-selected);
}
.image-list-item:checked:hover {
background-color: rgb(0, 102, 184);
background-color: var(--color-collection-item-selected-hover);
}
.image-list-item--hidden {
@@ -114,8 +114,8 @@
height: 87px;
min-width: 100px;
min-height: 75px;
background-color: rgb(40, 40, 42);
border-radius: 4px;
background-color: var(--color-bg-input);
border-radius: var(--radius-m);
margin-bottom: 0;
-unity-background-scale-mode: scale-to-fit;
flex-shrink: 0;
@@ -139,7 +139,7 @@
}
.image-list-item:checked .item-label {
color: rgb(255, 255, 255);
color: var(--color-base-01);
}
.drag-ghost {