funky-framadate-front/src/app/core/components/header/header.component.scss

38 lines
438 B
SCSS

@import '../../../../styles/variables';
.app-title {
color: $white !important;
line-height: 4rem;
display: inline-block;
}
.navbar {
background: white;
}
.navbar-item {
a {
&:hover {
background: $primary_color;
color: $white;
}
}
img {
max-height: $header-nav-height;
}
.fa {
margin: 0 1ch;
}
}
.give-to-project {
.button {
background: transparent;
}
}
app-language-selector {
.fa {
color: $white;
}
}