Procházet zdrojové kódy

Adaptations frontend/site/index

dev
Guillaume Bourgeois před 6 roky
rodič
revize
4e95fd8940
3 změnil soubory, kde provedl 14 přidání a 14 odebrání
  1. +3
    -3
      frontend/views/site/index.php
  2. +10
    -10
      frontend/web/css/screen.css
  3. +1
    -1
      frontend/web/sass/screen.scss

+ 3
- 3
frontend/views/site/index.php Zobrazit soubor

@@ -68,7 +68,7 @@ $this->setPageTitle('Plateforme de réservation de pain') ;
<li>Moyen simple de commander</li>
<li>Possibilité de choisir un dépôt proche de chez soi</li>
</ul>
<div class="prix">
<div class="price">
<div>Gratuit</div>
</div>
</div>
@@ -87,8 +87,8 @@ $this->setPageTitle('Plateforme de réservation de pain') ;
<li>Mise en place de comptes prépayés possible pour vos clients</li>
</ul>

<div class="prix">
<a data-toggle="modal" data-target="#modal-tarifs" href="javascript:void(0);">Abonnement à <strong>prix libre</strong><br />
<div class="price">
<a data-toggle="modal" data-target="#modal-prices" href="javascript:void(0);">Abonnement à <strong>prix libre</strong><br />
Formation & développement spécifique <strong>sur devis</strong>
</a>
</div>

+ 10
- 10
frontend/web/css/screen.css Zobrazit soubor

@@ -461,51 +461,51 @@ ul li {
margin-right: 15px;
}
/* line 409, ../sass/screen.scss */
#content #row-user-producer {
#content #row-users-producers {
margin-bottom: 50px;
}
/* line 412, ../sass/screen.scss */
#content #row-user-producer h2 {
#content #row-users-producers h2 {
text-align: center;
margin-bottom: 10px;
}
/* line 415, ../sass/screen.scss */
#content #row-user-producer h2 .img {
#content #row-users-producers h2 .img {
height: 35px;
}
/* line 418, ../sass/screen.scss */
#content #row-user-producer h2 span {
#content #row-users-producers h2 span {
margin-left: 10px;
font-size: 25px;
position: relative;
top: 5px;
}
/* line 426, ../sass/screen.scss */
#content #row-user-producer ul {
#content #row-users-producers ul {
text-align: left;
}
/* line 428, ../sass/screen.scss */
#content #row-user-producer ul li {
#content #row-users-producers ul li {
list-style-type: circle;
color: #BB8757;
}
/* line 434, ../sass/screen.scss */
#content #row-user-producer p {
#content #row-users-producers p {
padding-bottom: 4px;
}
/* line 440, ../sass/screen.scss */
#content #row-user-producer .producer .price a {
#content #row-users-producers .producer .price a {
background-color: #F8F1DD;
color: #BB8757;
text-decoration: none;
}
/* line 448, ../sass/screen.scss */
#content #row-user-producer .price {
#content #row-users-producers .price {
padding-top: 15px;
font-size: 18px;
}
/* line 452, ../sass/screen.scss */
#content #row-user-producer .price a, #content #row-user-producer .price div {
#content #row-users-producers .price a, #content #row-users-producers .price div {
text-decoration: none;
text-align: center;
display: block;

+ 1
- 1
frontend/web/sass/screen.scss Zobrazit soubor

@@ -406,7 +406,7 @@ ul {
}
}

#row-user-producer {
#row-users-producers {
margin-bottom: 50px ;
h2 {

Načítá se…
Zrušit
Uložit