Update v1.0.1
Took 1 hour 27 minutes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user