new fonts & favicon
This commit is contained in:
@@ -1,12 +1,23 @@
|
||||
<template>
|
||||
<v-app-bar flat>
|
||||
<v-app-bar-title class="sc">
|
||||
<v-icon icon="mdi-chart-line" />
|
||||
DexOrder
|
||||
<v-chip text="alpha test" size="small" color="red"/>
|
||||
<v-icon icon="mdi-arrow-up-bold" size="x-small" class="arrow" color="green"/>
|
||||
<span class="logo">dexorder</span>
|
||||
<v-chip text="ALPHA" size="x-small" color="red" class="mx-1"/>
|
||||
</v-app-bar-title>
|
||||
</v-app-bar>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
|
||||
<style lang="scss">
|
||||
@use "src/styles/vars" as v;
|
||||
.arrow{
|
||||
color: v.$green;
|
||||
}
|
||||
.logo {
|
||||
font-weight: 500;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user