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-10-01 18:21:24 +0300
committerbrantje <brantje@gmail.com>2016-10-01 18:21:24 +0300
commit64113510686357efe5bb1a88e15e121a02912ed0 (patch)
tree1dba67d503b22ca099de989b2ece4dc9e1eb69bf /sass
parentc4da0742dfd579cd7cc6a2713e7038426f9aa940 (diff)
Add bookmarklet
Diffstat (limited to 'sass')
-rw-r--r--sass/bookmarklet.scss41
-rw-r--r--sass/partials/tabs.scss2
2 files changed, 42 insertions, 1 deletions
diff --git a/sass/bookmarklet.scss b/sass/bookmarklet.scss
new file mode 100644
index 00000000..65b25237
--- /dev/null
+++ b/sass/bookmarklet.scss
@@ -0,0 +1,41 @@
+header, nav{
+ display: none;
+}
+#content{
+
+}
+#content-wrapper{
+ padding-top: 0;
+
+}
+
+#app-content-wrapper{
+ min-height: inherit !important;
+}
+
+.warning_bar .fa-times {
+ margin-right: 20px;
+}
+.tab_container{
+ padding-top: 10px;
+ div{
+ margin-bottom: 5px;
+ overflow: hidden;
+ }
+ margin-bottom: 20px;
+}
+.vault_wrapper{
+ margin-top: 70px;
+}
+.active_vault{
+ float: right;
+ text-align: right;
+ padding-right: 5px;
+ font-size: 10px;
+}
+.tab_header{
+ margin: 0;
+}
+.angularjs-datetime-picker{
+ z-index: 9999;
+} \ No newline at end of file
diff --git a/sass/partials/tabs.scss b/sass/partials/tabs.scss
index c04b87db..1286e2f5 100644
--- a/sass/partials/tabs.scss
+++ b/sass/partials/tabs.scss
@@ -11,7 +11,7 @@
border-bottom-width: 0;
margin: 0;
padding: 10px 10px 10px 10px;
- color: #696969;
+ color: #e0dddd;
cursor: pointer;
border-right: 1px solid #eee;
-webkit-transition: background-color 250ms linear;