nextcloud/apps/files_sharing/css/icons.scss
Ferdinand Thiessen 2e5ddea8fb
chore(files_sharing): remove leftover of legacy files ui
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-31 21:09:43 +02:00

19 lines
No EOL
450 B
SCSS

/*!
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
// This is the icons used in the sharing ui (SharingInput component)
// loaded by apps/files_sharing/lib/Listener/LoadAdditionalListener.php
.icon-room {
background-image: var(--icon-talk-dark);
}
.icon-circle {
background-image: var(--icon-circles-dark);
}
.icon-guests {
background-image: var(--icon-user-dark);
}