dev #87

Merged
ysCha merged 6 commits from dev into dev-deploy 2025-05-30 17:30:40 +09:00
3 changed files with 19 additions and 0 deletions
Showing only changes of commit 022125759f - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -2457,3 +2457,22 @@ $alert-color: #101010;
}
}
}
// 2025-05-30 지붕 모듈
.roof-warning-img-wrap{
display: flex;
align-items: center;
gap: 15px;
justify-content: center;
}
.roof-content-tab-wrap{
display: flex;
padding-top: 10px;
}
.hide-tab-contents{
&.hide{
height: 0;
overflow: hidden;
}
}