Browse Source

[Boutique] Commander : margin top bloc informations personnelles

feature/rotating_product
Guillaume Bourgeois 5 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

.order-order #main #app-order-order #content-step-payment .comment { .order-order #main #app-order-order #content-step-payment .comment {
margin-bottom: 20px; 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 { .order-order #main #app-order-order #content-step-payment .credit .info {
margin-left: 20px; margin-left: 20px;
color: gray; color: gray;
} }


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

+ 4
- 0
producer/web/sass/order/_order.scss View File

margin-bottom: 20px ; margin-bottom: 20px ;
} }


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

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

Loading…
Cancel
Save