css home & sites pilotes
This commit is contained in:
@@ -32,7 +32,7 @@ $width-menu-slidedown : 550px;
|
||||
order: 2;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 6rem;
|
||||
width: 70%;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
@media(max-width: 891px){
|
||||
width: 90%;
|
||||
|
||||
@@ -71,4 +71,5 @@
|
||||
.form-submit:hover{
|
||||
background-color: $yellow-puca;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
.home-page-layout-content {
|
||||
|
||||
.block-views-blocksites-block-1 {
|
||||
.views-row{
|
||||
|
||||
.node-type-site{
|
||||
width: 70%;
|
||||
margin: auto;
|
||||
display: grid;
|
||||
grid-template-rows: auto;
|
||||
grid-template-columns: auto;
|
||||
.field--name-field-image{
|
||||
order: 1;
|
||||
grid-row: 1 /span 4;
|
||||
grid-column: 1 /span 5;
|
||||
}
|
||||
.filtered-content{
|
||||
border: solid $yellow-puca 1px;
|
||||
background-color: $white-button;
|
||||
width: 30%;
|
||||
order: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-row: 3 /span 6;
|
||||
grid-column: 3 /span 5;
|
||||
h2{
|
||||
order: 2;
|
||||
}
|
||||
.field--name-field-numero-site {
|
||||
order: 1;
|
||||
}
|
||||
.field--name-field-adresse-site{
|
||||
order: 3;
|
||||
}
|
||||
.field--name-field-architecte{
|
||||
order: 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.block-block-content3d4d153c-9da8-49e2-be7a-d2245f5716ee{
|
||||
border: solid $yellow-puca 1px;
|
||||
background-color: $white-button;
|
||||
font-weight: 800;
|
||||
padding: 2rem;
|
||||
margin-right: 1rem;
|
||||
width: 30%;
|
||||
@media(max-width: 891px){
|
||||
margin-bottom: 1rem;
|
||||
// margin: auto;
|
||||
}
|
||||
}
|
||||
.block-block-contentbbaa5e2a-7f7c-498f-b08e-d1a3b36c03a8{
|
||||
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,201 +1,205 @@
|
||||
|
||||
.home-page-layout-content{
|
||||
.layout--onecol{
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
h4{
|
||||
font-size: 5rem;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
@media(max-width: 891px){
|
||||
font-size: 4rem;
|
||||
}
|
||||
@media(max-width: 520px){
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
width: 100%;
|
||||
.layout-content{
|
||||
|
||||
h5{
|
||||
font-size: 5rem;
|
||||
font-weight: 900;
|
||||
margin: 0;
|
||||
line-height: 0.6;
|
||||
@media(max-width: 891px){
|
||||
font-size: 4rem;
|
||||
line-height: 0.9;
|
||||
}
|
||||
@media(max-width: 520px){
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
}
|
||||
img{
|
||||
height: auto;
|
||||
padding-top: 2rem ;
|
||||
padding-bottom: 2rem ;
|
||||
|
||||
}
|
||||
|
||||
.block-region-content{
|
||||
// display: grid;
|
||||
// grid-column: repeat(2, 1fr);
|
||||
@media(max-width: 891px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
.block-views-blockhome-block-1{
|
||||
// grid-column: 1 /span 2;
|
||||
// grid-row: 1;
|
||||
margin-bottom: 2rem;
|
||||
@media(max-width: 500px){
|
||||
img{
|
||||
width: -moz-available;
|
||||
}
|
||||
|
||||
.layout--onecol{
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
h4{
|
||||
font-size: 5rem;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
@media(max-width: 891px){
|
||||
font-size: 4rem;
|
||||
}
|
||||
@media(max-width: 520px){
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// block Appel à candidature
|
||||
// .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
|
||||
|
||||
h5{
|
||||
font-size: 5rem;
|
||||
font-weight: 900;
|
||||
margin: 0;
|
||||
line-height: 0.6;
|
||||
@media(max-width: 891px){
|
||||
font-size: 4rem;
|
||||
line-height: 0.9;
|
||||
}
|
||||
@media(max-width: 520px){
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
// /////////////// arrêt canndidatures phase 1
|
||||
// // display: none !important;
|
||||
// ///////////////
|
||||
}
|
||||
img{
|
||||
height: auto;
|
||||
padding-top: 2rem ;
|
||||
padding-bottom: 2rem ;
|
||||
|
||||
// grid-column: 1;
|
||||
// grid-row: 2 /span 2;
|
||||
// width: 80%;
|
||||
// border: solid $yellow-puca 1px;
|
||||
// background-color: $white-button;
|
||||
// font-weight: 800;
|
||||
// padding: 2rem;
|
||||
// margin-right: 1rem;
|
||||
// @media(max-width: 891px){
|
||||
// margin-bottom: 1rem;
|
||||
// // margin: auto;
|
||||
// }
|
||||
}
|
||||
|
||||
// h2{
|
||||
// margin-top: 0;
|
||||
// margin-bottom: 0;
|
||||
// text-transform: lowercase;
|
||||
// font-weight: 900;
|
||||
// line-height: 1rem;
|
||||
// font-size:1.8rem ;
|
||||
// }
|
||||
// .field--name-field-description{
|
||||
// margin-top: 0;
|
||||
// font-size: 2.3rem !important;
|
||||
// line-height: 2.2rem;
|
||||
// p{
|
||||
// margin-top: 0.8rem;
|
||||
// }
|
||||
// }
|
||||
// .field--type-link{
|
||||
// padding: 0;
|
||||
// margin: 0;
|
||||
// border: none;
|
||||
// font-weight: 400;
|
||||
// background-color: inherit;
|
||||
// .field__item {
|
||||
// ::after{
|
||||
// justify-self: unset;
|
||||
// padding-left: 1rem;
|
||||
// content: url(../images/noun-arrow-1569918.svg);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
.block-region-content{
|
||||
// display: grid;
|
||||
// grid-column: repeat(2, 1fr);
|
||||
@media(max-width: 891px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
// }
|
||||
// .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f:hover{
|
||||
// background-color: $yellow-puca;
|
||||
|
||||
// .field--type-link{
|
||||
// .field__item {
|
||||
// ::after{
|
||||
// justify-self: unset;
|
||||
// padding-left: 1rem;
|
||||
// content: url(../images/noun-arrow-1569918_hover.svg);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
}
|
||||
.block-views-blockhome-block-1{
|
||||
// grid-column: 1 /span 2;
|
||||
// grid-row: 1;
|
||||
margin-bottom: 2rem;
|
||||
@media(max-width: 500px){
|
||||
img{
|
||||
width: -moz-available;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// block télécharger le cahier des charges
|
||||
// .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d{
|
||||
// block Appel à candidature
|
||||
// .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
|
||||
|
||||
// /////////////// arrêt canndidatures phase 1
|
||||
// // display: none !important;
|
||||
// ///////////////
|
||||
|
||||
// /////////////// arrêt canndidatures phase 1
|
||||
// // display: none !important;
|
||||
// ///////////////
|
||||
// grid-column: 1;
|
||||
// grid-row: 2 /span 2;
|
||||
// width: 80%;
|
||||
// border: solid $yellow-puca 1px;
|
||||
// background-color: $white-button;
|
||||
// font-weight: 800;
|
||||
// padding: 2rem;
|
||||
// margin-right: 1rem;
|
||||
// @media(max-width: 891px){
|
||||
// margin-bottom: 1rem;
|
||||
// // margin: auto;
|
||||
// }
|
||||
|
||||
// margin-bottom: 1rem;
|
||||
// grid-column: 2;
|
||||
// grid-row: 2;
|
||||
// width: 90%;
|
||||
// // height: fit-content;
|
||||
// display: flex;
|
||||
// justify-content: flex-end;
|
||||
// align-items: center;
|
||||
// @media(max-width: 891px){
|
||||
// width: 90%;
|
||||
// }
|
||||
// @media(max-width: 520px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// .field--type-file{
|
||||
// width: 100%;
|
||||
// margin: 0;
|
||||
// @media(max-width: 891px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// }
|
||||
// :hover{
|
||||
// background-color: $yellow-puca;
|
||||
// }
|
||||
// }
|
||||
// h2{
|
||||
// margin-top: 0;
|
||||
// margin-bottom: 0;
|
||||
// text-transform: lowercase;
|
||||
// font-weight: 900;
|
||||
// line-height: 1rem;
|
||||
// font-size:1.8rem ;
|
||||
// }
|
||||
// .field--name-field-description{
|
||||
// margin-top: 0;
|
||||
// font-size: 2.3rem !important;
|
||||
// line-height: 2.2rem;
|
||||
// p{
|
||||
// margin-top: 0.8rem;
|
||||
// }
|
||||
// }
|
||||
// .field--type-link{
|
||||
// padding: 0;
|
||||
// margin: 0;
|
||||
// border: none;
|
||||
// font-weight: 400;
|
||||
// background-color: inherit;
|
||||
// .field__item {
|
||||
// ::after{
|
||||
// justify-self: unset;
|
||||
// padding-left: 1rem;
|
||||
// content: url(../images/noun-arrow-1569918.svg);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// }
|
||||
// .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f:hover{
|
||||
// background-color: $yellow-puca;
|
||||
|
||||
// /// block télécharger la fiche candidature
|
||||
// .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252{
|
||||
// .field--type-link{
|
||||
// .field__item {
|
||||
// ::after{
|
||||
// justify-self: unset;
|
||||
// padding-left: 1rem;
|
||||
// content: url(../images/noun-arrow-1569918_hover.svg);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
// /////////////// arrêt canndidatures phase 1
|
||||
// // display: none !important;
|
||||
// ///////////////
|
||||
|
||||
// grid-column: 2;
|
||||
// grid-row: 3;
|
||||
// width: 90%;
|
||||
// display: flex;
|
||||
// justify-content: flex-end;
|
||||
// align-items: center;
|
||||
// @media(max-width: 891px){
|
||||
// width: 90%;
|
||||
// }
|
||||
// @media(max-width: 520px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// .field--type-file{
|
||||
// width: 100%;
|
||||
// margin: 0;
|
||||
// @media(max-width: 891px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// }
|
||||
// :hover{
|
||||
// background-color: $yellow-puca;
|
||||
// }
|
||||
// }
|
||||
// .block-views-blockhome-block-2{
|
||||
// grid-column: 1 /span 2;
|
||||
// grid-row: 4;
|
||||
// margin-top: 2rem;
|
||||
// }
|
||||
/// block télécharger le cahier des charges
|
||||
// .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d{
|
||||
|
||||
// /////////////// arrêt canndidatures phase 1
|
||||
// // display: none !important;
|
||||
// ///////////////
|
||||
|
||||
// margin-bottom: 1rem;
|
||||
// grid-column: 2;
|
||||
// grid-row: 2;
|
||||
// width: 90%;
|
||||
// // height: fit-content;
|
||||
// display: flex;
|
||||
// justify-content: flex-end;
|
||||
// align-items: center;
|
||||
// @media(max-width: 891px){
|
||||
// width: 90%;
|
||||
// }
|
||||
// @media(max-width: 520px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// .field--type-file{
|
||||
// width: 100%;
|
||||
// margin: 0;
|
||||
// @media(max-width: 891px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// }
|
||||
// :hover{
|
||||
// background-color: $yellow-puca;
|
||||
// }
|
||||
// }
|
||||
|
||||
// /// block télécharger la fiche candidature
|
||||
// .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252{
|
||||
|
||||
// /////////////// arrêt canndidatures phase 1
|
||||
// // display: none !important;
|
||||
// ///////////////
|
||||
|
||||
// grid-column: 2;
|
||||
// grid-row: 3;
|
||||
// width: 90%;
|
||||
// display: flex;
|
||||
// justify-content: flex-end;
|
||||
// align-items: center;
|
||||
// @media(max-width: 891px){
|
||||
// width: 90%;
|
||||
// }
|
||||
// @media(max-width: 520px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// .field--type-file{
|
||||
// width: 100%;
|
||||
// margin: 0;
|
||||
// @media(max-width: 891px){
|
||||
// width: 100%;
|
||||
// }
|
||||
// }
|
||||
// :hover{
|
||||
// background-color: $yellow-puca;
|
||||
// }
|
||||
// }
|
||||
// .block-views-blockhome-block-2{
|
||||
// grid-column: 1 /span 2;
|
||||
// grid-row: 4;
|
||||
// margin-top: 2rem;
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
.view-display-id-page_1{
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
.views-row{
|
||||
width: 30%;
|
||||
padding: 1rem;
|
||||
.node-type-site{
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.field--name-field-image{
|
||||
order: 1;
|
||||
max-width: 100%;
|
||||
img{
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
h2{
|
||||
order: 3;
|
||||
}
|
||||
.field--name-field-numero-site {
|
||||
order: 2;
|
||||
}
|
||||
.field--name-field-adresse-site{
|
||||
order: 4;
|
||||
}
|
||||
.field--name-field-architecte{
|
||||
order: 5;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,195 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
// Default Variables
|
||||
|
||||
// Slick icon entity codes outputs the following
|
||||
// "\2190" outputs ascii character "←"
|
||||
// "\2192" outputs ascii character "→"
|
||||
// "\2022" outputs ascii character "•"
|
||||
|
||||
$slick-font-path: "./fonts/" !default;
|
||||
$slick-font-family: "slick" !default;
|
||||
$slick-loader-path: "./" !default;
|
||||
$slick-arrow-color: $yellow-puca !default;
|
||||
$slick-dot-color: black !default;
|
||||
$slick-dot-color-active: $slick-dot-color !default;
|
||||
$slick-prev-character: "\003C" !default;
|
||||
$slick-next-character: "\003E" !default;
|
||||
$slick-dot-character: "\2022" !default;
|
||||
$slick-dot-size: 6px !default;
|
||||
$slick-opacity-default: 0.75 !default;
|
||||
$slick-opacity-on-hover: 1 !default;
|
||||
$slick-opacity-not-active: 0.25 !default;
|
||||
|
||||
@function slick-image-url($url) {
|
||||
@if function-exists(image-url) {
|
||||
@return image-url($url);
|
||||
}
|
||||
@else {
|
||||
@return url($slick-loader-path + $url);
|
||||
}
|
||||
}
|
||||
|
||||
@function slick-font-url($url) {
|
||||
@if function-exists(font-url) {
|
||||
@return font-url($url);
|
||||
}
|
||||
@else {
|
||||
@return url($slick-font-path + $url);
|
||||
}
|
||||
}
|
||||
|
||||
/* Slider */
|
||||
|
||||
.slick-list {
|
||||
.slick-loading & {
|
||||
background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
@if $slick-font-family == "slick" {
|
||||
@font-face {
|
||||
font-family: "slick";
|
||||
src: slick-font-url("slick.eot");
|
||||
src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
/* Arrows */
|
||||
|
||||
.slick-prev,
|
||||
.slick-next {
|
||||
position: absolute;
|
||||
display: block;
|
||||
z-index: 999;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
line-height: 0px;
|
||||
font-size: 0px;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(0, -50%);
|
||||
-ms-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
padding: 0;
|
||||
border: none;
|
||||
outline: none;
|
||||
&:hover, &:focus {
|
||||
outline: none;
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
&:before {
|
||||
opacity: $slick-opacity-on-hover;
|
||||
}
|
||||
}
|
||||
&.slick-disabled:before {
|
||||
opacity: $slick-opacity-not-active;
|
||||
}
|
||||
&:before {
|
||||
font-family: $slick-font-family;
|
||||
font-size: 200px;
|
||||
line-height: 1;
|
||||
color: $slick-arrow-color;
|
||||
opacity: $slick-opacity-default;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
}
|
||||
|
||||
.slick-prev {
|
||||
left: -25px;
|
||||
[dir="rtl"] & {
|
||||
left: auto;
|
||||
right: 200px;
|
||||
}
|
||||
&:before {
|
||||
content: $slick-prev-character;
|
||||
[dir="rtl"] & {
|
||||
content: $slick-next-character;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.slick-next {
|
||||
right: 200px;
|
||||
[dir="rtl"] & {
|
||||
left: -25px;
|
||||
right: auto;
|
||||
}
|
||||
&:before {
|
||||
content: $slick-next-character;
|
||||
[dir="rtl"] & {
|
||||
content: $slick-prev-character;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Dots */
|
||||
|
||||
.slick-dotted.slick-slider {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
position: absolute;
|
||||
bottom: -25px;
|
||||
list-style: none;
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
li {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin: 0 5px;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
button {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
display: block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
outline: none;
|
||||
line-height: 0px;
|
||||
font-size: 0px;
|
||||
color: transparent;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
&:hover, &:focus {
|
||||
outline: none;
|
||||
&:before {
|
||||
opacity: $slick-opacity-on-hover;
|
||||
}
|
||||
}
|
||||
&:before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
content: $slick-dot-character;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
font-family: $slick-font-family;
|
||||
font-size: $slick-dot-size;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
color: $slick-dot-color;
|
||||
opacity: $slick-opacity-not-active;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
}
|
||||
&.slick-active button:before {
|
||||
color: $slick-dot-color-active;
|
||||
opacity: $slick-opacity-default;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/* Slider */
|
||||
|
||||
.slick-slider {
|
||||
position: relative;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.slick-list {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&.dragging {
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
}
|
||||
.slick-slider .slick-track,
|
||||
.slick-slider .slick-list {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.slick-track {
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
&:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.slick-loading & {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.slick-slide {
|
||||
float: left;
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
[dir="rtl"] & {
|
||||
float: right;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
&.slick-loading img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
display: none;
|
||||
|
||||
&.dragging img {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.slick-initialized & {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.slick-loading & {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slick-vertical & {
|
||||
display: block;
|
||||
height: auto;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
.slick-arrow.slick-hidden {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
.home-page-layout-content{
|
||||
.slick-dots {
|
||||
bottom: -40px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
@import "partials/footer";
|
||||
@import "partials/forms";
|
||||
@import "partials/aside";
|
||||
@import "partials/slick-theme";
|
||||
@import "partials/slick";
|
||||
@import "partials/slick_custom";
|
||||
|
||||
|
||||
/*pages*/
|
||||
@@ -29,4 +32,6 @@
|
||||
@import "pages/proposer-une-operation";
|
||||
@import "pages/user--edit";
|
||||
@import "pages/modifier-une-operation";
|
||||
@import "pages/page--static";
|
||||
@import "pages/page--static";
|
||||
@import "pages/home-view-sites";
|
||||
@import "pages/les-sites-pilotes";
|
||||
Reference in New Issue
Block a user