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