Adjust event pricetable styles
This commit is contained in:
@@ -51,6 +51,10 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
s {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
// Block elements
|
||||
ul {
|
||||
padding: 0 0 0 18px;
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
}
|
||||
|
||||
& .pricetable__section td {
|
||||
background-color: $color-grey-lighter;
|
||||
background-color: $color-brand-primary;
|
||||
color: white;
|
||||
line-height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
<f:section name="Main">
|
||||
<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:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0">
|
||||
<tr class="pricetable__section">
|
||||
|
||||
Reference in New Issue
Block a user