|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372 |
- /**
- Copyright distrib (2018)
-
- contact@opendistrib.net
-
- 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.
- */
-
- //@import "compass/reset";
- @import "compass";
-
- $dir-img: '../img/';
- $dir-fonts: '../fonts/';
-
- $jaune: #fdd44b;
- $orange: darken(#FDB64B, 20%);
- $gris1: #e0e0e0;
- $gris2: #e0e0e0;
- $courant: #323232;
- $color1: #F2B84B;
- $color2: white;
-
- @import "_fonts.scss";
-
- html {
- height: 100%;
- }
-
- body {
- position: relative;
- color: #505050;
- font-family: 'Arial';
- background-attachment: fixed;
- min-height: 100%;
- margin: 0;
- padding: 0;
- background-color: #FFF8DC;
- //background-color: #F5DE83;
- }
-
- strong {
- font-weight: bold;
- }
-
- .table {
- background-color: white;
- }
-
- .help-block {
- padding-bottom: 5px;
- }
-
- #main {
- padding-bottom: 50px;
- min-height: 800px;
-
- a {
- color: $courant;
- text-decoration: underline;
-
- &:focus, &:active {
- outline-color: gray;
- color: $color1;
- }
-
- &:hover {
- color: $color1;
- }
-
- &.btn {
- text-decoration: none;
- }
- }
-
- a.btn-default {
- &:focus, &:active {
- color: $courant;
- }
-
- &:hover {
- color: $courant;
- }
- }
- }
-
- #section-user-top {
- .navbar {
- margin-bottom: 0px;
- @include border-radius(0px none);
- }
- }
-
- #bookmarked-producers, #main {
- .btn-primary {
- background-color: $color1;
- border: solid 1px $color1;
- color: white;
-
- &:hover, &:active, &:focus {
- background-color: darken($color1, 5);
- border: solid 1px $color1;
- color: white;
- }
- }
- }
-
-
- .form-control:focus {
- @include box-shadow(none) ;
- border: solid 1px $color1;
- }
-
- p {
- padding-bottom: 20px;
- line-height: 21px;
- }
-
- ul {
- padding-left: 20px;
- list-style-type: disc;
- margin-bottom: 10px;
-
- li {
- padding-left: 5px;
- }
- }
-
- .clr {
- clear: both;
- }
-
- .btn {
- background-image: none;
- }
-
- #main .alert {
- background-image: none;
- background-color: white;
- border-bottom-width: 3px;
- }
-
- .alert {
- &.alert-warning {
- a {
- color: #8a6d3b;
- //text-decoration: none ;
- //font-weight: bold ;
- }
- }
- }
-
-
- #main {
- position: relative;
-
- .inner {
- width: 960px;
- margin: 0px auto;
- }
- }
-
- section#header-title {
- padding-top: 30px;
- padding-bottom: 40px;
- background-color: $color1;
-
- h1 {
- text-align: center;
- color: white;
- font-family: 'highvoltageregular';
-
- .glyphicon {
- position: relative;
- top: 4px;
- margin-right: 10px;
- }
- }
- }
-
- #content {
-
- #the-content {
- padding-top: 100px;
- padding-left: 30px;
- padding-right: 30px;
- padding-bottom: 50px;
- }
-
- .content-text {
- h1 {
- font-family: 'highvoltageregular';
- font-size: 30px;
- color: black;
- text-transform: uppercase;
- }
-
- h2 {
- font-family: 'highvoltageregular';
- font-size: 20px;
- text-transform: none;
- padding-bottom: 0px;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- }
- }
-
- #block-demo {
- padding: 10px 0px;
- background-color: $color1;
- color: white;
- text-align: center;
-
- a {
- color: white;
- text-decoration: underline;
- }
- }
-
- #header {
- z-index: 100;
- border-bottom: solid 1px $gris1;
- border: 0px none;
- background-color: white;
-
- .container {
- position: relative;
- }
-
- #the-header {
- height: 80px;
- height: auto;
- }
-
- #env-dev {
- font-family: 'comfortaabold';
- text-align: center;
- font-size: 18px;
- padding-top: 10px;
- padding-bottom: 10px;
- color: $color1;
- background-color: transparent;
- position: absolute;
- top: 18px;
- left: 79px;
- }
-
- #link-home {
- float: left;
- //padding-top: 7px;
- //padding-bottom: 15px;
- padding-top: 20px;
- padding-bottom: 20px;
- text-decoration: none;
- font-size: 26px;
- display: block;
- font-family: "highvoltageregular";
- color: #333;
-
- &.souke {
- padding-top: 0px;
- position: relative;
- top: 7px;
- }
-
- span {
- //color: $color1;
- //color: gray;
- }
-
- img {
- height: 50px;
- margin-bottom: 5px;
- float: left;
- }
-
- .text {
- float: left;
- padding-left: 10px;
-
- .bap {
- font-family: "comfortaalight";
- font-size: 24px;
- }
-
- .plateforme {
- font-size: 17px;
- font-family: "myriadpro-light";
- color: $color1;
- }
- }
- }
-
- #presentation-distrib {
- display: none;
- float: left;
- width: 300px;
- margin-top: 20px;
- margin-left: 20px;
- text-align: left;
- font-family: 'capsuularegular';
- font-size: 18px;
- line-height: 20px;
- }
-
- #link-space-producer {
- border-left: solid 1px #e0e0e0;
- color: $color1;
- }
-
- nav {
- padding-top: 0px;
- margin-bottom: 0px;
- border: 0px none;
- background: none;
- @include box-shadow(none) ;
-
- .navbar-toggle {
- background-color: white;
- }
-
- ul {
- float: right;
- padding: 0px;
- margin: 0px;
- margin-top: 18px;
-
- li {
- padding: 0px;
- display: block;
-
- a {
- display: block;
- text-decoration: none;
- background-color: transparent;
- padding: 7px 15px;
- margin: 0px;
- font-family: 'capsuularegular';
- font-weight: bold;
- color: black;
- font-size: 16px;
- @include border-radius(5px) ;
- @include box-shadow(none) ;
-
- span {
- font-size: 15px;
- margin-right: 3px;
- }
-
- &:hover {
- color: $color1;
- background-color: white;
- }
- }
-
- &#li-home a {
-
- }
-
- &.active {
- a {
- background-color: $color1;
- color: white;
- }
- }
-
-
- ul {
- li {
- a {
- padding: 10px 10px;
- }
- }
- }
-
- }
- }
-
-
- }
-
- #link-logout {
- .name {
- color: gray;
- font-size: 10px;
- left: 18px;
- position: relative;
- top: -4px;
- }
- }
- }
-
- .home {
- #main {
- background: black top center no-repeat url(../img/carottes.jpg);
- background-size: 100% auto;
- }
- }
-
-
- .vertical-align {
- display: flex;
- align-items: center;
- }
-
- #content {
- position: relative;
- padding: 20px 0px;
- padding-top: 35px;
- padding-bottom: 60px;
-
- h1#title-site, h1 {
- font-family: "highvoltageregular";
- font-size: 35px;
- }
-
- h2 {
- color: $courant;
- padding-bottom: 15px;
- font-size: 35px;
- line-height: 35px;
- font-family: 'highvoltageregular';
- text-transform: uppercase;
- position: relative;
- margin-top: 30px;
- }
-
- h3 {
- font-family: 'highvoltageregular';
- font-size: 20px;
- color: $courant;
- }
-
- #presentation-distrib {
- margin-top: 20px;
- margin-bottom: 50px;
- text-align: center;
-
- h1 {
- font-family: 'capsuularegular';
- text-align: center;
- margin-top: 15px;
- text-transform: none;
- color: $color1;
- font-weight: bold;
- font-size: 30px;
- margin-bottom: 0px;
- padding-bottom: 0px;
- }
-
- p {
- color: white;
- font-family: 'capsuularegular';
- font-size: 20px;
- margin-top: 20px;
- }
- }
-
- .panel {
- background-color: white;
- border: solid 1px #e0e0e0;
-
- .panel-heading {
- background-color: #FFF8DC;
- border-bottom: 0px;
- padding-top: 10px;
- padding-bottom: 8px;
- border-bottom: solid 1px #e0e0e0;
-
- h2.panel-title {
- margin: 0px;
- padding: 0px;
- padding-top: 0px;
- text-align: center;
-
- .img {
- height: 20px;
- display: none;
- }
-
- .glyphicon {
- font-size: 20px;
- }
-
- span.the-title {
- font-size: 26px;
- position: relative;
- top: 0px;
- text-transform: none;
- }
- }
- }
-
- .panel-body {
- background-color: white;
- @include border-radius(0px 0px 5px 5px) ;
-
- p {
- padding-bottom: 10px;
- }
- }
-
- &.panel-primary {
- border: 0px none;
- border-bottom: solid 1px #e0e0e0;
- @include border-radius(8px);
- margin-bottom: 30px;
-
- .panel-heading {
- @include border-radius(8px 8px 0px 0px);
- border: 0px none;
- background-color: $color1;
- background-color: white;
- padding-top: 15px;
- padding-bottom: 8px;
-
- h2.panel-title {
- color: $color1;
-
- .glyphicon {
- font-size: 30px;
- margin-right: 6px;
- position: relative;
- top: 4px;
- }
-
- .the-title {
- font-size: 28px;
- }
- }
- }
- .panel-body {
- @include border-radius(0px 0px 8px 8px);
- border: 0px none;
- }
- .panel-footer {
-
- }
- }
- }
-
- #row-users-producers {
- width: 100%;
- text-align: center;
- display: table;
- margin-bottom: 20px;
- padding-top: 100px;
- @include border-radius(5px) ;
-
- .col-md-6 {
- display: table-cell;
- width: 50%;
-
- .panel {
- height: 100%;
- margin-bottom: 20px;
- background-color: transparent;
- @include box-shadow(none) ;
- }
-
- &.producer {
- padding-left: 0px;
- }
-
- &.users {
- padding-right: 0px;
- }
-
- .panel-heading {
- //background-color: $color1;
- h2 {
- //color: white;
- }
- }
-
- .hook {
- font-family: 'capsuularegular';
- font-size: 23px;
- line-height: 28px;
- margin-top: 10px;
- margin-bottom: 30px;
- }
- }
- }
-
- #row-users-producers,
- #row-functionalities-rates {
-
- div.producer, div.users {
- }
-
- div.producer {
- .btn-primary {
- //margin-bottom: 5px ;
- }
- }
-
- .panel-body {
- //font-family: 'capsuularegular';
- //color: black;
- //font-size: 20px;
- //line-height: 26px;
- }
-
- p {
- padding-bottom: 4px;
- }
- }
-
- #row-functionalities-rates {
- .block {
- position: relative;
- margin-bottom: 25px;
- padding-left: 70px;
- min-height: 50px;
-
- .glyphicon {
- font-size: 40px;
- position: absolute;
- left: 0px;
- top: 0px;
- }
-
- p {
- font-family: 'capsuularegular';
- font-size: 18px;
- }
-
- a {
- text-decoration: none;
- color: black;
-
- &:hover {
- color: $color1;
- }
- }
- }
-
- .block-points-sale-products {
- img {
- width: 40px;
- }
- }
- }
-
- #block-services {
- .panel-body {
- .panel-body {
- padding-bottom: 0px;
- h3 {
- margin-top: 0px;
- }
- }
- }
- }
-
- #block-rates {
- table {
- th {
- //font-family: 'capsuularegular';
- font-weight: bold;
- font-size: 14px;
- }
- }
- }
-
- #btn-demo {
- &:hover, &:focus, &:active {
- color: black;
- }
- }
-
- #modal-prices {
- }
- }
-
-
- #content #contact {
-
- display: none;
-
- .icon {
- width: 55px;
- top: -15px;
- margin-left: -70px;
- }
-
- .form-control:focus {
- /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
- border-color: $jaune ;*/
- }
-
- .form-group {
- text-align: center;
- }
-
- .img-right {
- float: right;
-
- img {
- width: 300px;
- }
- }
- }
-
- #bookmarked-producers {
- padding: 0px;
- padding-top: 15px;
- padding-bottom: 7px;
- margin: 0px;
- border-bottom: solid 1px #e0e0e0;
- background-color: white;
-
- h2 {
- float: left;
- font-family: 'highvoltageregular';
- color: $courant;
- text-align: left;
- font-size: 16px;
- margin: 0px;
- padding: 0px;
- color: $courant;
- }
-
- #producers {
- position: relative;
- top: -5px;
- left: 5px;
- }
-
- #discover {
- padding-bottom: 20px;
- text-align: center;
-
- p {
- padding-bottom: 0px;
- color: $color2;
- }
-
- .btn {
- background-color: $color2;
- color: $color1;
- border: solid 1px $color2;
- }
- }
- }
-
-
- #footer {
- position: absolute;
- bottom: 0px;
- width: 100%;
- text-align: left;
- padding-top: 22px;
- padding-bottom: 16px;
- background-color: #333;
- border-top: 0px none;
- color: white;
-
- a {
- color: white;
- font-family: 'capsuularegular';
- font-size: 18px;
- text-decoration: none;
- padding-left: 10px;
- padding-right: 10px;
- border-right: solid 1px white;
- border: 0px none;
-
- &:hover {
- text-decoration: underline;
- }
-
- &:last-child {
- border: 0px none;
- }
- }
- }
-
- .site-producers {
-
- #producers-list {
-
- #producer-search {
- padding-bottom: 15px;
- }
-
- .alert-no-results {
- display: none;
- }
-
- .panel {
- border: solid 1px #e0e0e0;
- @include border-radius(8px);
-
- .panel-body {
- border: 0px none;
- @include border-radius(8px);
-
- h2 {
- font-family: 'capsuularegular';
- font-weight: bold;
- font-size: 27px;
- text-transform: none;
- margin-top: 0px;
- margin-bottom: 5px;
- padding-bottom: 0px;
- }
-
- p {
- padding-bottom: 0px;
- }
-
- .producer-type {
- text-transform: uppercase;
- margin-bottom: 10px;
- font-size: 14px;
- }
-
- .producer-location {
-
- }
- }
-
- .panel-footer {
- @include border-radius(0px 0px 8px 8px);
- border: 0px none;
- //text-align: right;
- }
-
- .logo {
- float: right;
- position: relative;
- background-color: white;
- width: 110px;
- height: 110px;
- @include border-radius(110px);
- border: solid 1px #e0e0e0;
- text-align: right;
- overflow: hidden;
-
- .img-logo {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- max-width: 90px;
- max-height: 90px;
- }
- }
- }
- }
-
- #producers-map {
- height: 750px;
- border: solid 1px #e0e0e0;
- @include border-radius(8px);
-
- &.fixed {
- position: fixed !important;
- top: 20px;
- width: 300px;
- //height: 80%;
- height: 750px;
- }
-
- a {
- text-decoration: none;
- }
-
- .popup-producer {
- font-size: 14px;
- color: #505050;
-
- .name {
- font-family: 'capsuularegular';
- font-weight: bold;
- font-size: 23px;
- color: #323232;
- }
- .type {
- text-transform: uppercase;
- font-size: 13px;
- margin-bottom: 12px;
- }
- .address {
- margin-bottom: 12px;
- }
- .link {
- color: white;
- }
- }
- }
- }
-
- #content .site-about {
- .panel {
- .panel-heading {
- h2 {
- margin: 0px;
- padding: 0px;
- font-size: 25px;
- }
- }
- .panel-body {
-
- h2 {
- font-size: 20px;
- text-transform: none;
- margin-bottom: 7px;
- padding-bottom: 0px;
- margin-top: 0px;
- }
-
- p:last-child {
- margin-bottom: 0px;
- padding-bottom: 5px;
- }
- }
- }
-
- #few-numbers {
- .item {
- text-align: center;
- padding-top: 20px;
- padding-bottom: 20px;
-
- .number {
- font-family: 'highvoltageregular';
- font-weight: bold;
- font-size: 35px;
- }
-
- .description {
- font-size: 16px;
- }
-
- .detail {
- color: gray;
- }
- }
- }
- }
-
- #content #mentions {
- padding-top: 20px;
-
- div.content {
- width: 60%;
- font-size: 90%;
- }
-
- p {
- padding-bottom: 15px;
- }
-
- h2 {
- color: black;
- padding-bottom: 40px;
- font-size: 25px;
- line-height: 35px;
- font-family: 'highvoltageregular';
- }
-
- h3 {
- font-family: "highvoltageregular";
- font-size: 18px;
- padding-bottom: 12px;
- margin-top: 10px;
- color: black;
- }
- }
-
- .mentions {
- #main, body {
- //background-color: white ;
- }
- }
-
- .vegas-loading {
- display: none;
- }
-
-
- #profil-user {
-
- .form-group.field-user-no_mail label {
- font-weight: normal;
- }
-
- .form-group label {
- cursor: pointer;
- }
-
- #mails-days-distribution {
- .form-group {
- float: left;
- margin-right: 15px;
-
- label {
- font-weight: normal;
- }
- }
- }
-
- p.strong {
- font-weight: bold;
- }
-
- h2 {
- text-transform: none;
- font-size: 25px;
-
- &:first-child {
- margin-top: 0px;
- }
- }
-
- }
-
- /* login */
-
- $max-width-form: 500px;
-
- .back-white {
- background-color: white;
- padding: 30px;
- @include border-radius(5px) ;
- }
-
- .site-login {
- .col-lg-5 {
- margin: 0px auto;
- float: none;
- max-width: $max-width-form;
- @extend .back-white ;
- }
- }
-
- /* signup */
-
- .modal-backdrop {
- z-index: 999;
- }
-
- .site-signup {
- .col-lg-5 {
- margin: 0px auto;
- float: none;
- max-width: $max-width-form;
- @extend .back-white ;
- }
- }
-
- #modal-cgv {
- .modal-body {
- h2 {
- margin-bottom: 5px;
- padding-bottom: 0px;
- font-size: 20px;
- margin-top: 0px;
- }
- }
- }
-
- #form-signup {
- #user-producer {
- margin-bottom: 30px;
- }
-
- #signupform-id_producer {
- option:disabled {
- font-weight: bold;
- color: black;
- }
- }
-
- #champs-producer {
- display: none;
- }
-
- #buttons-signup {
- margin-top: 30px;
- }
-
- .field-signupform-is_test {
- display: none;
- }
- }
-
- #col-left {
- padding: 0px;
- z-index: 15;
-
- .affix {
- width: 25%;
- border-right: solid 1px #e0e0e0;
- background-color: #FAFAFA;
- height: 100%;
- }
-
- #link-home {
- text-decoration: none;
- font-size: 22px;
- color: black;
- display: block;
- padding: 10px;
- background-color: $color2;
-
- img {
- height: 50px;
- margin-bottom: 5px;
- float: left;
- }
-
- .text {
- padding-left: 62px;
-
- .bap {
- font-family: "comfortaalight";
- font-size: 24px;
- }
-
- .plateforme {
- font-size: 17px;
- font-family: "myriadpro-light";
- color: $color1;
- }
- }
- }
-
- h2 {
- font-family: 'myriadpro-regular';
- color: black;
- margin: 0px;
- margin-bottom: 10px;
- padding: 15px 0px 5px 15px;
- }
-
- #links {
- background-color: white;
- margin-bottom: 20px;
-
- ul {
- li {
- a {
- text-align: center;
- border-right: solid 1px #e0e0e0;
-
- &:hover {
- background-color: $color1;
- color: white;
- }
- }
-
- &:last-child a {
- border-right: 0px none;
- }
- }
- }
- }
-
- #producers nav.nav-producers {
- ul {
- li {
- a {
- padding-left: 50px;
- height: 40px;
- //margin-right: 20px ;
- }
-
- &.active a {
- background-color: $color1;
- position: relative;
- color: white;
-
- &:after {
- right: -40px;
- top: 50%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- border-color: rgba(187, 135, 87, 0);
- border-left-color: #BB8757;
- border-width: 20px;
- margin-top: -20px;
- }
- }
- }
- }
- }
-
- ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
-
- li {
- margin: 0px;
- padding: 0px;
-
- a {
- text-decoration: none;
- font-family: 'comfortaaregular';
- font-family: 'myriadpro-regular';
- font-size: 15px;
- padding: 10px;
- border-bottom: solid 1px #e0e0e0;
- display: block;
- color: black;
-
- span.name, span.wording {
- display: none;
- }
- }
- }
- }
-
- p {
- padding: 20px;
- padding-top: 0px;
- color: gray;
- }
- }
-
- #content {
- .header-title {
- height: 79px;
- padding: 20px 20px;
- position: fixed;
- top: 0px;
- width: 100%;
- background-color: white;
- z-index: 10;
- box-sizing: border-box;
- border-bottom: solid 1px #e0e0e0;
- @include box-shadow(0px 0px 8px #e0e0e0) ;
-
- h1 {
- color: black;
- font-family: 'myriadpro-regular';
- margin: 0px;
- font-size: 25px;
- text-transform: uppercase;
- }
-
- h2 {
- color: gray;
- text-transform: none;
- font-size: 15px;
- margin-top: 3px;
- line-height: 20px;
- }
- }
- }
-
-
- .header-producer {
- z-index: 1;
-
- #block-main-img {
- height: 144px;
- overflow: hidden;
-
- #main-img {
- width: 100%;
- height: auto;
- border: 0px none;
- padding: 0px;
- @include border-radius(0px) ;
- }
- }
-
- h1 {
- font-family: 'comfortaaregular';
- text-align: center;
- position: absolute;
- top: 30px;
- left: 40px;
-
- span {
- background-color: rgba(255, 255, 255, 0.8);
- //background-color: rgba(187, 135, 87, 0.6) ;
- //color: white ;
- padding: 10px 30px;
- border: dotted 1px black;
- //@include border-radius(20px) ;
- }
- }
- }
-
- nav#menu-producer {
- border-bottom: solid 1px #e0e0e0;
- //background-color: #FAFAFA ;
- ul {
- li {
- padding: 0px;
- margin: 0px;
-
- a {
- border-right: solid 1px #e0e0e0;
- text-decoration: none;
- @include border-radius(0px) ;
-
- &:hover {
- background-color: $color1;
- color: white;
- }
- }
- }
- }
- }
-
- .site-contact {
- .col-lg-5 {
- margin: 0px auto;
- float: none;
- }
-
- .form-group.submit {
- text-align: center;
- }
- }
-
- #site-prices {
- .panel {
- p {
- padding-bottom: 0px;
- }
- }
- }
-
- #contact-form {
- .field-contactform-istest {
- display: none;
- }
- }
-
- @import "_order_system.scss";
- @import "_responsive.scss";
-
|