Added overlay for creating own product feedback and ratings
This commit is contained in:
parent
1b2b2b0833
commit
91deaab270
@ -711,3 +711,4 @@
|
||||
align-self: flex-start; /* Button bleibt linksbündig und wird nicht über die ganze Breite gestreckt */
|
||||
padding: 0.8rem 2.5rem;
|
||||
}
|
||||
|
||||
|
||||
@ -411,3 +411,7 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0;
|
||||
|
||||
<?php endif; ?>
|
||||
<?php include 'footer.php'; ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user