|
|
@@ -143,6 +143,7 @@ termes. |
|
|
|
#main { |
|
|
|
/* Boutons */ |
|
|
|
/* Alertes */ |
|
|
|
/* Card */ |
|
|
|
/* Tables */ |
|
|
|
/* Formulaires */ |
|
|
|
} |
|
|
@@ -221,65 +222,71 @@ termes. |
|
|
|
#main .alert p:last-child { |
|
|
|
margin-bottom: 0px; |
|
|
|
} |
|
|
|
/* line 82, ../sass/_common.scss */ |
|
|
|
/* line 77, ../sass/_common.scss */ |
|
|
|
#main .card { |
|
|
|
-moz-border-radius: 0px; |
|
|
|
-webkit-border-radius: 0px; |
|
|
|
border-radius: 0px; |
|
|
|
} |
|
|
|
/* line 87, ../sass/_common.scss */ |
|
|
|
#main .table thead tr th { |
|
|
|
font-family: 'worksans_semibold'; |
|
|
|
} |
|
|
|
/* line 92, ../sass/_common.scss */ |
|
|
|
/* line 97, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped { |
|
|
|
border: 0px none; |
|
|
|
} |
|
|
|
/* line 95, ../sass/_common.scss */ |
|
|
|
/* line 100, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped.table-striped > tbody > tr:nth-of-type(2n) > *, |
|
|
|
#main .table.table-striped thead tr th { |
|
|
|
background-color: #ece4d8; |
|
|
|
} |
|
|
|
/* line 100, ../sass/_common.scss */ |
|
|
|
/* line 105, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped.table-striped > tbody > tr:nth-of-type(2n+1) > * { |
|
|
|
background-color: #f8f7f3; |
|
|
|
} |
|
|
|
/* line 104, ../sass/_common.scss */ |
|
|
|
/* line 109, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped thead tr th, |
|
|
|
#main .table.table-striped tbody tr td { |
|
|
|
-moz-box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.2) inset; |
|
|
|
-webkit-box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.2) inset; |
|
|
|
box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.2) inset; |
|
|
|
} |
|
|
|
/* line 108, ../sass/_common.scss */ |
|
|
|
/* line 113, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped thead tr th:last-child, |
|
|
|
#main .table.table-striped tbody tr td:last-child { |
|
|
|
-moz-box-shadow: none; |
|
|
|
-webkit-box-shadow: none; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
/* line 114, ../sass/_common.scss */ |
|
|
|
/* line 119, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped thead tr { |
|
|
|
border: 0px none; |
|
|
|
} |
|
|
|
/* line 116, ../sass/_common.scss */ |
|
|
|
/* line 121, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped thead tr th { |
|
|
|
border: 0px none; |
|
|
|
padding: 10px 20px; |
|
|
|
} |
|
|
|
/* line 124, ../sass/_common.scss */ |
|
|
|
/* line 129, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped tbody tr { |
|
|
|
border: 0px none; |
|
|
|
} |
|
|
|
/* line 126, ../sass/_common.scss */ |
|
|
|
/* line 131, ../sass/_common.scss */ |
|
|
|
#main .table.table-striped tbody tr td { |
|
|
|
border: 0px none; |
|
|
|
padding: 20px; |
|
|
|
} |
|
|
|
/* line 134, ../sass/_common.scss */ |
|
|
|
/* line 139, ../sass/_common.scss */ |
|
|
|
#main .table .btn-secondary { |
|
|
|
display: inline-block; |
|
|
|
margin-bottom: 5px; |
|
|
|
} |
|
|
|
/* line 142, ../sass/_common.scss */ |
|
|
|
/* line 147, ../sass/_common.scss */ |
|
|
|
#main form .control-label { |
|
|
|
font-family: 'worksans_medium'; |
|
|
|
} |
|
|
|
/* line 146, ../sass/_common.scss */ |
|
|
|
/* line 151, ../sass/_common.scss */ |
|
|
|
#main form input[type="text"], |
|
|
|
#main form input[type="email"], |
|
|
|
#main form input[type="password"], |
|
|
@@ -293,66 +300,66 @@ termes. |
|
|
|
border-radius: 0px; |
|
|
|
border: solid 1px #b7ab9b; |
|
|
|
} |
|
|
|
/* line 156, ../sass/_common.scss */ |
|
|
|
/* line 161, ../sass/_common.scss */ |
|
|
|
#main form .form-control { |
|
|
|
-moz-appearance: auto; |
|
|
|
-webkit-appearance: auto; |
|
|
|
} |
|
|
|
/* line 160, ../sass/_common.scss */ |
|
|
|
/* line 165, ../sass/_common.scss */ |
|
|
|
#main form .form-control:hover { |
|
|
|
border: solid 1px gray; |
|
|
|
} |
|
|
|
/* line 164, ../sass/_common.scss */ |
|
|
|
/* line 169, ../sass/_common.scss */ |
|
|
|
#main form .form-control:focus { |
|
|
|
-moz-box-shadow: 0px 0px 0px 1px #ee6f42; |
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #ee6f42; |
|
|
|
box-shadow: 0px 0px 0px 1px #ee6f42; |
|
|
|
border: solid 1px #ee6f42; |
|
|
|
} |
|
|
|
/* line 170, ../sass/_common.scss */ |
|
|
|
/* line 175, ../sass/_common.scss */ |
|
|
|
#main form .has-error .control-label { |
|
|
|
color: black; |
|
|
|
} |
|
|
|
/* line 174, ../sass/_common.scss */ |
|
|
|
/* line 179, ../sass/_common.scss */ |
|
|
|
#main form .has-error .form-control:focus, #main form .has-error .form-control { |
|
|
|
-moz-box-shadow: none; |
|
|
|
-webkit-box-shadow: none; |
|
|
|
box-shadow: none; |
|
|
|
border-color: #a94442; |
|
|
|
} |
|
|
|
/* line 179, ../sass/_common.scss */ |
|
|
|
/* line 184, ../sass/_common.scss */ |
|
|
|
#main form .has-error .help-block-error { |
|
|
|
color: #a94442; |
|
|
|
} |
|
|
|
/* line 184, ../sass/_common.scss */ |
|
|
|
/* line 189, ../sass/_common.scss */ |
|
|
|
#main form .form-buttons { |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
|
|
|
|
/* Divers */ |
|
|
|
/* line 191, ../sass/_common.scss */ |
|
|
|
/* line 196, ../sass/_common.scss */ |
|
|
|
.float-left { |
|
|
|
float: left; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 195, ../sass/_common.scss */ |
|
|
|
/* line 200, ../sass/_common.scss */ |
|
|
|
.float-right { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 199, ../sass/_common.scss */ |
|
|
|
/* line 204, ../sass/_common.scss */ |
|
|
|
.clr { |
|
|
|
clear: both; |
|
|
|
} |
|
|
|
|
|
|
|
/* Navigation utilisateur en haut du site */ |
|
|
|
/* line 204, ../sass/_common.scss */ |
|
|
|
/* line 209, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top { |
|
|
|
position: relative; |
|
|
|
z-index: 999; |
|
|
|
background-color: white; |
|
|
|
} |
|
|
|
/* line 209, ../sass/_common.scss */ |
|
|
|
/* line 214, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top { |
|
|
|
position: absolute; |
|
|
|
top: 0px; |
|
|
@@ -360,7 +367,7 @@ termes. |
|
|
|
background-color: white; |
|
|
|
z-index: 100; |
|
|
|
} |
|
|
|
/* line 216, ../sass/_common.scss */ |
|
|
|
/* line 221, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar { |
|
|
|
-moz-border-radius: 0px; |
|
|
|
-webkit-border-radius: 0px; |
|
|
@@ -370,16 +377,16 @@ termes. |
|
|
|
margin: 0px; |
|
|
|
min-height: 0px; |
|
|
|
} |
|
|
|
/* line 223, ../sass/_common.scss */ |
|
|
|
/* line 228, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul { |
|
|
|
position: relative; |
|
|
|
left: -10px; |
|
|
|
} |
|
|
|
/* line 227, ../sass/_common.scss */ |
|
|
|
/* line 232, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li { |
|
|
|
padding-left: 5px; |
|
|
|
} |
|
|
|
/* line 230, ../sass/_common.scss */ |
|
|
|
/* line 235, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li a.nav-link { |
|
|
|
padding-left: 10px; |
|
|
|
padding-right: 10px; |
|
|
@@ -389,12 +396,12 @@ termes. |
|
|
|
color: black; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
/* line 239, ../sass/_common.scss */ |
|
|
|
/* line 244, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li a.nav-link:hover, .container-nav-user-top .nav-user-top .navbar ul li a.nav-link:focus, .container-nav-user-top .nav-user-top .navbar ul li a.nav-link.active { |
|
|
|
background: none; |
|
|
|
color: #ee6f42; |
|
|
|
} |
|
|
|
/* line 244, ../sass/_common.scss */ |
|
|
|
/* line 249, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li a.nav-link .bi { |
|
|
|
color: #ee6f42; |
|
|
|
font-size: 16px; |
|
|
@@ -402,48 +409,48 @@ termes. |
|
|
|
position: relative; |
|
|
|
top: 1px; |
|
|
|
} |
|
|
|
/* line 254, ../sass/_common.scss */ |
|
|
|
/* line 259, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li .dropdown-menu a { |
|
|
|
padding: 2px 20px; |
|
|
|
} |
|
|
|
/* line 257, ../sass/_common.scss */ |
|
|
|
/* line 262, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li .dropdown-menu a:hover, .container-nav-user-top .nav-user-top .navbar ul li .dropdown-menu a:focus { |
|
|
|
background-color: #ece4d8; |
|
|
|
} |
|
|
|
/* line 266, ../sass/_common.scss */ |
|
|
|
/* line 271, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .dropdown-menu { |
|
|
|
z-index: 9999; |
|
|
|
} |
|
|
|
/* line 268, ../sass/_common.scss */ |
|
|
|
/* line 273, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .dropdown-menu .divider.dropdown-header { |
|
|
|
padding: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
@media screen and (max-width: 991px) { |
|
|
|
/* line 279, ../sass/_common.scss */ |
|
|
|
/* line 284, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top { |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
/* line 283, ../sass/_common.scss */ |
|
|
|
/* line 288, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul { |
|
|
|
width: 100%; |
|
|
|
display: block; |
|
|
|
margin-right: 0px; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
/* line 289, ../sass/_common.scss */ |
|
|
|
/* line 294, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li { |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
/* line 293, ../sass/_common.scss */ |
|
|
|
/* line 298, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar ul li.nav-item-producers .dropdown-menu { |
|
|
|
right: -95px; |
|
|
|
} |
|
|
|
/* line 300, ../sass/_common.scss */ |
|
|
|
/* line 305, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar .link-text { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
/* line 304, ../sass/_common.scss */ |
|
|
|
/* line 309, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar .dropdown-menu { |
|
|
|
position: absolute; |
|
|
|
right: 5%; |
|
|
@@ -454,32 +461,32 @@ termes. |
|
|
|
-webkit-box-shadow: 0px 0px 4px gray; |
|
|
|
box-shadow: 0px 0px 4px gray; |
|
|
|
} |
|
|
|
/* line 313, ../sass/_common.scss */ |
|
|
|
/* line 318, ../sass/_common.scss */ |
|
|
|
.container-nav-user-top .nav-user-top .navbar .dropdown-menu li a { |
|
|
|
padding-left: 15px; |
|
|
|
} |
|
|
|
} |
|
|
|
/* Block de date */ |
|
|
|
/* line 326, ../sass/_common.scss */ |
|
|
|
/* line 331, ../sass/_common.scss */ |
|
|
|
.block-date { |
|
|
|
margin: 0px auto; |
|
|
|
padding-top: 0px; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
/* line 331, ../sass/_common.scss */ |
|
|
|
/* line 336, ../sass/_common.scss */ |
|
|
|
.block-date .day { |
|
|
|
text-transform: capitalize; |
|
|
|
line-height: 15px; |
|
|
|
font-size: 15px; |
|
|
|
text-transform: uppercase; |
|
|
|
} |
|
|
|
/* line 338, ../sass/_common.scss */ |
|
|
|
/* line 343, ../sass/_common.scss */ |
|
|
|
.block-date .num { |
|
|
|
font-size: 30px; |
|
|
|
line-height: 35px; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
/* line 344, ../sass/_common.scss */ |
|
|
|
/* line 349, ../sass/_common.scss */ |
|
|
|
.block-date .month { |
|
|
|
text-transform: uppercase; |
|
|
|
line-height: 15px; |
|
|
@@ -488,52 +495,52 @@ termes. |
|
|
|
} |
|
|
|
|
|
|
|
/* Page d'erreur */ |
|
|
|
/* line 354, ../sass/_common.scss */ |
|
|
|
/* line 359, ../sass/_common.scss */ |
|
|
|
#main #content .site-error .col-lg-6 { |
|
|
|
margin: 0px auto; |
|
|
|
float: none; |
|
|
|
} |
|
|
|
/* line 364, ../sass/_common.scss */ |
|
|
|
/* line 369, ../sass/_common.scss */ |
|
|
|
#main #content .site-error .panel h2 { |
|
|
|
text-transform: none; |
|
|
|
font-size: 25px; |
|
|
|
margin-top: 0px; |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
/* line 371, ../sass/_common.scss */ |
|
|
|
/* line 376, ../sass/_common.scss */ |
|
|
|
#main #content .site-error .panel p:last-child { |
|
|
|
margin-bottom: 0px; |
|
|
|
padding-bottom: 0px; |
|
|
|
} |
|
|
|
/* line 377, ../sass/_common.scss */ |
|
|
|
/* line 382, ../sass/_common.scss */ |
|
|
|
#main #content .site-error .alert { |
|
|
|
padding-bottom: 5px; |
|
|
|
} |
|
|
|
/* line 380, ../sass/_common.scss */ |
|
|
|
/* line 385, ../sass/_common.scss */ |
|
|
|
#main #content .site-error .alert h3 { |
|
|
|
margin-top: 5px; |
|
|
|
margin-bottom: 18px; |
|
|
|
} |
|
|
|
/* line 385, ../sass/_common.scss */ |
|
|
|
/* line 390, ../sass/_common.scss */ |
|
|
|
#main #content .site-error .alert p { |
|
|
|
margin-bottom: 15px; |
|
|
|
} |
|
|
|
/* line 389, ../sass/_common.scss */ |
|
|
|
/* line 394, ../sass/_common.scss */ |
|
|
|
#main #content .site-error .alert .btn { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
/* line 394, ../sass/_common.scss */ |
|
|
|
/* line 399, ../sass/_common.scss */ |
|
|
|
#main #content .site-error p.error-message { |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
|
|
|
|
/* Paiement */ |
|
|
|
/* line 400, ../sass/_common.scss */ |
|
|
|
/* line 405, ../sass/_common.scss */ |
|
|
|
.payment-detail-remaining-surplus { |
|
|
|
font-size: 13px; |
|
|
|
color: gray; |
|
|
|
} |
|
|
|
/* line 404, ../sass/_common.scss */ |
|
|
|
/* line 409, ../sass/_common.scss */ |
|
|
|
.payment-detail-remaining-surplus strong { |
|
|
|
font-weight: bold; |
|
|
|
} |