summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/ui/hr.vue
blob: 38572cfcc329b1351770ee4d7e51589595dba3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div class="evrzpitu"></div>
</template>

<script lang="ts">
import Vue from 'vue';
export default Vue.extend({});
</script>

<style lang="stylus" scoped>
.evrzpitu
	margin 16px 0
	border-bottom solid var(--lineWidth) var(--faceDivider)

</style>