fix. Launcher 버튼 수정
This commit is contained in:
@@ -378,6 +378,7 @@ onMounted(() => {
|
||||
<template v-if="start1depthData">
|
||||
<BlocksButtonLauncher
|
||||
platform="pc"
|
||||
variant="custom"
|
||||
:background-color="
|
||||
getColorCodeFromData(start1depthData?.btn_info, 'btn')
|
||||
"
|
||||
@@ -579,12 +580,9 @@ onMounted(() => {
|
||||
.btn-start:hover .nav-2depth {
|
||||
@apply md:block;
|
||||
}
|
||||
.btn-start:deep(.btn-base[data-variant='filled']) {
|
||||
.btn-start:deep(.btn-base.default[data-variant='custom']) {
|
||||
@apply w-full h-[48px] px-10 font-[700] text-[16px];
|
||||
}
|
||||
.btn-start:deep(.btn-base[data-variant='filled']) svg {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
.btn-start .nav-2depth {
|
||||
@apply left-[unset] right-[-40px];
|
||||
@@ -599,9 +597,6 @@ onMounted(() => {
|
||||
.btn-start .nav-2depth:deep(.btn-base) .text {
|
||||
@apply pl-1.5 text-[15px] text-theme-foreground-reversal;
|
||||
}
|
||||
.btn-start:deep(.nav-2depth .icon-download) {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
[data-theme='light'] {
|
||||
.btn-start .nav-2depth:deep(.btn-base) .icon-platform {
|
||||
|
||||
Reference in New Issue
Block a user