mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-10 10:24:44 +00:00
16 lines
293 B
CSS
16 lines
293 B
CSS
/*
|
|
Copyright 2024 New Vector Ltd.
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
Please see LICENSE in the repository root for full details.
|
|
*/
|
|
|
|
.tile.draggable {
|
|
cursor: grab;
|
|
box-shadow: var(--big-drop-shadow);
|
|
}
|
|
|
|
.tile.draggable:active {
|
|
cursor: grabbing;
|
|
}
|