Files
MuHua-Core/Assets/UI Toolkit/UIDocument/DesignPage/DesignPage.uss
T
2024-11-08 18:15:06 +08:00

15 lines
372 B
Plaintext

.dp-component {
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 2px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-left-color: rgb(0, 0, 0);
border-right-color: rgb(0, 0, 0);
border-top-color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
}