🚨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; border-top: 1px solid #000;
width: 100%; width: 100%;
transition: all .17s ease-in-out; transition: all .17s ease-in-out;
z-index: 999; z-index: 99;
&.active{ &.active{
top: calc(92.8px + 50px); top: calc(92.8px + 50px);
} }

View File

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