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

domain rules page setup with new APIs

This commit is contained in:
Kyle Spearrin
2017-01-09 22:26:20 -05:00
parent 74945e03ce
commit 605bdd0ea0
8 changed files with 201 additions and 0 deletions

View File

@@ -199,3 +199,10 @@ form .btn .loading-icon {
}
}
}
/* Misc */
.strike {
text-decoration: line-through;
color: @text-muted;
}