[1218] WINDOW를 이동할 때 잡는 영역

This commit is contained in:
ysCha 2025-07-29 16:49:06 +09:00
parent 718fbc16fa
commit 2b956bbc3b

View File

@ -150,7 +150,7 @@ $alert-color: #101010;
position: absolute;
top: 0;
left: 0;
width: 5px;
width: 15px;
height: 100%;
background-color: #000;
cursor: pointer;
@ -159,7 +159,7 @@ $alert-color: #101010;
position: absolute;
top: 0;
right: 0;
width: 5px;
width: 15px;
height: 100%;
background-color: #000;
cursor: pointer;
@ -235,7 +235,7 @@ $alert-color: #101010;
.modal-foot{
display: block;
width: 100%;
padding: 5px 0;
padding: 15px 0;
background-color: #000;
cursor: pointer;
}
@ -344,7 +344,7 @@ $alert-color: #101010;
top: 50%;
right: 0;
transform: translateY(-50%);
}
}
.input-grid{
@ -646,7 +646,7 @@ $alert-color: #101010;
.outline-wrap{
padding: 24px 0;
border-top: 1px solid #424242;
.outline-inner{
display: flex;
align-items: center;
@ -666,7 +666,7 @@ $alert-color: #101010;
.outline-form{
display: flex;
align-items: center;
span{
width: 60px;
flex: none;
@ -1311,7 +1311,7 @@ $alert-color: #101010;
width: 200px;
height: 200px;
border-radius: 50%;
.circle {
position: absolute;
width: 10px;
@ -1760,7 +1760,7 @@ $alert-color: #101010;
&::-webkit-scrollbar {
width: 2px;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #fff;
@ -1771,7 +1771,7 @@ $alert-color: #101010;
}
}
}
}
}
}
}
@ -1945,7 +1945,7 @@ $alert-color: #101010;
min-height: 80px;
background-color: #fff;
}
}
// 치수선 설정
@ -2232,11 +2232,11 @@ $alert-color: #101010;
padding-left: 0;
padding-bottom: 5px;
}
}
}
}
}
}
}
}
}
}
.keraba-flex{
display: flex;
align-items: center;
@ -2321,7 +2321,7 @@ $alert-color: #101010;
flex-direction: column;
flex: 1;
}
.compas-table-box{
background-color: #3D3D3D;