Browse Source

[producer] Correctif responsive

refactoring
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

} }


/* line 175, ../sass/_responsive.scss */ /* 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 { .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 { .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 { .order-order #app-order-order #steps ul li .info-step {
display: none; 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::after,
.order-order #app-order-order #steps ul li .btn::before { .order-order #app-order-order #steps ul li .btn::before {
display: none; display: none;
} }
/* line 196, ../sass/_responsive.scss */
/* line 201, ../sass/_responsive.scss */
.order-order #app-order-order table#products td.name .recipe { .order-order #app-order-order table#products td.name .recipe {
display: none; 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 { .order-order #app-order-order table#products td.td-quantity .input-group-btn {
width: 100%; width: 100%;
display: block; 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 { .order-order #app-order-order table#products td.td-quantity .input-group-btn button {
width: 100%; width: 100%;
display: block; display: block;
} }
/* line 216, ../sass/_responsive.scss */
/* line 221, ../sass/_responsive.scss */
.order-order #app-order-order #order-success .alert .glyphicon-big { .order-order #app-order-order #order-success .alert .glyphicon-big {
font-size: 90px; font-size: 90px;
color: white; color: white;
text-align: center; text-align: center;
margin-bottom: 20px; margin-bottom: 20px;
} }
/* line 225, ../sass/_responsive.scss */
/* line 230, ../sass/_responsive.scss */
.order-order #app-order-order #order-success .alert div.content { .order-order #app-order-order #order-success .alert div.content {
margin-left: 0px; margin-left: 0px;
text-align: center; text-align: center;
} }


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

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

.order-order { .order-order {
#app-order-order { #app-order-order {

h3 {
line-height: 28px ;
}

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

Loading…
Cancel
Save