lien fichiers scss

This commit is contained in:
2021-06-22 15:15:51 +02:00
parent af967cdbb7
commit 0287c3cc57
5 changed files with 189 additions and 90 deletions

View File

@ -1595,91 +1595,3 @@
width: 70%;
}
}
#le_campus{
#module{
width: 60%;
margin: auto;
margin-top: 4rem;
margin-bottom: 4rem;
padding-right: 4rem;
display: flex;
flex-direction: column;
.titre-module{
font-family: "now_alt_bold";
font-weight: 400;
font-size: 2rem;
line-height: 2rem;
padding-bottom: 2rem;
text-align: center;
color: #0093a3;
}
.valeurs{
display: flex;
flex-direction: row;
.valeur{
width:33%;
display: flex;
flex-direction: column;
padding: 10px;
.images_v{
width:100%;
img{
padding-bottom: 20px;
}
}
.texte_v{
}
h5{
padding-top: 20px;
padding-bottom: 5px;
font-family: "bold";
font-size: 1.3rem;
}
}
}
.equipe{
display: flex;
flex-direction: row;
.personne{
width: 33%;
display: flex;
flex-direction: column;
padding: 10px;
.images_v{
width:100%;
// max-height: 30%;
// overflow: hidden;
img{
padding-bottom: 20px;
}
}
h5{
padding-top: 20px;
padding-bottom: 5px;
font-family: "bold";
font-size: 1.3rem;
}
}
}
}
}
.module{
.dl_plaquette{
width: 60%;
margin: auto;
p{
font-family: "now_alt_bold";
font-weight: 400;
font-size: 1rem;
line-height: 2rem;
padding-bottom: 2rem;
text-align: center;
}
}
}

View File

@ -0,0 +1,88 @@
#le_campus{
#module{
width: 60%;
margin: auto;
margin-top: 4rem;
margin-bottom: 4rem;
padding-right: 4rem;
display: flex;
flex-direction: column;
.titre-module{
font-family: "now_alt_bold";
font-weight: 400;
font-size: 2rem;
line-height: 2rem;
padding-bottom: 2rem;
text-align: center;
color: #0093a3;
}
.valeurs{
display: flex;
flex-direction: row;
.valeur{
width:33%;
display: flex;
flex-direction: column;
padding: 10px;
.images_v{
width:100%;
img{
padding-bottom: 20px;
}
}
.texte_v{
}
h5{
padding-top: 20px;
padding-bottom: 5px;
font-family: "bold";
font-size: 1.3rem;
}
}
}
.equipe{
display: flex;
flex-direction: row;
.personne{
width: 33%;
display: flex;
flex-direction: column;
padding: 10px;
.images_v{
width:100%;
// max-height: 30%;
// overflow: hidden;
img{
padding-bottom: 20px;
}
}
h5{
padding-top: 20px;
padding-bottom: 5px;
font-family: "bold";
font-size: 1.3rem;
}
}
}
}
}
.module{
.dl_plaquette{
width: 60%;
margin: auto;
p{
font-family: "now_alt_bold";
font-weight: 400;
font-size: 1rem;
line-height: 2rem;
padding-bottom: 2rem;
text-align: center;
}
}
}