Small improvements

This commit is contained in:
RainLoop Team 2015-07-29 22:13:49 +04:00
parent 5123841540
commit c99a46a118
29 changed files with 459 additions and 26 deletions

View file

@ -17,8 +17,13 @@
}
.open-pgp-key-img {
font-size: 12px;
margin-right: 5px;
margin-right: 10px;
.svg-icon {
width: 12px;
height: 12px;
}
}
.open-pgp-key-id, .open-pgp-key-user {
@ -49,7 +54,11 @@
.delete-open-pgp-key, .view-open-pgp-key {
cursor: pointer;
opacity: 0.5;
opacity: 0.7;
&:hover {
opacity: 0.9;
}
}
}
}