커스텀 css 수정
This commit is contained in:
parent
7d70aef38d
commit
ae9c8735b1
@ -702,6 +702,16 @@
|
|||||||
|
|
||||||
/* BoardComment end */
|
/* BoardComment end */
|
||||||
|
|
||||||
|
/* vote */
|
||||||
|
.hidden-date-input {
|
||||||
|
position: absolute;
|
||||||
|
top: 28.5%;
|
||||||
|
left: 17%;
|
||||||
|
width: 100%;
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* 권한부여 */
|
/* 권한부여 */
|
||||||
.user-card-container {
|
.user-card-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -235,12 +235,4 @@ const goList = () => {
|
|||||||
.item-input {
|
.item-input {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
.hidden-date-input {
|
|
||||||
position: absolute;
|
|
||||||
top: 28.5%;
|
|
||||||
left: 17%;
|
|
||||||
width: 100%;
|
|
||||||
opacity: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user