forked from potsda.mn/mobilizon
yellow-1
This commit is contained in:
parent
00fb3b54a8
commit
8e24754d08
|
@ -3,10 +3,10 @@
|
||||||
class="flex flex-col mb-3 border-2"
|
class="flex flex-col mb-3 border-2"
|
||||||
:class="{
|
:class="{
|
||||||
'border-mbz-purple': privateSection,
|
'border-mbz-purple': privateSection,
|
||||||
'border-yellow-1': !privateSection,
|
'border-fomo-blue': !privateSection,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div class="flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title">
|
<div class="flex items-stretch py-3 px-1 bg-fomo-blue text-violet-title">
|
||||||
<div class="flex flex-1 gap-1">
|
<div class="flex flex-1 gap-1">
|
||||||
<o-icon :icon="icon" custom-size="36" />
|
<o-icon :icon="icon" custom-size="36" />
|
||||||
<h2 class="text-2xl font-medium mt-0">{{ title }}</h2>
|
<h2 class="text-2xl font-medium mt-0">{{ title }}</h2>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
ref="footer"
|
ref="footer"
|
||||||
>
|
>
|
||||||
<ul
|
<ul
|
||||||
class="inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1"
|
class="inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-fomo-blue"
|
||||||
>
|
>
|
||||||
<li>
|
<li>
|
||||||
<o-select
|
<o-select
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<a href="#navbar">{{ t("Back to top") }}</a>
|
<a href="#navbar">{{ t("Back to top") }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="text-center flex-1 pt-2 text-yellow-1">
|
<div class="text-center flex-1 pt-2 text-fomo-blue">
|
||||||
<i18n-t
|
<i18n-t
|
||||||
tag="span"
|
tag="span"
|
||||||
keypath="Powered by {mobilizon}. © 2018 - {date} The Mobilizon Contributors - Made with the financial support of {contributors}."
|
keypath="Powered by {mobilizon}. © 2018 - {date} The Mobilizon Contributors - Made with the financial support of {contributors}."
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
<template #mobilizon>
|
<template #mobilizon>
|
||||||
<a
|
<a
|
||||||
rel="external"
|
rel="external"
|
||||||
class="text-white underline decoration-yellow-1"
|
class="text-white underline decoration-fomo-blue"
|
||||||
href="https://joinmobilizon.org"
|
href="https://joinmobilizon.org"
|
||||||
>{{ t("Mobilizon") }}</a
|
>{{ t("Mobilizon") }}</a
|
||||||
>
|
>
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
<template #contributors>
|
<template #contributors>
|
||||||
<a
|
<a
|
||||||
rel="external"
|
rel="external"
|
||||||
class="text-white underline decoration-yellow-1"
|
class="text-white underline decoration-fomo-blue"
|
||||||
href="https://joinmobilizon.org/hall-of-fame"
|
href="https://joinmobilizon.org/hall-of-fame"
|
||||||
>{{ t("more than 1360 contributors") }}</a
|
>{{ t("more than 1360 contributors") }}</a
|
||||||
>
|
>
|
||||||
|
|
|
@ -30,7 +30,7 @@ const typeClasses = computed(() => {
|
||||||
case "info":
|
case "info":
|
||||||
return "bg-mbz-info dark:text-black";
|
return "bg-mbz-info dark:text-black";
|
||||||
case "warning":
|
case "warning":
|
||||||
return "bg-yellow-1";
|
return "bg-fomo-blue";
|
||||||
case "danger":
|
case "danger":
|
||||||
return "bg-mbz-danger dark:text-white";
|
return "bg-mbz-danger dark:text-white";
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
exports[`GroupSection > renders group section with basic informations 1`] = `
|
exports[`GroupSection > renders group section with basic informations 1`] = `
|
||||||
"<section class=\\"flex flex-col mb-3 border-2 border-mbz-purple\\">
|
"<section class=\\"flex flex-col mb-3 border-2 border-mbz-purple\\">
|
||||||
<div class=\\"flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title\\">
|
<div class=\\"flex items-stretch py-3 px-1 bg-fomo-blue text-violet-title\\">
|
||||||
<div class=\\"flex flex-1 gap-1\\"><span class=\\"o-icon\\"><i class=\\"mdi mdi-bullhorn 36\\"></i></span>
|
<div class=\\"flex flex-1 gap-1\\"><span class=\\"o-icon\\"><i class=\\"mdi mdi-bullhorn 36\\"></i></span>
|
||||||
<h2 class=\\"text-2xl font-medium mt-0\\">My group section</h2>
|
<h2 class=\\"text-2xl font-medium mt-0\\">My group section</h2>
|
||||||
</div><a href=\\"/@my_group@remotedomain.net/p\\" class=\\"self-center\\">View all</a>
|
</div><a href=\\"/@my_group@remotedomain.net/p\\" class=\\"self-center\\">View all</a>
|
||||||
|
@ -15,8 +15,8 @@ exports[`GroupSection > renders group section with basic informations 1`] = `
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`GroupSection > renders public group section 1`] = `
|
exports[`GroupSection > renders public group section 1`] = `
|
||||||
"<section class=\\"flex flex-col mb-3 border-2 border-yellow-1\\">
|
"<section class=\\"flex flex-col mb-3 border-2 border-fomo-blue\\">
|
||||||
<div class=\\"flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title\\">
|
<div class=\\"flex items-stretch py-3 px-1 bg-fomo-blue text-violet-title\\">
|
||||||
<div class=\\"flex flex-1 gap-1\\"><span class=\\"o-icon\\"><i class=\\"mdi mdi-bullhorn 36\\"></i></span>
|
<div class=\\"flex flex-1 gap-1\\"><span class=\\"o-icon\\"><i class=\\"mdi mdi-bullhorn 36\\"></i></span>
|
||||||
<h2 class=\\"text-2xl font-medium mt-0\\">My group section</h2>
|
<h2 class=\\"text-2xl font-medium mt-0\\">My group section</h2>
|
||||||
</div><a href=\\"/@my_group@remotedomain.net/p\\" class=\\"self-center\\">View all</a>
|
</div><a href=\\"/@my_group@remotedomain.net/p\\" class=\\"self-center\\">View all</a>
|
||||||
|
|
Loading…
Reference in a new issue