add color from yunite in branding

This commit is contained in:
ogerly 2022-08-10 09:52:59 +02:00
parent 85fd02a30f
commit afb5c719dc
5 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,22 @@
.main-navigation {
background-color: #748885;
}
.main-navigation .ds-menu-item-link {
color: #c8fc4f;;
}
.main-navigation .ds-menu-item-link:hover {
color: #f2f2f1;;
}
.main-navigation .locale-menu {
color: #c8fc4f;;
}
.base-button {
color: #c8fc4f;
}
.header-menu {
// background-color: #748885;
}

View File

@ -1,4 +1,3 @@
@import './imports/_branding.scss';
@import './imports/_tooltip.scss';
@import './imports/_toast.scss';
@ -181,3 +180,5 @@ hr {
.dropdown-arrow {
font-size: $font-size-xx-small;
}
@import './imports/_branding.scss';

View File

@ -117,7 +117,6 @@ export default {
align-items: center;
height: 100%;
padding: $space-xx-small;
color: $text-color-soft;
> .label {
margin: 0 $space-xx-small;

View File

@ -1,6 +1,10 @@
export default {
SHOW_HEADER_MENU: true,
MENU: [
{
name: 'Beiträge',
path: '/#',
},
{
name: 'Themen',
path: '/#',

View File

@ -40,7 +40,7 @@
</client-only>
</ds-flex-item>
<ds-flex-item
style="background-color: white; flex-basis: auto"
style="flex-basis: auto"
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
>
<div