mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
vault layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user