Option to disable A-Z index, get an extra password per page

Fixes #2
This commit is contained in:
Ian Gulliver
2018-12-05 05:48:21 +00:00
parent 1d7becc1da
commit 05997919ed
2 changed files with 23 additions and 3 deletions

View File

@@ -250,6 +250,11 @@ overview,product {
}
letter {
display: none;
}
product.index-letters letter {
display: block;
font-family: 'copernicus';
font-weight: 600;
font-size: 4em;
@@ -312,6 +317,10 @@ overview,product {
grid-row-gap: 0.2em;
}
product.index-letters passwordBlock:nth-of-type(6) {
display: none;
}
passwordLabel,websiteLabel,usernameLabel {
text-align: right;
}