1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 10:27:35 +01:00

Implemented PIN and updated README

This commit is contained in:
Dario Chiappetta
2015-09-30 20:09:58 +02:00
parent 4710a571e7
commit 3dcdcbbe7e
15 changed files with 588 additions and 138 deletions

View File

@@ -305,6 +305,43 @@ refer to http://www.clipperz.com.
}
}
}
.pinForm {
/*
.pinContainer {
display: flex;
flex-direction: row;
justify-content: space-between;
.pinDigit {
width: 15%;
}
}
*/
label {
display: inherit;
text-align: left;
}
.pinValue {
font-family: clipperz-password;
@include placeholder {
font-family: clipperz-font;
}
}
.passphraseLogin {
font-size: .9em;
color: $clipperz-orange;
text-decoration: underline;
cursor:pointer;
}
}
}
.other {