|
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
-
- @media screen and (min-width: 768px) and (max-width: 992px) {
- #left {
- .fixed {
- position: relative ;
- }
- }
- }
-
- @media screen and (max-width: 768px) {
-
- #main {
- padding-top: 0px;
-
- #header {
- #banner {
- height: 120px;
- }
-
- &.with-logo #banner {
- //background-image: none !important;
- }
-
- #logo {
- top: 37px;
- left: 50%;
- margin-left: -93px;
- }
-
- #title {
- padding: 120px 20px 30px 20px;
-
- h2 {
- margin-left: 5px;
- span.location {
- display: block;
- margin-top: 10px;
- }
- }
- }
-
- &.without-logo #title {
- padding-top: 30px;
- }
-
- nav#main-nav {
- border-top-width: 2px;
-
- ul {
- li {
- display: block;
- width: 100%;
- a {
- text-align: left;
- display: block;
- border-bottom: solid 1px $color-gray;
- padding: 6px 10px;
-
- .label {
- float: right;
- }
-
- .hide-desktop {
- display: inline-block;
- }
- }
- }
- }
- }
- }
-
- #content {
- padding: 20px;
-
- .table {
- td {
- padding: 10px;
- }
- }
-
- #block-infos {
- .card {
- margin-bottom: 20px;
- }
- }
- }
-
- #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 {
- .card {
- .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#points-sale {
- td.name .locality {
- display: block !important;
- color: gray;
- margin-bottom: 5px;
- }
-
- .column-locality {
- display: none;
- }
- }
-
- table#products {
- width: 100%;
- tr {
- width: 100%;
- border-color: $color-gray-dark !important;
- }
-
- .badge-count-selected-products span {
- display: none;
- }
-
- td.photo,
- th.photo {
- display: none;
- }
-
- td.name,
- td.summary,
- td.price-unit,
- tr.total td.price-total {
- display: block;
- width: 100% !important;
- }
-
-
- td.td-quantity,
- tr.product-open td.price-total {
- display: inline-block;
- width: 49% !important;
- border: 0px none !important;
- }
-
- tr.product-open td.price-total {
- padding-top: 22px;
- font-size: 1.2rem;
- font-family: "worksans_bold";
- }
-
-
- td.name,
- td.price-unit,
- td.td-quantity {
- border-color: #e0e0e0 !important;
- }
-
- td.name {
- .recipe {
- display: none ;
- }
- }
-
- td.price-unit {
- text-align: left !important;
- }
-
- tr.total td.price-total {
- padding-top: 0.5rem !important;
- }
- }
-
- #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 ;
- }
- }
- }
- }
- }
-
- .subscription-form {
- #main #content .block.products {
- .table {
- td {
- padding: 5px;
- }
- .recipe {
- display: none;
- }
- .input-group-btn {
- display: block;
- width: 1000%;
- .btn {
- display: block;
- width: 100%;
- }
- }
- }
-
- }
- }
-
- #footer {
- .content {
- text-align: center ;
- }
- }
- }
-
- @media screen and (max-width: 991px) {
-
- .container-nav-user-top {
-
- }
-
- #main {
- padding-top: 0px;
- }
- }
-
-
|