|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
-
-
- @media screen and (min-width: 768px) and (max-width: 992px) {
- #left {
- .fixed {
- position: relative ;
- }
- }
- }
-
- @media screen and (max-width: 768px) {
-
- #header-bap {
- display: block ;
- position: relative ;
- top: 0px ;
- left: 0px ;
- text-align: center ;
- width: 100% ;
- padding: 0px ;
-
- #logo {
- margin-left: 10px ;
- }
- }
-
- #left {
- .fixed {
- position: relative ;
- }
- }
-
- #main {
-
- #img-big {
- display: none ;
- }
-
- 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 {
-
- h3 {
- line-height: 28px ;
- }
-
- #distributions-list {
- .panel {
- .btn-primary {
- display: block ;
- float: none !important;
- margin-bottom: 10px ;
- }
- }
- }
-
- #steps {
- ul {
- height: auto !important ;
- li {
- padding-left: 0px !important;
- padding-right: 0px !important ;
-
- .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 ;
- }
- }
-
- }
-
-
-
|