1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

vault layout

This commit is contained in:
Kyle Spearrin
2018-06-06 12:35:10 -04:00
parent e814b8ef09
commit cc9410602c
2 changed files with 157 additions and 24 deletions

View File

@@ -72,3 +72,31 @@ body {
font-weight: bold;
padding-left: calc(#{$list-group-item-padding-x} - 3px);
}
app-vault {
.table {
line-height: 1;
tr:first-child {
td {
border: none;
}
}
td {
vertical-align: middle;
a {
display: block;
}
}
td:first-child {
width: 80px;
}
td:nth-child(2) {
width: 40px;
}
}
}