[기능] CLAUDE.md 파일 추가 및 package.json, package-lock.json 생성
This commit is contained in:
@@ -30,15 +30,6 @@ html {
|
||||
transition: transform 0.1s ease-out;
|
||||
}
|
||||
|
||||
@-webkit-keyframes easeInOutQuart {
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes easeInOutQuart {
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
@@ -460,7 +451,6 @@ html {
|
||||
}
|
||||
}
|
||||
#promotion .parallax-bg-wrap {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -619,7 +609,6 @@ html {
|
||||
#promotion .tabNavigation {
|
||||
overflow: hidden;
|
||||
overflow-x: auto;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
@@ -627,11 +616,9 @@ html {
|
||||
padding: 0 2rem;
|
||||
margin-bottom: -5.4rem;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(8px);
|
||||
backdrop-filter: blur(8px);
|
||||
z-index: 100;
|
||||
transition: top 0.3s ease-in-out;
|
||||
/* Webkit browsers (Chrome, Safari, etc.) */
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
#promotion .tabNavigation {
|
||||
@@ -639,6 +626,9 @@ html {
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
}
|
||||
#promotion .tabNavigation {
|
||||
/* Webkit browsers (Chrome, Safari, etc.) */
|
||||
}
|
||||
#promotion .tabNavigation::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
@@ -1149,8 +1139,7 @@ html {
|
||||
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .item .logo img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
#promotion .theme-select-guide .guides-wrap .guides-section .guides-content .item .logo {
|
||||
@@ -1498,8 +1487,7 @@ html {
|
||||
#promotion .more-features .features-list .feature-card .img img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
#promotion .more-features .features-list .feature-card .img {
|
||||
@@ -1694,4 +1682,5 @@ html {
|
||||
body#promotion.scroll-up .tabNavigation {
|
||||
top: 10.6rem;
|
||||
}
|
||||
/*# sourceMappingURL=promotion.css.map */
|
||||
|
||||
/*# sourceMappingURL=promotion.css.map */
|
||||
|
||||
Reference in New Issue
Block a user