apostrophe/assets/sass/layout/_header.scss

32 lines
433 B
SCSS

header {
background-color: #ededed;
width: 100%;
height: 10vh;
box-shadow: 0px -17px 20px 20px #29292978;
position: fixed;
top: 0px;
z-index: 1;
display: flex;
align-items: center;
}
header h1{
color: #6b6b6b;
font-size: 2rem;
}
header a {
text-decoration: none;
}
.logo {
height: 80%;
padding-left: 15px;
}
.buttons {
margin-left: auto;
margin-right: 5px;
}