no click 클래스 추가

This commit is contained in:
김창수 2024-10-28 13:32:53 +09:00
parent 407db8ce00
commit 501323a5b2

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;}