🚨chore: Sync Sass

This commit is contained in:
minsik 2024-10-28 13:35:23 +09:00
parent d834e68b23
commit 6a979fefc9
2 changed files with 5 additions and 1 deletions

View File

@ -329,7 +329,7 @@
border-top: 1px solid #000;
width: 100%;
transition: all .17s ease-in-out;
z-index: 999;
z-index: 99;
&.active{
top: calc(92.8px + 50px);
}

View File

@ -130,6 +130,10 @@ button{
font-family: 'Pretendard', sans-serif !important;
}
.no-click{
cursor: no-drop !important;
}
// margin
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}