mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
15 lines
308 B
SCSS
15 lines
308 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
@use 'variables';
|
|
@import 'functions';
|
|
|
|
.icon-user-status {
|
|
background-image: url("../img/app.svg");
|
|
}
|
|
|
|
.icon-user-status-dark {
|
|
background-image: url("../img/app-dark.svg");
|
|
|
|
}
|