refactor: remaining sections stylings

This commit is contained in:
liyasthomas
2021-07-12 04:20:00 +05:30
parent 2e092d34a6
commit b5e524e513
15 changed files with 316 additions and 316 deletions

View File

@@ -1,9 +1,11 @@
<template>
<div class="inline-block cursor-pointer" @click="$emit('change')">
<div class="inline-flex cursor-pointer flex-nowrap" @click="$emit('change')">
<label ref="toggle" class="toggle" :class="{ on: on }">
<span class="handle"></span>
</label>
<label class="pl-0 align-middle cursor-pointer">
<label
class="pl-0 align-middle font-semibold truncate text-xs cursor-pointer"
>
<slot></slot>
</label>
</div>