fix. 다운로드 버튼 공통 스타일 수정
This commit is contained in:
@@ -481,7 +481,7 @@ onBeforeUnmount(() => {
|
||||
@apply md:block;
|
||||
}
|
||||
.btn-start:deep(.nav-1depth) {
|
||||
@apply w-full h-[48px] px-10 rounded-[8px] md:w-auto;
|
||||
@apply w-full h-[48px] px-10 md:w-auto;
|
||||
}
|
||||
.btn-start:deep(.nav-1depth) .icon-platform {
|
||||
@apply hidden;
|
||||
@@ -493,7 +493,7 @@ onBeforeUnmount(() => {
|
||||
@apply left-[unset] right-[-40px];
|
||||
}
|
||||
.btn-start .nav-2depth:deep(.btn-base) {
|
||||
@apply w-full h-[48px] px-4 bg-transparent rounded-xl before:hidden after:hidden
|
||||
@apply w-full h-[48px] px-4 bg-transparent before:hidden after:hidden
|
||||
hover:bg-theme-foreground-reversal-4 active:bg-theme-foreground-reversal-10;
|
||||
}
|
||||
.btn-start .nav-2depth:deep(.btn-base) .text {
|
||||
|
||||
Reference in New Issue
Block a user