Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Nov 28, 2024
1 parent e942ff6 commit c452bbb
Showing 1 changed file with 31 additions and 23 deletions.
54 changes: 31 additions & 23 deletions public/assets/backend/js/captchago/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,6 @@
background-color: rgba(0,0,0,0.5);
}

@keyframes tinUpIn {
0% { opacity:0; transform:scale(1) translateY(-500%); }
60% { opacity:1; transform:scale(1) translateY(0); }
80% { opacity:1; transform:scale(1) translateY(0); }
100% { opacity:1; transform:scale(1) translateY(0); }
}
@-webkit-keyframes tinUpIn {
0% { opacity:0; transform:scale(1) translateY(-500%); }
60% { opacity:1; transform:scale(1) translateY(0); }
80% { opacity:1; transform:scale(1) translateY(0); }
100% { opacity:1; transform:scale(1) translateY(0); }
}

.wg-cap-container.wg-cap-dialog__active .wg-cap-wrap{
display: block;
animation: tinUpIn 0.3s linear;
-moz-animation: tinUpIn 0.3s linear;
-webkit-animation: tinUpIn 0.3s linear;
border-top: 6px solid #4e87ff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.wg-cap-container .wg-cap-block{
padding: 0;
margin: 0;
Expand Down Expand Up @@ -75,6 +52,37 @@
user-select: none;
}

@keyframes tinUpIn {
0% { opacity:0; transform:scale(1) translateY(-500%); }
60% { opacity:1; transform:scale(1) translateY(0); }
80% { opacity:1; transform:scale(1) translateY(0); }
100% { opacity:1; transform:scale(1) translateY(0); }
}
@-webkit-keyframes tinUpIn {
0% { opacity:0; transform:scale(1) translateY(-500%); }
60% { opacity:1; transform:scale(1) translateY(0); }
80% { opacity:1; transform:scale(1) translateY(0); }
100% { opacity:1; transform:scale(1) translateY(0); }
}

.wg-cap-container.wg-cap-dialog__active .wg-cap-wrap{
display: block;
animation: tinUpIn 0.3s linear;
-moz-animation: tinUpIn 0.3s linear;
-webkit-animation: tinUpIn 0.3s linear;
border-top: 6px solid #4e87ff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.modal-body .wg-cap-container.wg-cap-dialog__active .wg-cap-wrap{
animation: none;
-moz-animation: none;
-webkit-animation: none;
bottom: auto;
}

.wg-cap-wrap__header{
height: 36px;
width: 100%;
Expand Down

0 comments on commit c452bbb

Please sign in to comment.