change logo header

This commit is contained in:
2024-03-05 11:51:32 +01:00
parent c495da0f6f
commit 9d58d7c00d
7 changed files with 36 additions and 28 deletions
@@ -43,7 +43,7 @@ b, strong, label, th {
#body {
background: #fff;
padding-top: 5rem;
padding-top: 7rem;
padding-bottom: 0; }
.left {
@@ -74,23 +74,26 @@ b, strong, label, th {
padding-bottom: 3rem; }
#header {
padding-left: 1.5rem !important;
position: fixed;
z-index: 10;
width: 100%;
height: 5rem;
height: 7rem;
background-color: white;
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15);
padding-left: 1rem; }
#header #logo img {
display: flex;
flex-direction: row;
flex-flow: row; }
flex-flow: row;
padding: 0;
margin: 0;
height: 7rem; }
#header #epau {
padding-left: 1rem !important; }
#header.scrolled {
height: 3rem;
background-color: rgba(255, 255, 255, 0.9) !important;
background-color: white !important;
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
#header.scrolled #logo h3 {
color: #000 !important;
font-size: 1.6rem !important; }
#header.scrolled #logo a, #header.scrolled #navbar span {
color: #000 !important; }
#header.scrolled #navbar a {
@@ -99,8 +102,6 @@ b, strong, label, th {
color: black !important; }
#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
background-color: #000 !important; }
#header.scrolled .navigation {
margin-top: 0.5rem !important; }
#header > .grid, #header #logo, #header #navbar {
height: 100%; }
#header #logo {
@@ -233,8 +234,8 @@ b, strong, label, th {
margin-bottom: 2rem; }
.header-image #body .flush-top {
margin-top: -9.5rem;
padding-top: 9rem; }
margin-top: -11.5rem;
padding-top: 11rem; }
.header-image #breadcrumbs {
margin-top: 1rem; }