correction 29/08/2021
This commit is contained in:
parent
4bc0d1353b
commit
8f3a27dfb1
@ -1977,6 +1977,8 @@ footer {
|
||||
|
||||
.path-centre-de-ressources {
|
||||
background-color: #eff2f9; }
|
||||
.path-centre-de-ressources .slick-slider {
|
||||
display: none; }
|
||||
.path-centre-de-ressources .programme-1 {
|
||||
color: #4dabc1; }
|
||||
.path-centre-de-ressources .programme-1 .views-field-field-programme .field-content {
|
||||
@ -2122,13 +2124,12 @@ footer {
|
||||
top: 0; }
|
||||
.path-centre-de-ressources .content_container > div > h2:first-child {
|
||||
text-align: center;
|
||||
background-color: #98d0d9;
|
||||
background: center/80% linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/motif_croix.svg);
|
||||
padding: 1rem 0; }
|
||||
.path-centre-de-ressources form {
|
||||
background-color: #98d0d9;
|
||||
background: center/80% linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/motif_croix.svg);
|
||||
display: grid;
|
||||
padding: 5rem 0 1rem 0;
|
||||
margin-top: -3rem;
|
||||
column-gap: 1rem;
|
||||
grid-template-columns: calc(10% - 3em) repeat(4, 20%); }
|
||||
.path-centre-de-ressources form > div:first-child {
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,8 @@
|
||||
.path-centre-de-ressources{
|
||||
//tmp
|
||||
.slick-slider{
|
||||
display: none;
|
||||
}
|
||||
//colo programme
|
||||
|
||||
.programme-1{
|
||||
@ -245,16 +249,16 @@
|
||||
.content_container{
|
||||
&>div>h2:first-child{
|
||||
text-align: center;
|
||||
background-color: $lightblue;
|
||||
background: $trame;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
form{
|
||||
background-color: $lightblue;
|
||||
background: $trame;
|
||||
display: grid;
|
||||
padding: 5rem 0 1rem 0;
|
||||
margin-top: -3rem;
|
||||
//margin-top: -3rem;
|
||||
column-gap: 1rem;
|
||||
grid-template-columns: calc(10% - 3em) repeat(4, 20%);
|
||||
&>div:first-child{
|
||||
|
Loading…
x
Reference in New Issue
Block a user