mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
6acecb6f68
Signed-off-by: Joas Schilling <coding@schilljs.com>
13 lines
310 B
SCSS
13 lines
310 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
.icon-user-status {
|
|
background-image: url("../img/app.svg");
|
|
}
|
|
|
|
.icon-user-status-dark {
|
|
background-image: url("../img/app-dark.svg");
|
|
filter: var(--background-invert-if-dark);
|
|
}
|