Skip to content

Commit

Permalink
neos#517 add subheadline to highlight the filters a little more and o…
Browse files Browse the repository at this point in the history
…ptimize spacings
  • Loading branch information
schneider.n committed Sep 8, 2023
1 parent 117832a commit b988347
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Expand Up @@ -68,6 +68,7 @@ prototype(Neos.NeosIo.ServiceOfferings:Component.ProviderList) < prototype(Neos.
}

renderer = afx`
<h2 class="headline">{I18n.id('serviceListing.headline').value('serviceListing.headline').package('Neos.NeosIo.ServiceOfferings').source('Main')}</h2>
<div class="service-providers__list" id="service-providers-listing"
data-provider-data={Json.stringify(props.serviceProvidersData)}
data-translation-data={Json.stringify(props.translationData)}
Expand Down
Expand Up @@ -139,6 +139,8 @@
.service-providers__grid-row {
border-top: 1pt solid #eee;
padding: 1rem;
margin-bottom: 0;


&.form {
padding: 0;
Expand Down Expand Up @@ -191,6 +193,7 @@
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 2rem;
padding-top: 16px;

@media(max-width: 1023px) {
grid-template-columns: repeat(2, 1fr);
Expand Down
Expand Up @@ -2,6 +2,9 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="" product-name="Neos.NeosIo.ServiceOfferings" source-language="en" target-language="de" datatype="plaintext">
<body>
<trans-unit id="serviceListing.headline" xml:space="preserve">
<target>Finden Sie Ihren passenden Neos-Partner</target>
</trans-unit>
<trans-unit id="serviceListing.name" xml:space="preserve">
<target>Name</target>
</trans-unit>
Expand Down
Expand Up @@ -2,6 +2,9 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="" product-name="Neos.NeosIo.ServiceOfferings" source-language="en" datatype="plaintext">
<body>
<trans-unit id="serviceListing.headline" xml:space="preserve">
<target>Find the right Neos partner for you</target>
</trans-unit>
<trans-unit id="serviceListing.name" xml:space="preserve">
<source>Name</source>
</trans-unit>
Expand Down

0 comments on commit b988347

Please sign in to comment.