|
-
-
- @media screen and (max-width: 768px) {
-
- #header-bap {
- #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: $color2 ;
- }
-
- a {
- display: block ;
- border-bottom: solid 1px $color2 ;
-
- &:hover {
- border-bottom: solid 1px $color2 ;
- background-color: $color2 ;
- }
- }
- }
-
- li#btn-administration {
- float: none ;
- }
- }
- }
-
- #produits {
-
- td {
- padding: 3px ;
- }
-
- .td-photo, .th-photo {
- display: none ;
- }
-
- .produit {
- font-size: 12px ;
- .nom {
- font-size: 15px ;
- }
-
- }
- }
-
- #bar-fixed {
- position: relative;
- .btn-commentaire {
- float: none ;
- display: block ;
- width: 100% ;
- margin-bottom: 10px ;
- margin-top: 15px ;
- }
- }
- }
-
- .commande-create #main #content .commande-form #produits .table .input-group,
- .commande-update #main #content .commande-form #produits .table .input-group {
- width: 60px ;
-
- .form-control {
- width: 20px ;
- padding: 3px ;
- }
- }
-
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain {
- width: 100% ;
- margin: 0px ;
- padding: 5px 0px ;
-
- .the-credit {
- word-break: break-all ;
- }
- }
-
- .commande-create #main #content .commande-form #bar-fixed #bloc-valider-commande button,
- .commande-update #main #content .commande-form #bar-fixed #bloc-valider-commande button {
- width: 100% ;
- }
-
- #footer {
- .content {
- text-align: center ;
- }
- }
-
- }
-
-
|