* Refactor
+ Menu to create or read a password + New loader
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user