.separator_widget
.gap(
:style="{height: spacing +'px'}"
)
.hr(
v-if="type === 'normal'"
:style="normal_style"
)
.hr(
v-if="type === 'gradient'"
class="gradient"
:style="gradient_style"
)
.hr(
v-if="type === 'dotted'"
class="dotted"
:style="dotted_style"
)
.gap(
:style="{height: spacing +'px'}"
)