Select Git revision
header.component.scss
header.component.scss 763 B
@import 'variables';
header {
height: $header-height;
box-shadow: $shadow-bottom;
padding: 0.5rem 1rem;
left: 0;
top: 0;
right: 0;
width: 100%;
z-index: 2;
display: flex;
align-items: center;
justify-content: space-between;
.title {
font-size: 24px;
margin: 0;
}
}
.active {
cursor: default;
pointer-events: none;
}
.middle {
flex-grow: 1;
}
img {
margin: 0 14px;
height: 40px;
width: auto;
}
.left {
display: flex;
align-items: inherit;
min-width: 240px;
a {
outline: 0;
display: flex;
text-decoration: none;
align-items: inherit;
color: inherit;
}
}
.big-button {
margin-left: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.right {
color: $grey;
display: flex;
align-items: center;
}