commit
569b40e834
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=f4dcc51b765ad0cf788d",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=f4b5274a9b073352fac1"
|
||||
"/css/velocity.css": "/css/velocity.css?id=15d6426e21921c345c7b"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class ShopController extends Controller
|
|||
if (! $slug) {
|
||||
abort(404);
|
||||
}
|
||||
|
||||
|
||||
switch ($slug) {
|
||||
case 'new-products':
|
||||
case 'featured-products':
|
||||
|
|
|
|||
|
|
@ -2644,6 +2644,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.filtered-tags {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue