* Refactor

+ Menu to create or read a password
+ New loader
This commit is contained in:
2019-10-27 00:06:51 +02:00
parent c258d995cf
commit 08af91f48c
14 changed files with 354 additions and 76 deletions

View File

@@ -38,28 +38,6 @@
font-weight: 200;
}
/* Error */
#error {
position: absolute;
display: flex;
bottom: -350px;
width: auto;
height: 55px;
padding-left: 10px;
padding-right: 20px;
backdrop-filter: blur(30px);
background-color: rgba(100, 0, 0, 0.6);
border-radius: 15px;
}
#error i {
font-size: 20pt;
padding: 14px;
color: rgb(255, 139, 139);
}
#error p {
padding-bottom: 20px;
}
.show {
animation: showpass 1s;
opacity: 1 !important;