#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;
|
||||
}
|
||||
}
|
||||
.layout-container{
|
||||
background-color: $bck-col;
|
||||
}
|
||||
.prog-ressources-link,.ressources-link{
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
@ -83,7 +86,7 @@ article, .paragraph{
|
||||
width: 100vw;
|
||||
height: 40vh;
|
||||
background: $trame;
|
||||
box-shadow: inset 0 -5rem 8rem white;
|
||||
box-shadow: inset 0 -5rem 8rem $bck-col;
|
||||
z-index: -1;
|
||||
}
|
||||
.block-region-third{
|
||||
|
@ -433,7 +433,7 @@
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
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{
|
||||
height: auto;
|
||||
|
@ -154,7 +154,7 @@
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
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{
|
||||
height: auto !important;
|
||||
|
@ -315,7 +315,7 @@
|
||||
}
|
||||
|
||||
|
||||
footer{
|
||||
footer[role="contentinfo"]{
|
||||
background: white;
|
||||
// margin-top: 3rem;
|
||||
|
||||
|
@ -131,7 +131,8 @@ iframe{
|
||||
// padding: .5rem;
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: white;display: block;
|
||||
color: white;
|
||||
display: block;
|
||||
padding: .6rem;
|
||||
font-weight: 600;
|
||||
font-size: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user