add tarteaucitron
This commit is contained in:
@@ -1298,3 +1298,38 @@
|
||||
.ok{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cookie-banner {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
||||
&.active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
// Overlay de la boite de dialogue
|
||||
.cookie-inform-and-ask {
|
||||
background-color: green;
|
||||
display: none;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
||||
&.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// La vraie boîte de dialogue
|
||||
.cookie-dialog {
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
4
user/themes/lecampus/scss/theme/_cookies.scss
Normal file
4
user/themes/lecampus/scss/theme/_cookies.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
#tarteaucitronBack{
|
||||
background: yellow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user