19 строки
441 B
CSS
19 строки
441 B
CSS
/**
|
|
* 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);
|
|
}
|