fix header border

This commit is contained in:
Andrea Vos 2023-03-27 08:01:30 +02:00
parent c4c8b946be
commit 81423c1843

View File

@ -380,6 +380,7 @@
.nav-custom {
.btn {
border: none;
border-inline-start: 1px solid $gray-500;
border-radius: 0;
@ -415,6 +416,7 @@
.nav-custom-start {
.btn {
border: none;
border-inline-start: 1px solid $gray-500;
border-radius: 0;
@ -440,6 +442,7 @@
.nav-custom:not(.nav-custom-start) {
.nav-item {
border: none;
border-bottom: 1px solid $gray-500;
border-radius: 0;