Fix tx-notif and animation duration
This commit is contained in:
parent
a5ae8f1803
commit
2f3d660695
2 changed files with 8 additions and 1 deletions
|
|
@ -559,6 +559,13 @@ a.pin-button:active {
|
|||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.reveal-modal.animated.fadeOutUp,
|
||||
.reveal-modal.animated.slideInUp,
|
||||
.reveal-modal.animated.slideInDown {
|
||||
-webkit-animation-duration: 0.3s;
|
||||
animation-duration: 0.3s;
|
||||
}
|
||||
|
||||
input[type="color"],
|
||||
input[type="date"],
|
||||
input[type="datetime-local"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue