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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-15 17:32:27 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-18 16:24:55 +0300
commitaa5de5f0f19fa4b470e97e86857211372e1f0d91 (patch)
treec47a63c2d9feac0b014e42bacafaa00efad75e1e /css
parentbc7c957aa5ec6e9f7e330c8a4ec2183842eb7907 (diff)
Migrate to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rw-r--r--css/settings.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/css/settings.css b/css/settings.css
index 2163681..cb36c07 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -2,10 +2,3 @@
.nav-icon-totp-second-factor-auth {
background-image: url('../img/app-dark.svg?v=1');
}
-
-.totp-loading {
- display: inline-block;
- vertical-align: sub;
- margin-left: -2px;
- margin-right: 4px;
-}