Close button in correct position. Modal animation customizable
This commit is contained in:
parent
5ecc6de6f2
commit
0731c47e32
8 changed files with 12 additions and 12 deletions
|
|
@ -590,7 +590,7 @@ a.pin-button:active {
|
|||
}
|
||||
}
|
||||
|
||||
.reveal-modal.ng-animate.in-remove {
|
||||
.reveal-modal.ng-animate.in-remove.closeModalAnimation {
|
||||
-webkit-animation-name: slideOutDown;
|
||||
animation-name: slideOutDown;
|
||||
z-index: 1003;
|
||||
|
|
@ -622,7 +622,7 @@ a.pin-button:active {
|
|||
}
|
||||
}
|
||||
|
||||
.reveal-modal.ng-animate.in-add.in.in-add-active {
|
||||
.reveal-modal.ng-animate.in-add.in.in-add-active.openModalAnimation {
|
||||
-webkit-animation-name: slideInUp;
|
||||
animation-name: slideInUp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue