contact on footer #1870

This commit is contained in:
2022-04-20 11:17:43 +02:00
parent 561696635a
commit 3290b6b1a0
20 changed files with 868 additions and 13 deletions

View File

@@ -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

View File

@@ -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;
// }
// }
// }
}
}