gnb 최신화

This commit is contained in:
2025-12-21 09:43:33 +09:00
parent 6426b87fd0
commit 7ee87344bf
117 changed files with 19978 additions and 5147 deletions

View File

@@ -1549,7 +1549,7 @@ video::-webkit-media-controls {
width: 2.5rem;
height: 0.8rem;
margin-top: -0.4rem;
background: url("../images/common/icon-wtbarrow.svg") center right no-repeat;
background: url("../images/common/icon-tbarrow.svg") center right no-repeat;
background-size: 1.2rem;
@include desktopMin {
@@ -1798,13 +1798,21 @@ video::-webkit-media-controls {
padding: 0.3rem 0.6rem;
font-size: 1.4rem;
font-weight: 600;
border: 1px solid rgba(255, 255, 255, 0.3);
color: #ffffff;
// border: 1px solid rgba(255, 255, 255, 0.3);
// color: #ffffff;
// transition: 0.3s;
border: 1px solid rgba(5, 20, 31, 0.3);
color: #05141f;
transition: 0.3s;
&:hover {
border: 1px solid rgba(255, 255, 255, 1);
border: 1px solid rgba(5, 20, 31, 1);
}
// &:hover {
// border: 1px solid rgba(255, 255, 255, 1);
// }
}
}
@@ -1817,6 +1825,10 @@ video::-webkit-media-controls {
display: none;
}
.icon-user {
background-image: url(../images/common/icon-user.svg);
}
> a {
display: flex;
align-items: center;