Parcourir la source

[Boutique] Commander : margin top bloc informations personnelles

feature/rotating_product
Guillaume Bourgeois il y a 4 mois
Parent
révision
d815df5bba
2 fichiers modifiés avec 10 ajouts et 2 suppressions
  1. +6
    -2
      producer/web/css/screen.css
  2. +4
    -0
      producer/web/sass/order/_order.scss

+ 6
- 2
producer/web/css/screen.css Voir le fichier

@@ -1625,13 +1625,17 @@ termes.
.order-order #main #app-order-order #content-step-payment .comment {
margin-bottom: 20px;
}
/* line 456, ../sass/order/_order.scss */
/* line 455, ../sass/order/_order.scss */
.order-order #main #app-order-order #content-step-payment #payment-methods {
margin-bottom: 20px;
}
/* line 460, ../sass/order/_order.scss */
.order-order #main #app-order-order #content-step-payment .credit .info {
margin-left: 20px;
color: gray;
}

/* line 469, ../sass/order/_order.scss */
/* line 473, ../sass/order/_order.scss */
#main #content .panel h3 {
font-family: "worksans_bold";
margin: 0px;

+ 4
- 0
producer/web/sass/order/_order.scss Voir le fichier

@@ -452,6 +452,10 @@
margin-bottom: 20px ;
}

#payment-methods {
margin-bottom: 20px ;
}

.credit {
.info {
margin-left: 20px ;

Chargement…
Annuler
Enregistrer