contact on footer #1870
This commit is contained in:
@@ -53,6 +53,8 @@ class MaterioCommerceOrderEventsSubscriber implements EventSubscriberInterface {
|
||||
}
|
||||
|
||||
$sku = $purchased_entity->getSku();
|
||||
// todo update skus with new product types (no-sub)
|
||||
// !! no needs of member type anymore
|
||||
switch ($sku) {
|
||||
case 'web-monthly':
|
||||
case 'web-annual':
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -3002,18 +3002,19 @@ footer[role="contentinfo"]{
|
||||
|
||||
#footer-right{
|
||||
text-align: right;
|
||||
nav.block-menu.menu--footer{
|
||||
display: inline-block;
|
||||
font-size: 0.756em;
|
||||
ul.menu{
|
||||
padding:0; margin:0;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
li.menu-item{
|
||||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
font-size: 0.756em;
|
||||
// nav.block-menu.menu--footer{
|
||||
// display: inline-block;
|
||||
// font-size: 0.756em;
|
||||
// ul.menu{
|
||||
// padding:0; margin:0;
|
||||
// display: flex;
|
||||
// flex-flow: row nowrap;
|
||||
// li.menu-item{
|
||||
// padding: 0.5em;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user