0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/files_sharing/css/icons.scss
Ferdinand Thiessen f6e6ba4851 refactor(styles): Adjust code style in SCSS sources to match our stylelint config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-19 09:42:13 +01:00

19 lines
No EOL
402 B
SCSS

/*!
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@use 'variables';
@use 'functions';
// This is the icons used in the sharing ui (multiselect)
.icon-room {
background-image: var(--icon-talk-dark);
}
.icon-circle {
background-image: var(--icon-circles-dark);
}
.icon-guests {
background-image: var(--icon-user-dark);
}