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

16 lines
171 B
SCSS
Raw Normal View History

2020-06-07 13:52:14 +02:00
:host {
2021-11-19 15:25:54 +01:00
margin: 0;
2021-05-03 11:32:03 +02:00
.demo {
margin: 1em;
2020-06-07 13:52:14 +02:00
}
2021-05-03 11:32:03 +02:00
.burger-button-menu-custom {
width: 4em;
text-align: center;
}
2021-05-18 11:21:40 +02:00
.navbar-item {
.fa {
margin-right: 1ch;
}
}
2020-06-07 13:52:14 +02:00
}