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

47 lines
631 B
SCSS
Raw Normal View History

@import '../../../../styles/variables';
2022-02-09 14:47:51 +01:00
.big-header {
height: $home-nav-height;
2022-02-11 10:59:02 +01:00
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
position: fixed;
top: 0;
width: 100%;
background: $white;
z-index: 2;
2022-02-09 14:47:51 +01:00
}
2021-12-13 18:39:21 +01:00
.app-title {
color: $white !important;
line-height: 4rem;
display: inline-block;
}
2022-02-09 14:27:22 +01:00
.header-app-logo {
width: $logo-side;
height: $logo-side;
2022-02-08 14:04:09 +01:00
}
.navbar-item {
a {
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
}