Update v1.0.1

Took 1 hour 27 minutes
This commit is contained in:
2022-11-23 23:56:46 +01:00
parent 6446896565
commit 1b8376644e
63 changed files with 146 additions and 50 deletions

View File

@ -12,6 +12,19 @@
}
.btn-blendout {
animation: 1s blendOut forwards;
}
@keyframes blendOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.inputGroup {
margin-bottom: 1.5%;
}
@ -107,6 +120,7 @@ label {
margin-right: 1%;
margin-bottom: 2%;
border: 0;
background-color: #e9e9ed;
border-radius: 3px;
}