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

18 lines
182 B
SCSS
Raw Normal View History

2020-06-07 13:52:14 +02:00
:host {
header {
nav {
padding-right: 1em;
2020-11-06 11:32:58 +01:00
.fa {
margin-right: 1ch;
}
}
2020-06-07 13:52:14 +02:00
.container {
padding: 0;
}
}
.app-logo {
max-width: 5em;
max-height: 5em;
}
2020-06-07 13:52:14 +02:00
}