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-20 19:48:51 +0300
committerbrantje <brantje@gmail.com>2016-09-20 19:48:51 +0300
commit4a09d327991e86ed6e3d3289b418f430ec409a84 (patch)
tree65bbc25a5fd1dfcb753323c94c2b9753d5220a94 /sass
parent295db40ef9b3a5360e47ddecd3f35f25b2f079ca (diff)
Add style for icon
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss4
-rw-r--r--sass/credentials.scss7
2 files changed, 5 insertions, 6 deletions
diff --git a/sass/app.scss b/sass/app.scss
index c50281bc..b85bdbbd 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -9,10 +9,6 @@
@import 'credentials';
@import 'menu';
-#app-content.with-app-sidebar {
- margin-right: 32%;
-}
-
#app-settings-content:not(.ng-hide) {
height: 60px;
display: inherit !important;
diff --git a/sass/credentials.scss b/sass/credentials.scss
index 746c434d..0c2ba0d0 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -44,15 +44,18 @@
cursor: pointer;
padding: 5px;
border-bottom: 1px solid #eeeeee;
- .label {
+ .icon{
+ font-size: 19px;
float: left;
+ margin-right: 5px;
+ margin-left: 3px;
}
.tags {
float: right;
.tag {
background-color: rgba(240, 240, 240, .9);
padding: 4px;
- font-size: 11px;
+ font-size: 12px;
margin-right: 3px;
@include border-radius(5px);
}