<head> | <head> | ||||
<meta charset="<?= Yii::$app->charset ?>"> | <meta charset="<?= Yii::$app->charset ?>"> | ||||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||
<link rel="icon" type="image/png" href="<?php echo Yii::$app->urlManager->getBaseUrl(); ?>/img/favicon3.png" /> | |||||
<?= Html::csrfMetaTags() ?> | <?= Html::csrfMetaTags() ?> | ||||
<title><?= Html::encode($this->title) ?> - Réservation de pain</title> | <title><?= Html::encode($this->title) ?> - Réservation de pain</title> | ||||
<?php $this->head() ?> | <?php $this->head() ?> | ||||
<div class="wrap"> | <div class="wrap"> | ||||
<?php | <?php | ||||
NavBar::begin([ | NavBar::begin([ | ||||
'brandLabel' => '<span class="glyphicon glyphicon-home"></span>', | |||||
'brandLabel' => '<img class="logo" src="'.Yii::$app->urlManager->getBaseUrl().'/img/laboulange2.png" />', | |||||
'brandUrl' => Yii::$app->homeUrl, | 'brandUrl' => Yii::$app->homeUrl, | ||||
'innerContainerOptions' => ['class'=>'container-fluid'], | 'innerContainerOptions' => ['class'=>'container-fluid'], | ||||
'options' => [ | 'options' => [ |
padding: 10px 15px; | padding: 10px 15px; | ||||
} | } | ||||
/* line 22, ../sass/screen.scss */ | |||||
/* line 23, ../sass/screen.scss */ | |||||
.navbar-brand .logo { | |||||
height: 40px; | |||||
position: relative; | |||||
top: -10px; | |||||
} | |||||
/* line 30, ../sass/screen.scss */ | |||||
.container-body { | .container-body { | ||||
padding-top: 70px; | padding-top: 70px; | ||||
} | } | ||||
/* line 26, ../sass/screen.scss */ | |||||
/* line 34, ../sass/screen.scss */ | |||||
.nom-boulange { | .nom-boulange { | ||||
margin-bottom: 15px; | margin-bottom: 15px; | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 29, ../sass/screen.scss */ | |||||
/* line 37, ../sass/screen.scss */ | |||||
.nom-boulange span { | .nom-boulange span { | ||||
position: relative; | position: relative; | ||||
top: -12px; | top: -12px; | ||||
margin-bottom: 20px; | margin-bottom: 20px; | ||||
} | } | ||||
/* line 43, ../sass/screen.scss */ | |||||
/* line 51, ../sass/screen.scss */ | |||||
.table thead th.actions { | .table thead th.actions { | ||||
width: 220px; | width: 220px; | ||||
} | } | ||||
/* line 46, ../sass/screen.scss */ | |||||
/* line 54, ../sass/screen.scss */ | |||||
.table thead th.order { | .table thead th.order { | ||||
width: 58px; | width: 58px; | ||||
} | } | ||||
/* line 49, ../sass/screen.scss */ | |||||
/* line 57, ../sass/screen.scss */ | |||||
.table thead th.actif { | .table thead th.actif { | ||||
width: 75px; | width: 75px; | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 55, ../sass/screen.scss */ | |||||
/* line 63, ../sass/screen.scss */ | |||||
.table tbody td.center { | .table tbody td.center { | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 68, ../sass/screen.scss */ | |||||
/* line 76, ../sass/screen.scss */ | |||||
#page-commande h1 .btn-group { | #page-commande h1 .btn-group { | ||||
float: right; | float: right; | ||||
} | } | ||||
/* line 73, ../sass/screen.scss */ | |||||
/* line 81, ../sass/screen.scss */ | |||||
#page-commande #jours-production { | #page-commande #jours-production { | ||||
display: none; | display: none; | ||||
} | } | ||||
/* line 79, ../sass/screen.scss */ | |||||
/* line 87, ../sass/screen.scss */ | |||||
#page-commande #calendar h2 { | #page-commande #calendar h2 { | ||||
font-size: 20px; | font-size: 20px; | ||||
position: relative; | position: relative; | ||||
top: 3px; | top: 3px; | ||||
} | } | ||||
/* line 85, ../sass/screen.scss */ | |||||
/* line 93, ../sass/screen.scss */ | |||||
#page-commande #calendar .fc-header-title { | #page-commande #calendar .fc-header-title { | ||||
margin-left: 10px; | margin-left: 10px; | ||||
} | } | ||||
/* line 91, ../sass/screen.scss */ | |||||
/* line 99, ../sass/screen.scss */ | |||||
#page-commande #calendar .dayWithEvent { | #page-commande #calendar .dayWithEvent { | ||||
background-color: #fee48d; | background-color: #fee48d; | ||||
cursor: pointer; | cursor: pointer; | ||||
} | } | ||||
/* line 95, ../sass/screen.scss */ | |||||
/* line 103, ../sass/screen.scss */ | |||||
#page-commande #calendar .fc-event-container { | #page-commande #calendar .fc-event-container { | ||||
display: none; | display: none; | ||||
} | } | ||||
/* line 96, ../sass/screen.scss */ | |||||
/* line 104, ../sass/screen.scss */ | |||||
#page-commande #calendar .fc-today { | #page-commande #calendar .fc-today { | ||||
border-bottom: solid 1px #C9302C; | border-bottom: solid 1px #C9302C; | ||||
background-color: white; | background-color: white; | ||||
} | } | ||||
/* line 100, ../sass/screen.scss */ | |||||
/* line 108, ../sass/screen.scss */ | |||||
#page-commande #calendar .fc-today.dayWithEvent { | #page-commande #calendar .fc-today.dayWithEvent { | ||||
background-color: #fee48d; | background-color: #fee48d; | ||||
} | } | ||||
/* line 105, ../sass/screen.scss */ | |||||
/* line 113, ../sass/screen.scss */ | |||||
#page-commande #calendar .fc-day { | #page-commande #calendar .fc-day { | ||||
cursor: pointer; | cursor: pointer; | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 108, ../sass/screen.scss */ | |||||
/* line 116, ../sass/screen.scss */ | |||||
#page-commande #calendar .fc-day:hover { | #page-commande #calendar .fc-day:hover { | ||||
-moz-box-shadow: 0px 0px 2px black inset; | -moz-box-shadow: 0px 0px 2px black inset; | ||||
-webkit-box-shadow: 0px 0px 2px black inset; | -webkit-box-shadow: 0px 0px 2px black inset; | ||||
box-shadow: 0px 0px 2px black inset; | box-shadow: 0px 0px 2px black inset; | ||||
} | } | ||||
/* line 113, ../sass/screen.scss */ | |||||
/* line 121, ../sass/screen.scss */ | |||||
#page-commande #calendar .current-date { | #page-commande #calendar .current-date { | ||||
-moz-box-shadow: 0px 0px 2px black inset; | -moz-box-shadow: 0px 0px 2px black inset; | ||||
-webkit-box-shadow: 0px 0px 2px black inset; | -webkit-box-shadow: 0px 0px 2px black inset; | ||||
box-shadow: 0px 0px 2px black inset; | box-shadow: 0px 0px 2px black inset; | ||||
} | } | ||||
/* line 117, ../sass/screen.scss */ | |||||
/* line 125, ../sass/screen.scss */ | |||||
#page-commande #calendar .fc-day-number { | #page-commande #calendar .fc-day-number { | ||||
float: none; | float: none; | ||||
padding-top: 2px; | padding-top: 2px; | ||||
} | } | ||||
/* line 129, ../sass/screen.scss */ | |||||
/* line 137, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow table { | #page-commande #produits-production .overflow table { | ||||
width: 100%; | width: 100%; | ||||
} | } | ||||
/* line 133, ../sass/screen.scss */ | |||||
/* line 141, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow thead, #page-commande #produits-production .overflow tbody, #page-commande #produits-production .overflow tr, #page-commande #produits-production .overflow td, #page-commande #produits-production .overflow th { | #page-commande #produits-production .overflow thead, #page-commande #produits-production .overflow tbody, #page-commande #produits-production .overflow tr, #page-commande #produits-production .overflow td, #page-commande #produits-production .overflow th { | ||||
display: block; | display: block; | ||||
} | } | ||||
/* line 135, ../sass/screen.scss */ | |||||
/* line 143, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow tr:after { | #page-commande #produits-production .overflow tr:after { | ||||
content: ' '; | content: ' '; | ||||
display: block; | display: block; | ||||
visibility: hidden; | visibility: hidden; | ||||
clear: both; | clear: both; | ||||
} | } | ||||
/* line 142, ../sass/screen.scss */ | |||||
/* line 150, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow thead th { | #page-commande #produits-production .overflow thead th { | ||||
height: 30px; | height: 30px; | ||||
/*text-align: left;*/ | /*text-align: left;*/ | ||||
} | } | ||||
/* line 148, ../sass/screen.scss */ | |||||
/* line 156, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow tbody { | #page-commande #produits-production .overflow tbody { | ||||
height: 200px; | height: 200px; | ||||
overflow-y: auto; | overflow-y: auto; | ||||
} | } | ||||
/* line 153, ../sass/screen.scss */ | |||||
/* line 161, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow thead { | #page-commande #produits-production .overflow thead { | ||||
/* fallback */ | /* fallback */ | ||||
} | } | ||||
/* line 157, ../sass/screen.scss */ | |||||
/* line 165, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow thead th { | #page-commande #produits-production .overflow thead th { | ||||
width: 32%; | width: 32%; | ||||
float: left; | float: left; | ||||
} | } | ||||
/* line 162, ../sass/screen.scss */ | |||||
/* line 170, ../sass/screen.scss */ | |||||
#page-commande #produits-production .overflow tbody td { | #page-commande #produits-production .overflow tbody td { | ||||
width: 33%; | width: 33%; | ||||
float: left; | float: left; | ||||
} | } | ||||
/* line 168, ../sass/screen.scss */ | |||||
/* line 176, ../sass/screen.scss */ | |||||
#page-commande #produits-production input.quantite-max { | #page-commande #produits-production input.quantite-max { | ||||
background-color: white; | background-color: white; | ||||
border: 1px solid #e0e0e0; | border: 1px solid #e0e0e0; | ||||
text-align: center; | text-align: center; | ||||
width: 50px; | width: 50px; | ||||
} | } | ||||
/* line 176, ../sass/screen.scss */ | |||||
/* line 184, ../sass/screen.scss */ | |||||
#page-commande #produits-production td label { | #page-commande #produits-production td label { | ||||
font-weight: normal; | font-weight: normal; | ||||
} | } | ||||
/* line 182, ../sass/screen.scss */ | |||||
/* line 190, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente { | #page-commande .form-commandes-point-vente { | ||||
margin-top: 20px; | margin-top: 20px; | ||||
} | } | ||||
/* line 186, ../sass/screen.scss */ | |||||
/* line 194, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente table { | #page-commande .form-commandes-point-vente table { | ||||
border-bottom: solid 1px #e0e0e0; | border-bottom: solid 1px #e0e0e0; | ||||
} | } | ||||
/* line 190, ../sass/screen.scss */ | |||||
/* line 198, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .title-point-vente { | #page-commande .form-commandes-point-vente .title-point-vente { | ||||
background-color: #fff8e2; | background-color: #fff8e2; | ||||
border-left: solid 3px #fdd44b; | border-left: solid 3px #fdd44b; | ||||
text-align: left; | text-align: left; | ||||
padding: 10px; | padding: 10px; | ||||
} | } | ||||
/* line 198, ../sass/screen.scss */ | |||||
/* line 206, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .title-totaux { | #page-commande .form-commandes-point-vente .title-totaux { | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 202, ../sass/screen.scss */ | |||||
/* line 210, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .border-left { | #page-commande .form-commandes-point-vente .border-left { | ||||
border-left: solid 1px #e0e0e0; | border-left: solid 1px #e0e0e0; | ||||
} | } | ||||
/* line 206, ../sass/screen.scss */ | |||||
/* line 214, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .border-right { | #page-commande .form-commandes-point-vente .border-right { | ||||
border-right: solid 1px #e0e0e0; | border-right: solid 1px #e0e0e0; | ||||
} | } | ||||
/* line 210, ../sass/screen.scss */ | |||||
/* line 218, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente input.quantite { | #page-commande .form-commandes-point-vente input.quantite { | ||||
width: 30px; | width: 30px; | ||||
background-color: white; | background-color: white; | ||||
border: solid 1px #e0e0e0; | border: solid 1px #e0e0e0; | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 218, ../sass/screen.scss */ | |||||
/* line 226, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .td-produit { | #page-commande .form-commandes-point-vente .td-produit { | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 222, ../sass/screen.scss */ | |||||
/* line 230, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .submit-pv { | #page-commande .form-commandes-point-vente .submit-pv { | ||||
float: right; | float: right; | ||||
} | } | ||||
/* line 226, ../sass/screen.scss */ | |||||
/* line 234, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .select-user { | #page-commande .form-commandes-point-vente .select-user { | ||||
background-color: #F9F9F9; | background-color: #F9F9F9; | ||||
border: solid 1px #e0e0e0; | border: solid 1px #e0e0e0; | ||||
} | } | ||||
/* line 231, ../sass/screen.scss */ | |||||
/* line 239, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .date-commande { | #page-commande .form-commandes-point-vente .date-commande { | ||||
font-size: 12px; | font-size: 12px; | ||||
} | } | ||||
/* line 235, ../sass/screen.scss */ | |||||
/* line 243, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text { | #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text { | ||||
background-color: white; | background-color: white; | ||||
border: solid 1px #e0e0e0; | border: solid 1px #e0e0e0; | ||||
margin-top: 3px; | margin-top: 3px; | ||||
width: 100px; | width: 100px; | ||||
} | } | ||||
/* line 243, ../sass/screen.scss */ | |||||
/* line 251, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente td.center { | #page-commande .form-commandes-point-vente td.center { | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 249, ../sass/screen.scss */ | |||||
/* line 257, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .depasse { | #page-commande .form-commandes-point-vente .depasse { | ||||
color: #b32815; | color: #b32815; | ||||
} | } | ||||
/* line 253, ../sass/screen.scss */ | |||||
/* line 261, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .total strong span { | #page-commande .form-commandes-point-vente .total strong span { | ||||
font-weight: normal; | font-weight: normal; | ||||
font-size: 13px; | font-size: 13px; | ||||
} | } | ||||
/* line 258, ../sass/screen.scss */ | |||||
/* line 266, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente .vrac { | #page-commande .form-commandes-point-vente .vrac { | ||||
display: none; | display: none; | ||||
} | } | ||||
/* line 262, ../sass/screen.scss */ | |||||
/* line 270, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente td.client { | #page-commande .form-commandes-point-vente td.client { | ||||
text-align: left; | text-align: left; | ||||
padding: 3px; | padding: 3px; | ||||
} | } | ||||
/* line 265, ../sass/screen.scss */ | |||||
/* line 273, ../sass/screen.scss */ | |||||
#page-commande .form-commandes-point-vente td.client .date-commande { | #page-commande .form-commandes-point-vente td.client .date-commande { | ||||
color: gray; | color: gray; | ||||
} | } | ||||
/* line 276, ../sass/screen.scss */ | |||||
/* line 284, ../sass/screen.scss */ | |||||
#page-commande .table-header-rotated td { | #page-commande .table-header-rotated td { | ||||
width: 20px; | width: 20px; | ||||
padding: 0px; | padding: 0px; | ||||
vertical-align: middle; | vertical-align: middle; | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 286, ../sass/screen.scss */ | |||||
/* line 294, ../sass/screen.scss */ | |||||
#page-commande .table-header-rotated th.rotate-45 { | #page-commande .table-header-rotated th.rotate-45 { | ||||
height: 80px; | height: 80px; | ||||
width: 20px; | width: 20px; | ||||
font-size: 12px; | font-size: 12px; | ||||
line-height: 0.8; | line-height: 0.8; | ||||
} | } | ||||
/* line 298, ../sass/screen.scss */ | |||||
/* line 306, ../sass/screen.scss */ | |||||
#page-commande .table-header-rotated th.rotate-45 > div { | #page-commande .table-header-rotated th.rotate-45 > div { | ||||
position: relative; | position: relative; | ||||
top: 0px; | top: 0px; | ||||
border-right: 1px solid #dddddd; | border-right: 1px solid #dddddd; | ||||
border-top: 1px solid #dddddd; | border-top: 1px solid #dddddd; | ||||
} | } | ||||
/* line 314, ../sass/screen.scss */ | |||||
/* line 322, ../sass/screen.scss */ | |||||
#page-commande .table-header-rotated th.rotate-45 span { | #page-commande .table-header-rotated th.rotate-45 span { | ||||
-ms-transform: skew(45deg, 0deg) rotate(315deg); | -ms-transform: skew(45deg, 0deg) rotate(315deg); | ||||
-moz-transform: skew(45deg, 0deg) rotate(315deg); | -moz-transform: skew(45deg, 0deg) rotate(315deg); | ||||
/*whether to display in one line or not*/ | /*whether to display in one line or not*/ | ||||
} | } | ||||
/* line 339, ../sass/screen.scss */ | |||||
/* line 347, ../sass/screen.scss */ | |||||
#email-masse-form #ids-users { | #email-masse-form #ids-users { | ||||
line-height: 30px; | line-height: 30px; | ||||
} | } | ||||
/* line 341, ../sass/screen.scss */ | |||||
/* line 349, ../sass/screen.scss */ | |||||
#email-masse-form #ids-users .label { | #email-masse-form #ids-users .label { | ||||
text-transform: capitalize; | text-transform: capitalize; | ||||
} | } |
} | } | ||||
} | } | ||||
.navbar-brand { | |||||
.logo { | |||||
height: 40px ; | |||||
position: relative ; | |||||
top: -10px ; | |||||
} | |||||
} | |||||
.container-body { | .container-body { | ||||
padding-top: 70px ; | padding-top: 70px ; | ||||
} | } |
<div class="user-form"> | <div class="user-form"> | ||||
<?php $form = ActiveForm::begin(); ?> | |||||
<?php $form = ActiveForm::begin([ | |||||
'enableClientScript' => false | |||||
]); ?> | |||||
<?= $form->field($model, 'nom')->textInput() ?> | <?= $form->field($model, 'nom')->textInput() ?> | ||||
<?= $form->field($model, 'prenom')->textInput() ?> | <?= $form->field($model, 'prenom')->textInput() ?> | ||||
<?= $form->field($model, 'telephone')->textInput() ?> | <?= $form->field($model, 'telephone')->textInput() ?> |
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
/* line 44, ../sass/screen.scss */ | |||||
/* line 45, ../sass/screen.scss */ | |||||
#main a { | #main a { | ||||
color: #505050; | color: #505050; | ||||
text-decoration: underline; | text-decoration: underline; | ||||
} | } | ||||
/* line 48, ../sass/screen.scss */ | |||||
/* line 49, ../sass/screen.scss */ | |||||
#main a:focus, #main a:active { | #main a:focus, #main a:active { | ||||
outline-color: gray; | outline-color: gray; | ||||
color: black; | color: black; | ||||
} | } | ||||
/* line 53, ../sass/screen.scss */ | |||||
/* line 54, ../sass/screen.scss */ | |||||
#main a:hover { | #main a:hover { | ||||
color: black; | color: black; | ||||
} | } | ||||
/* line 57, ../sass/screen.scss */ | |||||
/* line 58, ../sass/screen.scss */ | |||||
#main a.btn { | #main a.btn { | ||||
text-decoration: none; | text-decoration: none; | ||||
} | } | ||||
/* line 61, ../sass/screen.scss */ | |||||
#main a.btn-primary { | |||||
/* line 63, ../sass/screen.scss */ | |||||
#main .btn-primary { | |||||
background-color: #BB8757; | background-color: #BB8757; | ||||
border: solid 1px #BB8757; | border: solid 1px #BB8757; | ||||
color: white; | color: white; | ||||
} | } | ||||
/* line 66, ../sass/screen.scss */ | |||||
#main a.btn-primary:hover, #main a.btn-primary:active, #main a.btn-primary:focus { | |||||
/* line 68, ../sass/screen.scss */ | |||||
#main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus { | |||||
background-color: #b17a48; | background-color: #b17a48; | ||||
border: solid 1px #BB8757; | border: solid 1px #BB8757; | ||||
} | } | ||||
/* line 74, ../sass/screen.scss */ | |||||
#main .form-control:focus { | |||||
-moz-box-shadow: none; | |||||
-webkit-box-shadow: none; | |||||
box-shadow: none; | |||||
border: solid 1px #BB8757; | |||||
} | |||||
/* line 73, ../sass/screen.scss */ | |||||
/* line 80, ../sass/screen.scss */ | |||||
p { | p { | ||||
padding-bottom: 20px; | padding-bottom: 20px; | ||||
line-height: 21px; | line-height: 21px; | ||||
} | } | ||||
/* line 78, ../sass/screen.scss */ | |||||
/* line 85, ../sass/screen.scss */ | |||||
ul { | ul { | ||||
padding-left: 20px; | padding-left: 20px; | ||||
list-style-type: disc; | list-style-type: disc; | ||||
margin-bottom: 10px; | margin-bottom: 10px; | ||||
} | } | ||||
/* line 83, ../sass/screen.scss */ | |||||
/* line 90, ../sass/screen.scss */ | |||||
ul li { | ul li { | ||||
padding-left: 5px; | padding-left: 5px; | ||||
} | } | ||||
/* line 88, ../sass/screen.scss */ | |||||
/* line 95, ../sass/screen.scss */ | |||||
.clr { | .clr { | ||||
clear: both; | clear: both; | ||||
} | } | ||||
/* line 92, ../sass/screen.scss */ | |||||
/* line 99, ../sass/screen.scss */ | |||||
.btn { | .btn { | ||||
background-image: none; | background-image: none; | ||||
} | } | ||||
/* line 96, ../sass/screen.scss */ | |||||
/* line 103, ../sass/screen.scss */ | |||||
#main .alert { | #main .alert { | ||||
background-image: none; | background-image: none; | ||||
background-color: white; | background-color: white; | ||||
border-bottom-width: 3px; | border-bottom-width: 3px; | ||||
} | } | ||||
/* line 104, ../sass/screen.scss */ | |||||
/* line 111, ../sass/screen.scss */ | |||||
.alert.alert-warning a { | .alert.alert-warning a { | ||||
color: #8a6d3b; | color: #8a6d3b; | ||||
} | } | ||||
/* line 113, ../sass/screen.scss */ | |||||
/* line 120, ../sass/screen.scss */ | |||||
#main { | #main { | ||||
position: relative; | position: relative; | ||||
padding-bottom: 150px; | padding-bottom: 150px; | ||||
} | } | ||||
/* line 116, ../sass/screen.scss */ | |||||
/* line 123, ../sass/screen.scss */ | |||||
#main .inner { | #main .inner { | ||||
width: 960px; | width: 960px; | ||||
margin: 0px auto; | margin: 0px auto; | ||||
} | } | ||||
/* line 122, ../sass/screen.scss */ | |||||
/* line 129, ../sass/screen.scss */ | |||||
#header { | #header { | ||||
z-index: 100; | z-index: 100; | ||||
border-bottom: solid 1px #e0e0e0; | border-bottom: solid 1px #e0e0e0; | ||||
background-color: #f8f1dd; | background-color: #f8f1dd; | ||||
height: 86px; | height: 86px; | ||||
} | } | ||||
/* line 143, ../sass/screen.scss */ | |||||
/* line 150, ../sass/screen.scss */ | |||||
#header .container { | #header .container { | ||||
position: relative; | position: relative; | ||||
} | } | ||||
/* line 148, ../sass/screen.scss */ | |||||
/* line 155, ../sass/screen.scss */ | |||||
#header #link-home { | #header #link-home { | ||||
/*position: fixed ; | /*position: fixed ; | ||||
z-index: 1000 ; | z-index: 1000 ; | ||||
font-size: 22px; | font-size: 22px; | ||||
color: black; | color: black; | ||||
} | } | ||||
/* line 169, ../sass/screen.scss */ | |||||
/* line 176, ../sass/screen.scss */ | |||||
#header #link-home img { | #header #link-home img { | ||||
height: 60px; | height: 60px; | ||||
margin-bottom: 5px; | margin-bottom: 5px; | ||||
} | } | ||||
/* line 175, ../sass/screen.scss */ | |||||
/* line 182, ../sass/screen.scss */ | |||||
#header #link-espace-boulanger { | #header #link-espace-boulanger { | ||||
border-left: solid 1px #e0e0e0; | border-left: solid 1px #e0e0e0; | ||||
} | } | ||||
/* line 179, ../sass/screen.scss */ | |||||
/* line 186, ../sass/screen.scss */ | |||||
#header nav { | #header nav { | ||||
padding-top: 22px; | padding-top: 22px; | ||||
} | } | ||||
/* line 181, ../sass/screen.scss */ | |||||
/* line 188, ../sass/screen.scss */ | |||||
#header nav ul { | #header nav ul { | ||||
float: right; | float: right; | ||||
} | } | ||||
/* line 184, ../sass/screen.scss */ | |||||
/* line 191, ../sass/screen.scss */ | |||||
#header nav ul li a { | #header nav ul li a { | ||||
text-decoration: none; | text-decoration: none; | ||||
color: #505050; | color: #505050; | ||||
} | } | ||||
/* line 187, ../sass/screen.scss */ | |||||
/* line 194, ../sass/screen.scss */ | |||||
#header nav ul li a.active { | #header nav ul li a.active { | ||||
background-color: white; | background-color: white; | ||||
border: 1px solid #e0e0e0; | border: 1px solid #e0e0e0; | ||||
} | } | ||||
/* line 192, ../sass/screen.scss */ | |||||
/* line 199, ../sass/screen.scss */ | |||||
#header nav ul li a:hover { | #header nav ul li a:hover { | ||||
color: black; | color: black; | ||||
background-color: transparent; | background-color: transparent; | ||||
} | } | ||||
/* line 202, ../sass/screen.scss */ | |||||
/* line 209, ../sass/screen.scss */ | |||||
#header #link-logout .nom { | #header #link-logout .nom { | ||||
font-size: 10px; | font-size: 10px; | ||||
/*position: relative ; | /*position: relative ; | ||||
top: -3px ;*/ | top: -3px ;*/ | ||||
} | } | ||||
/* line 218, ../sass/screen.scss */ | |||||
/* line 225, ../sass/screen.scss */ | |||||
#content { | #content { | ||||
position: relative; | position: relative; | ||||
padding: 20px 0px; | padding: 20px 0px; | ||||
padding-top: 35px; | padding-top: 35px; | ||||
min-height: 500px; | min-height: 500px; | ||||
} | } | ||||
/* line 225, ../sass/screen.scss */ | |||||
/* line 232, ../sass/screen.scss */ | |||||
#content h1#title-site { | #content h1#title-site { | ||||
font-family: "comfortaalight"; | font-family: "comfortaalight"; | ||||
font-size: 50px; | font-size: 50px; | ||||
} | } | ||||
/* line 232, ../sass/screen.scss */ | |||||
/* line 239, ../sass/screen.scss */ | |||||
#content h2 { | #content h2 { | ||||
color: black; | color: black; | ||||
padding-bottom: 15px; | padding-bottom: 15px; | ||||
position: relative; | position: relative; | ||||
margin-top: 30px; | margin-top: 30px; | ||||
} | } | ||||
/* line 243, ../sass/screen.scss */ | |||||
/* line 250, ../sass/screen.scss */ | |||||
#content h3 { | #content h3 { | ||||
color: black; | color: black; | ||||
font-size: 20px; | font-size: 20px; | ||||
} | } | ||||
/* line 251, ../sass/screen.scss */ | |||||
/* line 258, ../sass/screen.scss */ | |||||
#content #description img { | #content #description img { | ||||
width: 100%; | width: 100%; | ||||
} | } | ||||
/* line 256, ../sass/screen.scss */ | |||||
/* line 263, ../sass/screen.scss */ | |||||
#content #main-img { | #content #main-img { | ||||
max-width: 100%; | max-width: 100%; | ||||
border: solid 1px #e0e0e0; | border: solid 1px #e0e0e0; | ||||
-webkit-border-radius: 5px; | -webkit-border-radius: 5px; | ||||
border-radius: 5px; | border-radius: 5px; | ||||
} | } | ||||
/* line 263, ../sass/screen.scss */ | |||||
/* line 270, ../sass/screen.scss */ | |||||
#content #row-presentation { | #content #row-presentation { | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 267, ../sass/screen.scss */ | |||||
/* line 274, ../sass/screen.scss */ | |||||
#content #row-signup { | #content #row-signup { | ||||
text-align: center; | text-align: center; | ||||
margin-top: 20px; | margin-top: 20px; | ||||
} | } | ||||
/* line 272, ../sass/screen.scss */ | |||||
/* line 279, ../sass/screen.scss */ | |||||
#content #row-clients-boulanger { | #content #row-clients-boulanger { | ||||
margin-bottom: 50px; | margin-bottom: 50px; | ||||
} | } | ||||
/* line 274, ../sass/screen.scss */ | |||||
/* line 281, ../sass/screen.scss */ | |||||
#content #row-clients-boulanger h2 { | #content #row-clients-boulanger h2 { | ||||
text-align: center; | text-align: center; | ||||
margin-bottom: 15px; | margin-bottom: 15px; | ||||
padding-bottom: 0px; | padding-bottom: 0px; | ||||
} | } | ||||
/* line 278, ../sass/screen.scss */ | |||||
/* line 285, ../sass/screen.scss */ | |||||
#content #row-clients-boulanger h2 img { | #content #row-clients-boulanger h2 img { | ||||
height: 70px; | height: 70px; | ||||
margin-bottom: 60px; | margin-bottom: 60px; | ||||
} | } | ||||
/* line 284, ../sass/screen.scss */ | |||||
/* line 291, ../sass/screen.scss */ | |||||
#content #row-clients-boulanger ul { | #content #row-clients-boulanger ul { | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 286, ../sass/screen.scss */ | |||||
/* line 293, ../sass/screen.scss */ | |||||
#content #row-clients-boulanger ul li { | #content #row-clients-boulanger ul li { | ||||
list-style-type: none; | list-style-type: none; | ||||
} | } | ||||
/* line 291, ../sass/screen.scss */ | |||||
/* line 298, ../sass/screen.scss */ | |||||
#content #row-clients-boulanger #clients { | #content #row-clients-boulanger #clients { | ||||
border-right: dotted 1px gray; | border-right: dotted 1px gray; | ||||
} | } | ||||
/* line 295, ../sass/screen.scss */ | |||||
/* line 302, ../sass/screen.scss */ | |||||
#content #row-clients-boulanger .prix { | #content #row-clients-boulanger .prix { | ||||
padding-top: 15px; | padding-top: 15px; | ||||
font-size: 18px; | font-size: 18px; | ||||
} | } | ||||
/* line 304, ../sass/screen.scss */ | |||||
/* line 311, ../sass/screen.scss */ | |||||
#content #contact { | #content #contact { | ||||
display: none; | display: none; | ||||
} | } | ||||
/* line 308, ../sass/screen.scss */ | |||||
/* line 315, ../sass/screen.scss */ | |||||
#content #contact .icon { | #content #contact .icon { | ||||
width: 55px; | width: 55px; | ||||
top: -15px; | top: -15px; | ||||
margin-left: -70px; | margin-left: -70px; | ||||
} | } | ||||
/* line 317, ../sass/screen.scss */ | |||||
/* line 324, ../sass/screen.scss */ | |||||
#content #contact .form-control:focus { | #content #contact .form-control:focus { | ||||
/*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; | /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; | ||||
border-color: $jaune ;*/ | border-color: $jaune ;*/ | ||||
} | } | ||||
/* line 322, ../sass/screen.scss */ | |||||
/* line 329, ../sass/screen.scss */ | |||||
#content #contact .form-group { | #content #contact .form-group { | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/* line 326, ../sass/screen.scss */ | |||||
/* line 333, ../sass/screen.scss */ | |||||
#content #contact .img-right { | #content #contact .img-right { | ||||
float: right; | float: right; | ||||
} | } | ||||
/* line 329, ../sass/screen.scss */ | |||||
/* line 336, ../sass/screen.scss */ | |||||
#content #contact .img-right img { | #content #contact .img-right img { | ||||
width: 300px; | width: 300px; | ||||
} | } | ||||
/* line 336, ../sass/screen.scss */ | |||||
/* line 343, ../sass/screen.scss */ | |||||
.form-control:focus { | .form-control:focus { | ||||
/*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; | /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; | ||||
border-color: $jaune ;*/ | border-color: $jaune ;*/ | ||||
} | } | ||||
/* line 341, ../sass/screen.scss */ | |||||
/* line 348, ../sass/screen.scss */ | |||||
#footer { | #footer { | ||||
position: absolute; | position: absolute; | ||||
bottom: 0px; | bottom: 0px; | ||||
padding-top: 30px; | padding-top: 30px; | ||||
padding-bottom: 60px; | padding-bottom: 60px; | ||||
} | } | ||||
/* line 357, ../sass/screen.scss */ | |||||
/* line 364, ../sass/screen.scss */ | |||||
#footer a { | #footer a { | ||||
color: #7e7e7e; | color: #7e7e7e; | ||||
color: white; | color: white; | ||||
border-right: solid 1px #7e7e7e; | border-right: solid 1px #7e7e7e; | ||||
border-right: solid 1px white; | border-right: solid 1px white; | ||||
} | } | ||||
/* line 366, ../sass/screen.scss */ | |||||
/* line 373, ../sass/screen.scss */ | |||||
#footer a:hover { | #footer a:hover { | ||||
color: gray; | color: gray; | ||||
} | } | ||||
/* line 370, ../sass/screen.scss */ | |||||
/* line 377, ../sass/screen.scss */ | |||||
#footer a:last-child { | #footer a:last-child { | ||||
border: 0px none; | border: 0px none; | ||||
} | } | ||||
/* line 376, ../sass/screen.scss */ | |||||
/* line 383, ../sass/screen.scss */ | |||||
#content #mentions { | #content #mentions { | ||||
padding-top: 20px; | padding-top: 20px; | ||||
} | } | ||||
/* line 379, ../sass/screen.scss */ | |||||
/* line 386, ../sass/screen.scss */ | |||||
#content #mentions div.content { | #content #mentions div.content { | ||||
width: 60%; | width: 60%; | ||||
font-size: 90%; | font-size: 90%; | ||||
} | } | ||||
/* line 384, ../sass/screen.scss */ | |||||
/* line 391, ../sass/screen.scss */ | |||||
#content #mentions p { | #content #mentions p { | ||||
padding-bottom: 15px; | padding-bottom: 15px; | ||||
} | } | ||||
/* line 388, ../sass/screen.scss */ | |||||
/* line 395, ../sass/screen.scss */ | |||||
#content #mentions h2 { | #content #mentions h2 { | ||||
color: black; | color: black; | ||||
padding-bottom: 40px; | padding-bottom: 40px; | ||||
line-height: 35px; | line-height: 35px; | ||||
font-family: "myriadpro-regular"; | font-family: "myriadpro-regular"; | ||||
} | } | ||||
/* line 396, ../sass/screen.scss */ | |||||
/* line 403, ../sass/screen.scss */ | |||||
#content #mentions h3 { | #content #mentions h3 { | ||||
font-family: "comfortaaregular"; | font-family: "comfortaaregular"; | ||||
font-size: 18px; | font-size: 18px; | ||||
color: black; | color: black; | ||||
} | } | ||||
/* line 407, ../sass/screen.scss */ | |||||
/* line 414, ../sass/screen.scss */ | |||||
.mentions #main, .mentions body { | .mentions #main, .mentions body { | ||||
background-color: white; | background-color: white; | ||||
} | } | ||||
/* line 412, ../sass/screen.scss */ | |||||
/* line 419, ../sass/screen.scss */ | |||||
.vegas-loading { | .vegas-loading { | ||||
display: none; | display: none; | ||||
} | } | ||||
/* line 419, ../sass/screen.scss */ | |||||
/* line 426, ../sass/screen.scss */ | |||||
#profil-user .form-group.field-user-no_mail label { | #profil-user .form-group.field-user-no_mail label { | ||||
font-weight: normal; | font-weight: normal; | ||||
} | } | ||||
/* line 423, ../sass/screen.scss */ | |||||
/* line 430, ../sass/screen.scss */ | |||||
#profil-user .form-group label { | #profil-user .form-group label { | ||||
cursor: pointer; | cursor: pointer; | ||||
} | } | ||||
/* line 428, ../sass/screen.scss */ | |||||
/* line 435, ../sass/screen.scss */ | |||||
#profil-user #mails-jours-prod .form-group { | #profil-user #mails-jours-prod .form-group { | ||||
float: left; | float: left; | ||||
margin-right: 15px; | margin-right: 15px; | ||||
} | } | ||||
/* line 431, ../sass/screen.scss */ | |||||
/* line 438, ../sass/screen.scss */ | |||||
#profil-user #mails-jours-prod .form-group label { | #profil-user #mails-jours-prod .form-group label { | ||||
font-weight: normal; | font-weight: normal; | ||||
} | } | ||||
/* line 437, ../sass/screen.scss */ | |||||
/* line 444, ../sass/screen.scss */ | |||||
#profil-user p.strong { | #profil-user p.strong { | ||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
/* signup */ | /* signup */ | ||||
/* line 446, ../sass/screen.scss */ | |||||
/* line 453, ../sass/screen.scss */ | |||||
#form-signup #champs-boulanger { | #form-signup #champs-boulanger { | ||||
display: none; | display: none; | ||||
} | } |
font-weight: bold ; | font-weight: bold ; | ||||
} | } | ||||
#main a { | |||||
color: $courant ; | |||||
#main { | |||||
a { | |||||
color: $courant ; | |||||
text-decoration: underline ; | text-decoration: underline ; | ||||
&:focus, &:active { | &:focus, &:active { | ||||
&.btn { | &.btn { | ||||
text-decoration: none ; | text-decoration: none ; | ||||
} | |||||
&.btn-primary { | |||||
background-color: $color1 ; | |||||
} | |||||
} | |||||
.btn-primary { | |||||
background-color: $color1 ; | |||||
border: solid 1px $color1 ; | |||||
color: white ; | |||||
&:hover, &:active, &:focus { | |||||
background-color: darken($color1, 5) ; | |||||
border: solid 1px $color1 ; | border: solid 1px $color1 ; | ||||
color: white ; | |||||
&:hover, &:active, &:focus { | |||||
background-color: darken($color1, 5) ; | |||||
border: solid 1px $color1 ; | |||||
} | |||||
} | } | ||||
} | |||||
.form-control:focus { | |||||
@include box-shadow(none) ; | |||||
border: solid 1px $color1 ; | |||||
} | |||||
} | } | ||||
p { | p { |