스타일시트 정리
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-07-07 16:53:22 +09:00
parent 724117860b
commit 53b075967c
7 changed files with 13 additions and 9 deletions
+1 -2
View File
@@ -249,8 +249,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="<c:url value="/css/web_ui.css"/>"/>
<link rel="stylesheet" type="text/css" media="screen" href="<c:url value="/css/theme_${themeColor}.css"/>"/>
<style>
.gnb .sitemap-link { display: inline-block; height: 80px; line-height: 80px; padding: 0 15px; font-size: 14px; color: #000; opacity: 0.7; vertical-align: top; }
.gnb .sitemap-link:hover { opacity: 1; }
.gnb .sitemap-link { display: inline-block; height: 80px; line-height: 80px; padding: 0 15px; font-size: 14px; color: #000; letter-spacing: -0.5px; opacity: 0.7; transition: all 0.3s; vertical-align: top; }
.gnb.sitemap-hover { height: 80px !important; overflow-y: hidden !important; }
.gnb.sitemap-hover + .gnb_bg { display: none !important; }
</style>