apostrophe/assets/sass/layout/_header.scss

32 lines
433 B
SCSS
Raw Normal View History

2018-05-30 16:41:16 +00:00
header {
2018-05-30 19:52:26 +00:00
background-color: #f5f5f588;
2018-05-30 16:41:16 +00:00
width: 100%;
height: 10vh;
2018-05-30 19:52:26 +00:00
/* box-shadow: 0px -17px 20px 20px #29292978; */
2018-05-30 16:41:16 +00:00
position: fixed;
top: 0px;
2018-06-01 17:00:02 +00:00
z-index: 3;
2018-05-30 16:41:16 +00:00
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;
2018-05-30 19:52:26 +00:00
height: 100%;
2018-05-30 16:41:16 +00:00
}