버튼 텍스트 사이즈 조정
This commit is contained in:
parent
ba25fada8e
commit
0d388b8c42
|
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
|
||||
.btn {
|
||||
@apply justify-center rounded-md bg-default-slate px-4 py-2 text-sm font-semibold leading-6 text-white
|
||||
@apply justify-center rounded-md bg-default-slate px-4 py-2 font-semibold leading-6 text-white
|
||||
shadow-xs hover:opacity-80 cursor-pointer
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<!-- 사용 여부 -->
|
||||
<div class="flex flex-col lg:flex-row items-baseline space-x-0 lg:space-x-4 items-end">
|
||||
<div class="text-white mb-1">ON/OFF</div>
|
||||
<div class="text-3xl mr-0">
|
||||
<div class="text-3xl w-8 mr-0">
|
||||
<%#= s.is_active %>
|
||||
<% if s.is_active %>
|
||||
<i class="fa-solid fa-check text-notice"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue