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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user