docs: add initial documentation (#842)
This commit is contained in:
parent
1125bd1970
commit
e621c93b95
30 changed files with 2649 additions and 737 deletions
23
docs/components/global/Logo.vue
Normal file
23
docs/components/global/Logo.vue
Normal file
|
@ -0,0 +1,23 @@
|
|||
<template>
|
||||
<div class="logo">
|
||||
<img alt="Elk" src="/logo.svg">
|
||||
Elk
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="ts" scoped>
|
||||
css({
|
||||
'.logo': {
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
gap: '0.5rem',
|
||||
fontSize: '1.5rem',
|
||||
},
|
||||
img: {
|
||||
flexShrink: 0,
|
||||
aspectRatio: '1/1',
|
||||
height: '2.5rem'
|
||||
}
|
||||
})
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue