added mobile style
This commit is contained in:
@@ -21,8 +21,10 @@ withDefaults(defineProps<Props>(), {
|
||||
'border-b border-slate-200 pb-5': borderLess,
|
||||
}"
|
||||
>
|
||||
<div class="w-full flex items-center justify-between h-[3rem] px-5">
|
||||
<span class="typo-sub-h-lg">{{ title }}</span>
|
||||
<div
|
||||
class="w-full flex items-center justify-between h-[2rem] lg:h-[3rem] px-5"
|
||||
>
|
||||
<span class="typo-sub-h-md lg:typo-sub-h-lg">{{ title }}</span>
|
||||
<slot name="button" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user