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

44 lines
482 B
SCSS

@import '../../../../styles/variables';
.navbar-item {
color: $white;
.app-title {
color: $white;
}
a {
color: $white;
}
.fa {
margin: 0 1ch;
}
}
.logo-home-link {
margin-top: 0;
line-height: $header-nav-inner-height;
padding: 1rem !important;
font-size: 0.85rem;
img {
width: 3rem;
height: 3rem;
}
&:hover {
color: $font_color;
}
}
.give-to-project {
.button {
background: transparent;
}
}
app-language-selector {
.fa {
color: $white;
}
}