1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

icons for vault listing

This commit is contained in:
Kyle Spearrin
2017-10-10 21:55:58 -04:00
parent 7a36f13034
commit f828288b84
7 changed files with 62 additions and 4 deletions

View File

@@ -432,6 +432,7 @@ form .btn .loading-icon {
.table td.action-select {
text-align: center;
width: 30px;
max-width: 30px;
@media (max-width: @screen-sm-max) {
display: none;
@@ -441,8 +442,14 @@ form .btn .loading-icon {
.table td.vault-icon {
text-align: center;
width: 41px;
max-width: 41px;
color: @text-muted;
img {
max-width: 24px;
height: auto;
}
@media (max-width: @screen-sm-max) {
display: none;
}