1
0
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:
Kyle Spearrin
2018-06-26 11:50:23 -04:00
parent 63ccc49ce2
commit 998a63612f
5 changed files with 156 additions and 26 deletions

View File

@@ -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 {