fix. [SWV-798] GNB SNS 버튼 직관성 및 시인성 향상
This commit is contained in:
@@ -114,7 +114,7 @@ onMounted(async () => {
|
||||
@apply mt-[var(--scroll-position,48px)];
|
||||
}
|
||||
.sns-wrap ~ .navigation-wrap {
|
||||
@apply pb-[78px];
|
||||
@apply pb-[60px] md:pb-[80px];
|
||||
}
|
||||
|
||||
.navigation-wrap {
|
||||
@@ -146,7 +146,7 @@ onMounted(async () => {
|
||||
}
|
||||
|
||||
.navigation-wrap.is-closed {
|
||||
@apply translate-x-[calc(-100%+20px)] sm:translate-x-[calc(-100%+40px)];
|
||||
@apply translate-x-[calc(-100%+12px)] sm:translate-x-[calc(-100%+20px)] md:translate-x-[calc(-100%+32px)];
|
||||
}
|
||||
.navigation-wrap.is-closed .btn-control {
|
||||
@apply rotate-0;
|
||||
|
||||
Reference in New Issue
Block a user