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

44 lines
482 B
SCSS
Raw Normal View History

@import '../../../../styles/variables';
.navbar-item {
color: $white;
2021-12-13 18:30:25 +01:00
.app-title {
color: $white;
}
2021-12-13 18:30:25 +01:00
a {
color: $white;
}
2021-12-13 18:30:25 +01:00
.fa {
margin: 0 1ch;
}
}
.logo-home-link {
margin-top: 0;
line-height: $header-nav-inner-height;
padding: 1rem !important;
font-size: 0.85rem;
2021-12-13 18:30:25 +01:00
img {
width: 3rem;
height: 3rem;
}
&:hover {
color: $font_color;
}
}
2021-12-13 18:30:25 +01:00
.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
}