Styling header.

This commit is contained in:
Florian THIERRY
2024-04-22 16:05:35 +02:00
parent 7f5d52dce5
commit 4985889c58

View File

@@ -7,11 +7,10 @@ $headerHeight: 3.5em;
background-color: #3f51b5;
color: white;
position: relative;
border: 1px solid black;
height: $headerHeight;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
div {
border: 1px solid black;
display: flex;
flex-direction: row;
justify-content: center;
@@ -25,6 +24,22 @@ $headerHeight: 3.5em;
gap: 1em;
padding: 0 1em;
button {
background-color: #3f51b5;
color: white;
border: none;
border-radius: 10em;
transition: background-color .2s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
&:hover {
cursor: pointer;
background-color: #5c6bc0;
}
}
a {
display: flex;
flex-direction: row;