39 lines
524 B
Plaintext
39 lines
524 B
Plaintext
.fullscreen-modal {
|
|
overflow: hidden;
|
|
|
|
.ant-modal {
|
|
top: 0 !important;
|
|
right: 0 !important;
|
|
bottom: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
height: 100%;
|
|
|
|
&-content {
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ant-modal {
|
|
width: 520px;
|
|
padding-bottom: 0;
|
|
|
|
&-title {
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
|
|
.base-title {
|
|
cursor: move !important;
|
|
}
|
|
}
|
|
|
|
|
|
&-close-x {
|
|
display: inline-block;
|
|
width: 96px;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
}
|
|
}
|