|
-
-
- @media screen and (max-width: 768px) {
-
- #header-bap {
- display: block ;
- position: relative ;
- top: 0px ;
- left: 0px ;
- text-align: center ;
- width: 100% ;
- #logo {
- margin-left: 10px ;
- }
- }
-
- #header {
- .container {
- margin-left: 15px ;
- margin-right: 15px ;
- }
-
- #credit {
- .info {
- display: block ;
- }
- }
- }
-
- #main {
- nav#main-nav {
- ul {
- li {
- display: block ;
- float: none ;
-
- &.active a {
- border-bottom: solid 1px $color2 ;
- background-color: $color1 ;
- color: white ;
-
- &:hover {
- background-color: $color1 ;
- color: white ;
- }
- }
-
- a {
- display: block ;
- border-bottom: solid 1px #e0e0e0 ;
-
- &:hover {
- background-color: white ;
- color: $color1 ;
- }
- }
- }
-
- li#btn-administration {
- float: none ;
- a:hover {
- background-color: white ;
- color: $color1 ;
- }
- }
- }
- }
-
- h2#page-title {
- text-align: center ;
- }
-
- #products {
-
- td {
- padding: 3px ;
- }
-
- .td-photo, .th-photo {
- display: none ;
- }
-
- .product {
- font-size: 12px ;
- .nom {
- font-size: 15px ;
- }
-
- }
- }
-
- #bar-fixed {
- position: relative;
- .btn-comment {
- float: none ;
- display: block ;
- width: 100% ;
- margin-bottom: 10px ;
- margin-top: 15px ;
- }
- }
- }
-
- .order-create #main #content .order-form #products .table .input-group,
- .order-update #main #content .order-form #products .table .input-group {
- width: 60px ;
-
- .form-control {
- width: 20px ;
- padding: 3px ;
- }
- }
-
- .order-create #main #content .order-form #bar-fixed #checkbox-credit,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit {
- width: 100% ;
- margin: 0px ;
- padding: 5px 0px ;
-
- .the-credit {
- word-break: break-all ;
- }
- }
-
- .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
- .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
- width: 100% ;
- }
-
- .order-order {
- #app-order-order {
- #steps {
- ul {
- li {
- padding-left: 0px ;
- padding-right: 0px ;
-
- .info-step {
- display: none ;
- }
-
- .btn::after,
- .btn::before {
- display: none ;
- }
- }
- }
- }
-
- table#products {
-
- td.name {
- .recipe {
- display: none ;
- }
- }
-
- td.td-quantity {
- .input-group-btn {
- width: 100% ;
- display: block ;
-
- button {
- width: 100% ;
- display: block ;
- }
- }
- }
- }
-
- #order-success {
- .alert {
- .glyphicon-big {
- font-size: 90px ;
- color: white ;
- padding: 30px ;
- display: block ;
- width: 100% ;
- text-align: center ;
- margin-bottom: 20px ;
- }
- div.content {
- margin-left: 0px ;
- text-align: center ;
- }
- }
- }
- }
-
- }
-
- #footer {
- .content {
- text-align: center ;
- }
- }
-
- }
-
-
|