전략편집기 팝업 기능 적용
This commit is contained in:
@@ -12,6 +12,21 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.se-page--modal {
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.se-btn--modal-close {
|
||||
font-size: 1.35rem;
|
||||
line-height: 1;
|
||||
color: var(--se-text-muted);
|
||||
}
|
||||
|
||||
.se-btn--modal-close:hover {
|
||||
color: var(--se-text);
|
||||
}
|
||||
|
||||
.se-save-toast {
|
||||
position: absolute;
|
||||
top: 56px;
|
||||
|
||||
Reference in New Issue
Block a user