Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css « css - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74aca486062d264822f3cd466381b7a1eb3b4564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * Nextcloud - U2F 2FA
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING file.
 *
 * @author Christoph Wurst <christoph@winzerhof-wurst.at>
 * @copyright Christoph Wurst 2016
 */

/** icons for personal page settings **/
.nav-icon-u2f-second-factor-auth, .icon-u2f-device {
	background-image: url('../img/app-dark.svg?v=1');
}

#u2f-http-warning {
	color: var(--color-warning);
}