gabarit page themes
This commit is contained in:
@@ -139,10 +139,13 @@
|
||||
.header_top_left_container{
|
||||
height: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
// &>div:first-child{
|
||||
// // height: 100%;
|
||||
// }
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
column-gap: 10px;
|
||||
&>div[id='']{
|
||||
height: 100%;
|
||||
}
|
||||
a[rel~='home']{
|
||||
height: 100%;
|
||||
display: block;
|
||||
@@ -237,7 +240,7 @@
|
||||
display: none;
|
||||
grid-template-columns: 10% 25% 25% 30% 10%;
|
||||
padding: 1rem 0;
|
||||
z-index: 100;
|
||||
z-index: 140;
|
||||
line-height: 2;
|
||||
nav{
|
||||
grid-column-start: 2;
|
||||
@@ -276,6 +279,7 @@
|
||||
|
||||
footer{
|
||||
background: white;
|
||||
margin-top: 3rem;
|
||||
|
||||
}
|
||||
#footer-bottom{
|
||||
@@ -298,14 +302,14 @@ footer{
|
||||
}
|
||||
}
|
||||
.logo-gouv{
|
||||
height: 70%;
|
||||
height: 50%;
|
||||
display: block;
|
||||
color: transparent;
|
||||
font-size: 0;
|
||||
background: left / contain no-repeat url(../images/gouv.svg);
|
||||
}
|
||||
.logo-puca{
|
||||
height: 70%;
|
||||
height: 50%;
|
||||
display: block;
|
||||
color: transparent;
|
||||
font-size: 0;
|
||||
|
Reference in New Issue
Block a user