mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
add color from yunite in branding
This commit is contained in:
parent
85fd02a30f
commit
afb5c719dc
@ -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 {
|
.header-menu {
|
||||||
// background-color: #748885;
|
// background-color: #748885;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
@import './imports/_branding.scss';
|
|
||||||
@import './imports/_tooltip.scss';
|
@import './imports/_tooltip.scss';
|
||||||
@import './imports/_toast.scss';
|
@import './imports/_toast.scss';
|
||||||
|
|
||||||
@ -181,3 +180,5 @@ hr {
|
|||||||
.dropdown-arrow {
|
.dropdown-arrow {
|
||||||
font-size: $font-size-xx-small;
|
font-size: $font-size-xx-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@import './imports/_branding.scss';
|
||||||
@ -117,7 +117,6 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: $space-xx-small;
|
padding: $space-xx-small;
|
||||||
color: $text-color-soft;
|
|
||||||
|
|
||||||
> .label {
|
> .label {
|
||||||
margin: 0 $space-xx-small;
|
margin: 0 $space-xx-small;
|
||||||
|
|||||||
@ -1,6 +1,10 @@
|
|||||||
export default {
|
export default {
|
||||||
SHOW_HEADER_MENU: true,
|
SHOW_HEADER_MENU: true,
|
||||||
MENU: [
|
MENU: [
|
||||||
|
{
|
||||||
|
name: 'Beiträge',
|
||||||
|
path: '/#',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Themen',
|
name: 'Themen',
|
||||||
path: '/#',
|
path: '/#',
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
</client-only>
|
</client-only>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item
|
<ds-flex-item
|
||||||
style="background-color: white; flex-basis: auto"
|
style="flex-basis: auto"
|
||||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user