mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
domain rules page implementation
This commit is contained in:
@@ -49,6 +49,7 @@ $navbar-dark-hover-color: rgba(#ffffff, .9);
|
||||
$input-bg: #fbfbfb;
|
||||
$input-focus-bg: #ffffff;
|
||||
$input-disabled-bg: #e0e0e0;
|
||||
$input-placeholder-color: #b4b4b4;
|
||||
|
||||
$table-accent-bg: rgba(#000000, .02);
|
||||
$table-hover-bg: rgba(#000000, .03);
|
||||
@@ -229,7 +230,10 @@ label:not(.form-check-label) {
|
||||
|
||||
td {
|
||||
vertical-align: middle;
|
||||
line-height: 1;
|
||||
|
||||
&:not(.normal-lh) {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
small, > .fa, .icon {
|
||||
color: $text-muted;
|
||||
@@ -273,6 +277,11 @@ label:not(.form-check-label) {
|
||||
width: 35px;
|
||||
max-width: 35px;
|
||||
}
|
||||
|
||||
td.table-list-strike {
|
||||
color: $text-muted;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
app-vault-groupings {
|
||||
|
||||
Reference in New Issue
Block a user