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

github.com/nextcloud/twofactor_u2f.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-19 11:33:27 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-22 17:22:00 +0300
commit0bb0a8e61b1d835e5d9f8f2553c01441fd989d1a (patch)
treefbea358a1e1c178d672fb48c7d28eaabb53cb6ec /css
parent4da04fd450d7ce3a6ab6da399ddd95899c78d51b (diff)
Migrate to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rw-r--r--css/style.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/css/style.css b/css/style.css
index 132c872..7ffb344 100644
--- a/css/style.css
+++ b/css/style.css
@@ -8,41 +8,7 @@
* @copyright Christoph Wurst 2016
*/
-.u2f-loading {
- display: inline-block;
- vertical-align: sub;
- margin-left: -2px;
- margin-right: 3px;
-}
-
/** icons for personal page settings **/
.nav-icon-u2f-second-factor-auth, .icon-u2f-device {
background-image: url('../img/app-dark.svg?v=1');
}
-
-.u2f-device {
- line-height: 300%;
- display: flex;
-}
-.u2f-device .more {
- position: relative;
-}
-.u2f-device .more .icon-more {
- display: inline-block;
- width: 16px;
- height: 16px;
- padding-left: 20px;
- vertical-align: middle;
- opacity: .7;
-}
-.u2f-device .popovermenu {
- right: -5px;
- top: 42px;
-}
-
-.icon-u2f-device {
- display: inline-block;
- background-size: 100%;
- padding: 3px;
- margin: 3px;
-}