home view-display-id-block_2

This commit is contained in:
2021-11-18 11:12:53 +01:00
parent 7cf70006ef
commit 9310b9f231
28 changed files with 2800 additions and 9616 deletions
@@ -1,4 +1,10 @@
.layout-container{
position: relative;
}
header{
position: sticky;
}
#header-top {
height: 7rem;
@@ -8,7 +14,6 @@
flex-direction: row;
justify-content: space-between;
color: $black;
position: sticky;
@@ -19,7 +24,7 @@
align-items: center;
color: $black;
font-weight: 800;
position: sticky;
ul{
list-style: none;
display: flex;
@@ -68,13 +73,16 @@
:hover{
cursor: pointer;
}
h2::after{
h2:after{
display: block;
font-family: 'Font Awesome';
content: "\f0c9";
height: 60px;
font-size: 1rem;
// font-family: 'Font Awesome';
// content: "\f0c9";
// font-weight: 100;
// font-size: 5rem;
content:"";
background-image: url('~/web/themes/custom/eql/images/pictos/menu.png');
height: 6rem;
}
#block-burger-menu{