|
|
|
@ -80,9 +80,34 @@
|
|
|
|
|
.ant-calendar-picker-icon {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-month-panel {
|
|
|
|
|
box-shadow: 0px 0px 10px 0px #3373CC !important;
|
|
|
|
|
border-radius: 2px !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-month-panel-header {
|
|
|
|
|
background: #08182F !important;
|
|
|
|
|
border-bottom: 0.0625rem solid #3373CC !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-month-panel-tbody {
|
|
|
|
|
background: #08182F !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-month-panel-month {
|
|
|
|
|
color: #41D4FF !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
|
|
|
|
|
background: linear-gradient(180deg, #00498C 0%, #002343 100%)!important;
|
|
|
|
|
border-radius: 2px!important;
|
|
|
|
|
border: 1px solid #1EC8FA!important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month, .ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
|
|
|
|
|
background: #00498C !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-calendar-month-panel-year-select-content {
|
|
|
|
|
color: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-table-thead > tr > th {
|
|
|
|
|
background: #0c203b !important;
|
|
|
|
|
color: #3373CC !important;
|
|
|
|
|
background: #14335D !important;
|
|
|
|
|
color: #45B5F4 !important;
|
|
|
|
|
border-style: none !important;
|
|
|
|
|
position:sticky !important;
|
|
|
|
|
top: 0 !important;
|
|
|
|
@ -317,6 +342,31 @@ li.ant-calendar-time-picker-select-option-selected {
|
|
|
|
|
.ant-modal-body {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-close-x {
|
|
|
|
|
color: #3373CC !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-item {
|
|
|
|
|
color: #63AECC !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-item > a {
|
|
|
|
|
color: #63AECC !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-dark {
|
|
|
|
|
color: #63AECC !important;
|
|
|
|
|
background: #0F2A4D !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-submenu-title {
|
|
|
|
|
color: #63AECC !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-item-selected {
|
|
|
|
|
background: #0088C9 !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-item-selected > a {
|
|
|
|
|
color: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
|
|
|
background: #091B32 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-tabs-card > .ant-tabs-content > .ant-tabs-tabpane {
|
|
|
|
|
background: rgb(26, 38, 65) !important;
|
|
|
|
@ -350,10 +400,40 @@ li.ant-calendar-time-picker-select-option-selected {
|
|
|
|
|
width: 400px !important;
|
|
|
|
|
color: #D8D8D8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-descriptions-row > td {
|
|
|
|
|
background: #1B4163 !important;
|
|
|
|
|
border-color: #63AECC !important;
|
|
|
|
|
width: 400px !important;
|
|
|
|
|
color: #63AECC;
|
|
|
|
|
color: #63AECC !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-drawer-content {
|
|
|
|
|
background-color: #08182F!important;
|
|
|
|
|
border-radius: 2px!important;
|
|
|
|
|
border: 1px solid #3373CC!important;
|
|
|
|
|
.ant-drawer-header {
|
|
|
|
|
background-color: #08182F !important;
|
|
|
|
|
border-bottom: 0.0625rem solid #3373CC !important;
|
|
|
|
|
.ant-drawer-title {
|
|
|
|
|
color: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-drawer-close {
|
|
|
|
|
color: #3373CC !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-anchor-wrapper {
|
|
|
|
|
background-color: #08182F!important;
|
|
|
|
|
.ant-anchor-link-title {
|
|
|
|
|
color: #45B5F4;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-anchor-ink::before {
|
|
|
|
|
background-color: #45B5F4 !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-anchor-ink-ball {
|
|
|
|
|
background-color: #45B5F4 !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-anchor-link-active > .ant-anchor-link-title {
|
|
|
|
|
color: #3373CC !important;
|
|
|
|
|
}
|