#1501 fond partout
This commit is contained in:
parent
ce91a21c4c
commit
1c80bf8dca
File diff suppressed because one or more lines are too long
@ -12,6 +12,9 @@ article, .paragraph{
|
|||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.layout-container{
|
||||||
|
background-color: $bck-col;
|
||||||
|
}
|
||||||
.prog-ressources-link,.ressources-link{
|
.prog-ressources-link,.ressources-link{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -83,7 +86,7 @@ article, .paragraph{
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 40vh;
|
height: 40vh;
|
||||||
background: $trame;
|
background: $trame;
|
||||||
box-shadow: inset 0 -5rem 8rem white;
|
box-shadow: inset 0 -5rem 8rem $bck-col;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.block-region-third{
|
.block-region-third{
|
||||||
|
@ -433,7 +433,7 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; bottom: 0; left: -15px; right: -15px;
|
top: 0; bottom: 0; left: -15px; right: -15px;
|
||||||
box-shadow: inset white 0 -4rem 2rem;
|
box-shadow: inset $bck-col 0 -4rem 2rem;
|
||||||
}
|
}
|
||||||
.body_open{
|
.body_open{
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -154,7 +154,7 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; bottom: 0; left: -15px; right: -15px;
|
top: 0; bottom: 0; left: -15px; right: -15px;
|
||||||
box-shadow: inset white 0 -2rem 2rem;
|
box-shadow: inset $bck-col 0 -2rem 2rem;
|
||||||
}
|
}
|
||||||
.body_open{
|
.body_open{
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
@ -315,7 +315,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer{
|
footer[role="contentinfo"]{
|
||||||
background: white;
|
background: white;
|
||||||
// margin-top: 3rem;
|
// margin-top: 3rem;
|
||||||
|
|
||||||
|
@ -131,7 +131,8 @@ iframe{
|
|||||||
// padding: .5rem;
|
// padding: .5rem;
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;display: block;
|
color: white;
|
||||||
|
display: block;
|
||||||
padding: .6rem;
|
padding: .6rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user