Implement authentication system with access control UI
This commit is contained in:
@@ -42,6 +42,17 @@
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.drop-zone--disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.6;
|
||||
background: var(--bg-disabled, #f5f5f5);
|
||||
}
|
||||
|
||||
.drop-zone--disabled:hover {
|
||||
border-color: var(--border-color, #ddd);
|
||||
background: var(--bg-disabled, #f5f5f5);
|
||||
}
|
||||
|
||||
.drop-zone__input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user