mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
attachments list icon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user