Implement file browser & web ui components
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
.machine-card
|
||||
cursor: pointer
|
||||
transition: all 0.2s ease
|
||||
|
||||
&:hover
|
||||
transform: translateY(-2px)
|
||||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1)
|
||||
|
||||
.machine-card-header
|
||||
display: flex
|
||||
align-items: flex-start
|
||||
@@ -44,6 +51,7 @@
|
||||
display: flex
|
||||
gap: 0.5rem
|
||||
flex-shrink: 0
|
||||
flex-wrap: wrap
|
||||
|
||||
.modal-description
|
||||
color: var(--color-text-muted)
|
||||
|
Reference in New Issue
Block a user