initial commit
This commit is contained in:
22
app/components/ui/unconfirmedBanner.vue
Normal file
22
app/components/ui/unconfirmedBanner.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<h3>
|
||||
</h3>
|
||||
<div class="unconfirmed-banner">
|
||||
<p>{{ $t('unconfirmedBanner.message') }}</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang=scss scoped>
|
||||
.unconfirmed-banner {
|
||||
width:100%;
|
||||
background-color: #ea4335;
|
||||
height:1.3em;
|
||||
|
||||
}
|
||||
|
||||
p{
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user