header
This commit is contained in:
@@ -14,15 +14,55 @@ main{
|
||||
a{
|
||||
color:inherit;
|
||||
}
|
||||
.close-block, .open-block{
|
||||
background: red;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
//header
|
||||
|
||||
.header_top_left_container{
|
||||
height: 3rem;
|
||||
#block-identitedusite{
|
||||
height: 100%;
|
||||
// max-height: 5rem;
|
||||
a[rel~='home']{
|
||||
height: 100%;
|
||||
display: block;
|
||||
color: transparent;
|
||||
background: left / contain no-repeat url(../images/popsu-home-logo.png);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.header_top_middle_container{
|
||||
background: red;
|
||||
|
||||
|
||||
// div{
|
||||
// div{
|
||||
// div:first-child{
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(3, 1fr);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
//how to access the view js id
|
||||
.views-row{
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
#header-top-right{
|
||||
.header_top_rigth_container{
|
||||
.header_top_right_container{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background: rgb(161, 161, 161);
|
||||
display: grid;
|
||||
display: none;
|
||||
grid-template-columns: 5% 30% 30% 30% 5%;
|
||||
padding: 1rem 0;
|
||||
z-index: 100;
|
||||
@@ -45,7 +85,7 @@ a{
|
||||
.is-active{
|
||||
font-weight: 800;
|
||||
}
|
||||
#block-views-block-programmes-block-2{
|
||||
#block-views-block-programmes-block-2-2{
|
||||
.views-row{
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user