close salles

This commit is contained in:
Kevin Tessier 2019-06-05 12:59:18 +02:00
parent 5e033fe2be
commit 6da16d1bd0
5 changed files with 34 additions and 76 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,6 @@
.title_gal{ .title_gal{
opacity: 1; opacity: 1;
right: 70px; right: 70px;
-webkit-transition: all 1s ease;
transition: right 1s ease, opacity 1s ease; transition: right 1s ease, opacity 1s ease;
} }
} }
@ -124,8 +123,6 @@
margin: 40px auto 40px auto; margin: 40px auto 40px auto;
.header-wrapper{ .header-wrapper{
.title{ .title{
display: -webkit-box;
display: -ms-flexbox;
display: flex; display: flex;
h1{ h1{
width: auto; width: auto;
@ -142,8 +139,6 @@
&#event{ &#event{
margin: 40px auto 40px auto; margin: 40px auto 40px auto;
.title{ .title{
display: -webkit-box;
display: -ms-flexbox;
display: flex; display: flex;
h1{ h1{
width: auto; width: auto;
@ -159,9 +154,7 @@
} }
.body-wrapper{ .body-wrapper{
@include inlineflex(); @include inlineflex();
-webkit-box-pack: center; justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%; width: 100%;
position: relative; position: relative;
.card{ .card{
@ -199,11 +192,8 @@
width: 45%; width: 45%;
.card-content{ .card-content{
@include inlineflex; @include inlineflex;
-ms-flex-wrap: nowrap; flex-wrap: nowrap;
flex-wrap: nowrap; justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
.reso{ .reso{
width: 20%; width: 20%;
a{ a{
@ -298,8 +288,7 @@
background: white; background: white;
border-radius: 30px; border-radius: 30px;
padding: 10px 35px; padding: 10px 35px;
-webkit-box-shadow:none; box-shadow:none;
box-shadow:none;
border:0; border:0;
} }
} }
@ -418,8 +407,7 @@
} }
.reso{ .reso{
@include inlineflex; @include inlineflex;
-ms-flex-wrap: nowrap; flex-wrap: nowrap;
flex-wrap: nowrap;
width: 50px; width: 50px;
height: 25px; height: 25px;
} }
@ -467,14 +455,12 @@
float: left; float: left;
border: 2px solid $red; border: 2px solid $red;
border-radius: 30px; border-radius: 30px;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
a{ a{
color: black; color: black;
} }
&:hover{ &:hover{
background-color: $red; background-color: $red;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
a{ a{
color: white; color: white;
@ -513,8 +499,7 @@
input{ input{
border-radius: 30px; border-radius: 30px;
height: 31px; height: 31px;
-webkit-box-shadow: none; box-shadow: none;
box-shadow: none;
border: none; border: none;
} }
.clear{ .clear{
@ -559,7 +544,6 @@
border: 2px solid $green; border: 2px solid $green;
border-radius: 30px; border-radius: 30px;
margin: auto; margin: auto;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
} }
} }
@ -585,8 +569,7 @@
.icones{ .icones{
margin: 70px 0; margin: 70px 0;
@include inlineflex; @include inlineflex;
-ms-flex-pack: distribute; justify-content: space-around;
justify-content: space-around;
width: 100%; width: 100%;
.icon{ .icon{
height: 50px; height: 50px;
@ -606,12 +589,8 @@
#devis{ #devis{
@include inlineflex(); @include inlineflex();
-webkit-box-pack: center; justify-content: center;
-ms-flex-pack: center; align-items: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-image: url('/user/themes/lecampus/images/Trame-bleu.svg'); background-image: url('/user/themes/lecampus/images/Trame-bleu.svg');
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -685,7 +664,6 @@
color: black; color: black;
.title{ .title{
background: white; background: white;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease; transition: background 0.3s ease;
} }
} }
@ -700,8 +678,6 @@
#reco{ #reco{
background: $dark-blue; background: $dark-blue;
.title{ .title{
display: -webkit-box;
display: -ms-flexbox;
display: flex; display: flex;
cursor: pointer; cursor: pointer;
width: 100%; width: 100%;
@ -716,8 +692,6 @@
border-bottom: 1px solid white; border-bottom: 1px solid white;
font-size: 1rem; font-size: 1rem;
&::after{ &::after{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; display: inline-flex;
margin-left: 10px; margin-left: 10px;
content: " "; content: " ";
@ -741,9 +715,7 @@
width: 100%; width: 100%;
padding-top: 20px; padding-top: 20px;
@include inlineflex; @include inlineflex;
-webkit-box-pack: center; justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateY(-100%); -webkit-transform: translateY(-100%);
transform: translateY(-100%); transform: translateY(-100%);
p{ p{
@ -819,10 +791,7 @@
} }
.card-header{ .card-header{
@include inlineflex; @include inlineflex;
-webkit-box-orient: vertical; flex-direction: column;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%; width: 100%;
&.professionnels{ &.professionnels{
background-color: $red; background-color: $red;

View File

@ -6,9 +6,7 @@
@include inlineflex; @include inlineflex;
width: 100%; width: 100%;
margin: 20px 0; margin: 20px 0;
-webkit-box-pack: center; justify-content: center;
-ms-flex-pack: center;
justify-content: center;
p{ p{
padding: 0 20px; padding: 0 20px;
@ -31,7 +29,8 @@
.opt-out{ .opt-out{
height: auto; height: auto;
transform: translateY(70%); -webkit-transform: translateY(70%);
transform: translateY(70%);
z-index: 9999; z-index: 9999;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
@ -39,7 +38,9 @@
background: rgba(255,255,255,.5 ); background: rgba(255,255,255,.5 );
text-align: center; text-align: center;
font-family: $Bold; font-family: $Bold;
transition: background 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, background 0.3s ease; transition: transform 0.3s ease, background 0.3s ease;
transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
iframe{ iframe{
height: 110px; height: 110px;
} }
@ -53,11 +54,13 @@
cursor: pointer; cursor: pointer;
} }
&.open{ &.open{
transform: translateX(0); -webkit-transform: translateX(0);
transform: translateX(0);
background: white; background: white;
transition: all 0.3s ease; transition: all 0.3s ease;
img{ img{
transform: rotate(180deg); -webkit-transform: rotate(180deg);
transform: rotate(180deg);
} }
} }
} }

View File

@ -11,10 +11,7 @@
width: auto!important; width: auto!important;
height: auto; height: auto;
&>ul{ &>ul{
-webkit-box-orient: vertical!important; flex-direction: column!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important;
&>li{ &>li{
text-align: left; text-align: left;
&>ul{ &>ul{
@ -307,8 +304,6 @@
height: 110px!important; height: 110px!important;
margin-top: -55px!important; margin-top: -55px!important;
a{ a{
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important; display: inline-flex!important;
} }
p:nth-of-type(2){ p:nth-of-type(2){
@ -451,10 +446,7 @@
width: 280px!important; width: 280px!important;
padding: 0!important; padding: 0!important;
#mc_embed_signup_scroll{ #mc_embed_signup_scroll{
-webkit-box-orient: vertical; flex-direction: column;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
input{ input{
width: 280px!important; width: 280px!important;
} }
@ -479,10 +471,7 @@
} }
} }
#footer .block{ #footer .block{
-webkit-box-orient: vertical; flex-direction: column;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
p{ p{
margin-bottom: 10px; margin-bottom: 10px;
text-align: center; text-align: center;
@ -496,8 +485,10 @@
} }
#sublog { #sublog {
.bandeau{ .bandeau{
height: auto;
img{ img{
width: 100%; width: 100%;
height: auto;
} }
} }
.title_gal{ .title_gal{
@ -506,7 +497,7 @@
.content_salle{ .content_salle{
width: 90%!important; width: 90%!important;
left: 5%!important; left: 5%!important;
top: 250px!important; top: 200px!important;
.header-salles{ .header-salles{
display: inline-flex; display: inline-flex;
justify-content: space-between; justify-content: space-between;
@ -543,17 +534,11 @@
width: 100%!important; width: 100%!important;
} }
.start:not(#form) .body-wrapper .event .card-content{ .start:not(#form) .body-wrapper .event .card-content{
-webkit-box-orient: vertical; flex-direction: column;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
.reso{ .reso{
width: 100%!important; width: 100%!important;
display: -webkit-box;
display: -ms-flexbox;
display: flex; display: flex;
-ms-flex-pack: distribute; justify-content: space-around;
justify-content: space-around;
} }
.txt{ .txt{
width: 100%!important; width: 100%!important;