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

38 lines
440 B
SCSS
Raw Normal View History

@import '../../../../styles/variables';
2021-12-13 18:39:21 +01:00
.app-title {
color: $white !important;
line-height: 4rem;
display: inline-block;
}
.navbar-item {
color: $white;
2021-12-13 18:30:25 +01:00
a {
color: $white;
2021-12-16 12:05:49 +01:00
&:hover {
background: $primary_color;
color: $white;
}
}
img {
max-height: $header-nav-height;
}
2021-12-13 18:30:25 +01:00
.fa {
margin: 0 1ch;
}
}
.give-to-project {
.button {
background: transparent;
}
}
app-language-selector {
.fa {
color: $white;
2021-05-18 11:21:40 +02:00
}
2020-06-07 13:52:14 +02:00
}