1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

box lists

This commit is contained in:
Kyle Spearrin
2018-04-13 13:42:34 -04:00
parent f7047f2822
commit 88c961ff05
3 changed files with 29 additions and 18 deletions

View File

@@ -72,6 +72,10 @@ p.lead {
display: none !important;
}
.display-block {
display: block !important;
}
.monospaced {
font-family: $font-family-monospace;
}