mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
f6e6ba4851
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
19 lines
No EOL
402 B
SCSS
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);
|
|
} |