lg_frontend/assets/styles/global.less

25 lines
460 B
Plaintext
Raw Normal View History

2024-02-28 14:50:04 +00:00
.visual-dialog {
.ant-modal-content {
background-color: #063367;
.ant-modal-header {
background-color: #063367;
color: #fff;
}
.ant-modal-close-x {
width: 68px * 1.5;
height: 68px * 1.5;
line-height: 130px;
font-size: 60px;
color: #fff;
}
.ant-modal-title {
font-size: 70px;
line-height: 68px * 1.5;
color: #fff;
}
.ant-modal-body {
padding: 36px;
}
}
}