10 lines
254 B
CSS
10 lines
254 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2017 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
/** icons for personal page settings **/
|
|
.nav-icon-totp-second-factor-auth {
|
|
background-image: url('../img/app-dark.svg?v=1');
|
|
}
|