Cleaned a bit more
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
/* Component – Tool preview */
|
||||
|
||||
.tool-preview {
|
||||
background: var(--bg-surface);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
flex: 1;
|
||||
position: relative;
|
||||
min-height: 300px;
|
||||
transition: border-color var(--speed);
|
||||
}
|
||||
|
||||
.tool-preview.drag-over {
|
||||
border-color: var(--accent-dim);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user