mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 01:55:26 -05:00
Tweak tier list maker droppable area styles
This commit is contained in:
@@ -50,15 +50,13 @@
|
||||
gap: var(--s-1-5);
|
||||
padding: var(--s-2);
|
||||
background: var(--color-bg-high);
|
||||
border: 2px dashed transparent;
|
||||
border-radius: var(--radius-field) 0 0 var(--radius-field);
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
transition: all 0.2s;
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
.targetZoneOver {
|
||||
border-color: var(--color-accent-low);
|
||||
background: var(--color-bg-higher);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user