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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-26 19:17:42 +0300
committerbrantje <brantje@gmail.com>2016-09-26 19:17:42 +0300
commit0a39cdc582fa81dc8c191ba0ea41d95b7a372351 (patch)
tree17efdc1fc438f2b5aeb39afdb6b0320a91e4c6f5 /sass
parent1a86c1b66457995accd06f8648e170e0144c37df (diff)
Importers now have to return a object
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss19
1 files changed, 10 insertions, 9 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index ac6e123b..2e81b82f 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -197,15 +197,7 @@
}
}
.file_tab {
- .progress {
- margin-top: 10px;
- height: 10px;
- .progress-bar {
- height: 10px;
- background-image: none;
- background-color: #0082c9;
- }
- }
+
}
}
.app_sidebar {
@@ -269,4 +261,13 @@
margin-right: 4px;
}
}
+}
+.progress {
+ margin-top: 10px;
+ height: 10px;
+ .progress-bar {
+ height: 10px;
+ background-image: none;
+ background-color: #0082c9;
+ }
} \ No newline at end of file