Adjust event pricetable styles

This commit is contained in:
Björn Fromme
2019-09-17 09:23:13 +02:00
parent bef08e3cb0
commit 0f3c22c437
3 changed files with 7 additions and 2 deletions
@@ -51,6 +51,10 @@ a {
} }
} }
s {
opacity: 0.75;
}
// Block elements // Block elements
ul { ul {
padding: 0 0 0 18px; padding: 0 0 0 18px;
@@ -29,7 +29,8 @@
} }
& .pricetable__section td { & .pricetable__section td {
background-color: $color-grey-lighter; background-color: $color-brand-primary;
color: white;
line-height: 32px; line-height: 32px;
} }
} }
@@ -7,7 +7,7 @@
<f:section name="Main"> <f:section name="Main">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped pricetable"> <table class="table table-bordered table-hover pricetable">
<f:for each="{categories}" as="category" key="categoryKey"> <f:for each="{categories}" as="category" key="categoryKey">
<f:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0"> <f:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0">
<tr class="pricetable__section"> <tr class="pricetable__section">