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

cipher type icons

This commit is contained in:
Kyle Spearrin
2017-10-09 10:42:26 -04:00
parent 88c302ca2e
commit fe9e29a057
5 changed files with 32 additions and 6 deletions

View File

@@ -437,6 +437,16 @@ form .btn .loading-icon {
display: none;
}
}
.table td.vault-icon {
text-align: center;
width: 41px;
color: @text-muted;
@media (max-width: @screen-sm-max) {
display: none;
}
}
/* Callouts */
.callout.callout-default {
background-color: #fff;