Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68ca21136a | |||
| c83832cdc1 |
@@ -68,7 +68,7 @@
|
||||
<a class="td-none color-grey3"
|
||||
href="{{ path('territory_show',{'alias': c.alias, '_fragment':'offers' }) }}">
|
||||
{% set nbAds = 0 %}
|
||||
{% for territoryAd in c.getTerritoryAds if territoryAd.company == null %}
|
||||
{% for territoryAd in c.getTerritoryAds if territoryAd.ad != null %}
|
||||
{% set nbAds = nbAds + 1 %}
|
||||
{% endfor %}
|
||||
{% if nbAds > 1 %}
|
||||
|
||||
@@ -15852,6 +15852,12 @@ table.highlight > tbody > tr:hover {
|
||||
#company_show .item-detail-date {
|
||||
font-size: 13px; }
|
||||
#company_show #offers h1 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 33px;
|
||||
text-transform: uppercase; }
|
||||
#company_show #companies h1 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 70px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -15,6 +15,5 @@ $grey4: #333A40;
|
||||
$grey5 : #535353;
|
||||
$orange: #ff9800;
|
||||
|
||||
|
||||
$font-1: "Raleway", sans-serif;
|
||||
$font-2: "Varela Round", sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user