1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

ui tweaks

This commit is contained in:
Kyle Spearrin
2017-07-11 23:25:08 -04:00
parent 63be97d1b9
commit eeddd18ca3
4 changed files with 17 additions and 11 deletions

View File

@@ -342,7 +342,7 @@
}
}
.fa-chevron-right {
.fa-chevron-right, .right-icon {
float: right;
margin-top: 4px;
color: @list-icon-color;
@@ -461,6 +461,12 @@
}
}
.no-animation {
&.ng-hide.ng-hide-animate, &.ng-leave {
display: none !important;
}
}
.btn {
border-radius: 0;
-webkit-border-radius: 0;