2024-06-06 13:48:28 -04:00
|
|
|
/*!
|
|
|
|
|
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
2019-05-23 11:03:04 -04:00
|
|
|
*/
|
2022-05-04 03:56:06 -04:00
|
|
|
@use 'variables';
|
|
|
|
|
@import 'functions';
|
2019-05-23 11:03:04 -04:00
|
|
|
|
|
|
|
|
// This is the icons used in the sharing ui (multiselect)
|
|
|
|
|
.icon-room {
|
2022-11-08 07:10:58 -05:00
|
|
|
background-image: var(--icon-talk-dark);
|
2019-05-23 11:03:04 -04:00
|
|
|
}
|
|
|
|
|
.icon-circle {
|
2022-11-08 07:10:58 -05:00
|
|
|
background-image: var(--icon-circles-dark);
|
2019-05-23 11:03:04 -04:00
|
|
|
}
|
|
|
|
|
.icon-guests {
|
2022-11-24 05:43:06 -05:00
|
|
|
background-image: var(--icon-user-dark);
|
2019-05-23 11:03:04 -04:00
|
|
|
}
|