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

attachments list icon

This commit is contained in:
Kyle Spearrin
2018-06-08 12:45:31 -04:00
parent de9780a756
commit f05c6ccddd
3 changed files with 21 additions and 26 deletions

View File

@@ -162,7 +162,7 @@ form label {
vertical-align: middle;
line-height: 1;
small {
small, > .fa, .icon {
color: $text-muted;
}
}
@@ -188,29 +188,21 @@ form label {
visibility: hidden;
}
}
}
app-vault-icon .fa {
color: $text-muted;
}
td.table-list-icon {
width: 45px;
max-width: 45px;
text-align: center;
app-vault {
.table-ciphers {
td:first-child {
width: 35px;
max-width: 35px;
img {
@extend .rounded;
@extend .img-fluid;
}
}
td:nth-child(2) {
width: 45px;
max-width: 45px;
text-align: center;
img {
@extend .rounded;
@extend .img-fluid;
}
}
td.table-list-checkbox {
width: 35px;
max-width: 35px;
}
}