lien fichiers scss
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
88
user/themes/lecampus/scss/theme/_module_valeurs_equipe.scss
Normal file
88
user/themes/lecampus/scss/theme/_module_valeurs_equipe.scss
Normal 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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user