Init project
Future fixes: -Remove logic for showing current order reference in ajax.js. Instead grab from database using cart ID
This commit is contained in:
13
views/css/styles.css
Normal file
13
views/css/styles.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Fade out for alert */
|
||||
.fade-out {
|
||||
animation: fadeOut 0.75s forwards;
|
||||
}
|
||||
|
||||
@keyframes fadeOut {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user