home view-display-id-block_2
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user