Browse Source

[producer] Correctif responsive

dev
Guillaume 4 years ago
parent
commit
f9deb43d11
2 changed files with 24 additions and 15 deletions
  1. +16
    -12
      producer/web/css/screen.css
  2. +8
    -3
      producer/web/sass/_responsive.scss

+ 16
- 12
producer/web/css/screen.css View File

@@ -1936,38 +1936,42 @@ termes.
}

/* line 175, ../sass/_responsive.scss */
.order-order #app-order-order h3 {
line-height: 28px;
}
/* line 180, ../sass/_responsive.scss */
.order-order #app-order-order #steps ul {
height: auto;
height: auto !important;
}
/* line 177, ../sass/_responsive.scss */
/* line 182, ../sass/_responsive.scss */
.order-order #app-order-order #steps ul li {
padding-left: 0px;
padding-right: 0px;
padding-left: 0px !important;
padding-right: 0px !important;
}
/* line 181, ../sass/_responsive.scss */
/* line 186, ../sass/_responsive.scss */
.order-order #app-order-order #steps ul li .info-step {
display: none;
}
/* line 185, ../sass/_responsive.scss */
/* line 190, ../sass/_responsive.scss */
.order-order #app-order-order #steps ul li .btn::after,
.order-order #app-order-order #steps ul li .btn::before {
display: none;
}
/* line 196, ../sass/_responsive.scss */
/* line 201, ../sass/_responsive.scss */
.order-order #app-order-order table#products td.name .recipe {
display: none;
}
/* line 202, ../sass/_responsive.scss */
/* line 207, ../sass/_responsive.scss */
.order-order #app-order-order table#products td.td-quantity .input-group-btn {
width: 100%;
display: block;
}
/* line 206, ../sass/_responsive.scss */
/* line 211, ../sass/_responsive.scss */
.order-order #app-order-order table#products td.td-quantity .input-group-btn button {
width: 100%;
display: block;
}
/* line 216, ../sass/_responsive.scss */
/* line 221, ../sass/_responsive.scss */
.order-order #app-order-order #order-success .alert .glyphicon-big {
font-size: 90px;
color: white;
@@ -1977,13 +1981,13 @@ termes.
text-align: center;
margin-bottom: 20px;
}
/* line 225, ../sass/_responsive.scss */
/* line 230, ../sass/_responsive.scss */
.order-order #app-order-order #order-success .alert div.content {
margin-left: 0px;
text-align: center;
}

/* line 236, ../sass/_responsive.scss */
/* line 241, ../sass/_responsive.scss */
#footer .content {
text-align: center;
}

+ 8
- 3
producer/web/sass/_responsive.scss View File

@@ -171,12 +171,17 @@ termes.
.order-order {
#app-order-order {

h3 {
line-height: 28px ;
}

#steps {
ul {
height: auto ;
height: auto !important ;
li {
padding-left: 0px ;
padding-right: 0px ;
padding-left: 0px !important;
padding-right: 0px !important ;
.info-step {
display: none ;

Loading…
Cancel
Save