mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
ukraine solidarity banner - fixes
This commit is contained in:
parent
59d5cca9de
commit
6f60cf1bd2
@ -6,18 +6,26 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<style lang="scss">
|
||||
@import "assets/variables";
|
||||
|
||||
$ukraine-blue: #025abc;
|
||||
$ukraine-golden: #fed602;
|
||||
|
||||
.ukraine-banner {
|
||||
background-color: #025abc;
|
||||
background: linear-gradient(90deg, #025abc 40%, #fed602 60%);
|
||||
color: white;
|
||||
background-color: $ukraine-blue;
|
||||
background: linear-gradient(90deg, $ukraine-blue 40%, $ukraine-golden 60%);
|
||||
color: $white;
|
||||
text-shadow: 2px 2px 2px rgba($black, .5);
|
||||
|
||||
a {
|
||||
color: $white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
body[data-theme="dark"] .ukraine-banner a {
|
||||
color: $white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<UkraineBanner class="mb-4"/>
|
||||
<template v-if="$te('home.welcome')">
|
||||
<section>
|
||||
<UkraineBanner class="mb-4"/>
|
||||
|
||||
<h2>
|
||||
<T>home.welcome</T>
|
||||
</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user