frc-ui
Version:
React Web UI
44 lines (43 loc) • 888 B
text/less
.swc-modal-wrap {
.ant-modal {
&-header {
padding: 4px 10px 3px;
height: 30px;
line-height: 30px;
background: #193d37;
}
&-content {
background-color: #0a0f0e;
border: 1px solid #193d37;
}
&-body {
position: relative;
padding: 0;
}
&-footer {
padding: 0 10px 10px;
border: none;
.swc-modal-cancel {
color: #ffebc8 ;
background: #4a4d4c ;
border-color: #4a4d4c ;
&:hover,
&:focus {
background: #8f9598 ;
border-color: #8f9598 ;
}
&:active {
background: #303231 ;
border-color: #303231 ;
}
}
}
&-close {
&-x {
width: 30px;
height: 30px;
line-height: 30px;
}
}
}
}