Browse Source

[Boutique] Commander : margin top bloc informations personnelles

feature/rotating_product
Guillaume Bourgeois 4 months ago
parent
commit
d815df5bba
2 changed files with 10 additions and 2 deletions
  1. +6
    -2
      producer/web/css/screen.css
  2. +4
    -0
      producer/web/sass/order/_order.scss

+ 6
- 2
producer/web/css/screen.css View File

@@ -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 View File

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

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

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

Loading…
Cancel
Save