feat: HorizontalSpacer
This commit is contained in:
parent
36444664c2
commit
0ea12e7f00
1 changed files with 12 additions and 0 deletions
12
components/UserInterface/HorizontalSpacer.vue
Normal file
12
components/UserInterface/HorizontalSpacer.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<template>
|
||||
<span class="horizontal-spacer"></span>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.spacer {
|
||||
display: block;
|
||||
width: 0.2dvh;
|
||||
margin: 0.2dvh 0.8dvw;
|
||||
background-color: var(--padding-color);
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue