123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- #app {
- height: 100%;
- }
- .ant-space {
- width: 100%;
- }
- .ant-layout-sider-zero-width-trigger {
- display: none;
- }
- .ant-card {
- border-radius: 30px;
- }
- .ant-card-hoverable {
- cursor: auto;
- }
- .ant-card+.ant-card {
- margin-top: 20px;
- }
- .drawer-handle {
- position: absolute;
- top: 72px;
- width: 41px;
- height: 40px;
- cursor: pointer;
- z-index: 0;
- text-align: center;
- line-height: 40px;
- font-size: 16px;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #fff;
- right: -40px;
- box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
- border-radius: 0 4px 4px 0;
- }
- @media (min-width: 769px) {
- .drawer-handle {
- display: none;
- }
- }
- .fade-in-enter, .fade-in-leave-active, .fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active, .fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active {
- opacity: 0
- }
- .fade-in-linear-enter-active, .fade-in-linear-leave-active {
- -webkit-transition: opacity .2s linear;
- transition: opacity .2s linear
- }
- .fade-in-linear-enter-active, .fade-in-linear-leave-active {
- -webkit-transition: opacity .2s linear;
- transition: opacity .2s linear
- }
- .fade-in-enter-active, .fade-in-leave-active {
- -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
- transition: all .3s cubic-bezier(.55, 0, .1, 1)
- }
- .zoom-in-center-enter-active, .zoom-in-center-leave-active {
- -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
- transition: all .3s cubic-bezier(.55, 0, .1, 1)
- }
- .zoom-in-center-enter, .zoom-in-center-leave-active {
- opacity: 0;
- -webkit-transform: scaleX(0);
- transform: scaleX(0)
- }
- .zoom-in-top-enter-active, .zoom-in-top-leave-active {
- opacity: 1;
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
- transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- -webkit-transform-origin: center top;
- transform-origin: center top
- }
- .zoom-in-top-enter, .zoom-in-top-leave-active {
- opacity: 0;
- -webkit-transform: scaleY(0);
- transform: scaleY(0)
- }
- .zoom-in-bottom-enter-active, .zoom-in-bottom-leave-active {
- opacity: 1;
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
- transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom
- }
- .zoom-in-bottom-enter, .zoom-in-bottom-leave-active {
- opacity: 0;
- -webkit-transform: scaleY(0);
- transform: scaleY(0)
- }
- .zoom-in-left-enter-active, .zoom-in-left-leave-active {
- opacity: 1;
- -webkit-transform: scale(1, 1);
- transform: scale(1, 1);
- -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
- transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
- -webkit-transform-origin: top left;
- transform-origin: top left
- }
- .zoom-in-left-enter, .zoom-in-left-leave-active {
- opacity: 0;
- -webkit-transform: scale(.45, .45);
- transform: scale(.45, .45)
- }
- .list-enter-active, .list-leave-active {
- -webkit-transition: all .3s;
- transition: all .3s
- }
- .list-enter, .list-leave-active {
- opacity: 0;
- -webkit-transform: translateY(-30px);
- transform: translateY(-30px)
- }
- .ant-progress-inner {
- background-color: #EBEEF5;
- }
- .deactive-client .ant-collapse-header{
- color:rgb(255, 255, 255) !important;
- background-color: rgb(255, 127, 127);
- }
- .ant-table-tbody>tr>td,
- .ant-table-thead>tr>th{
- padding:16px;
- }
- .ant-card-dark {
- color: hsla(0,0%,100%,.65);
- background-color: #1a212a;
- border-color:rgba(0,0,0,.09);
- }
- .ant-card-dark:hover {
- border-color: #e8e8e8;
- }
- .ant-card-dark .ant-table-thead th {
- color: hsla(0,0%,100%,.65);
- background-color: #161b22;
- }
- .ant-card-dark .ant-table-tbody tr td,
- .ant-card-dark .ant-modal-title {
- color: hsla(0,0%,100%,.65);
- }
- .ant-card-dark .ant-collapse-content,
- .ant-card-dark .ant-calendar,
- .ant-card-dark .ant-table-placeholder {
- color: hsla(0,0%,100%,.65);
- background-color: #1a212a;
- }
- .ant-card-dark .ant-list-item-meta-title,
- .ant-card-dark .ant-list-item-meta-description,
- .ant-card-dark .ant-form-item-label>label,
- .ant-card-dark .ant-form-item,
- .ant-card-dark .ant-divider-inner-text,
- .ant-card-dark .ant-modal-confirm-content,
- .ant-card-dark .ant-modal-confirm-title,
- .ant-card-dark .ant-progress-text,
- .ant-card-dark .ant-modal-close,
- .ant-card-dark i,
- .ant-card-dark .ant-select-dropdown-menu-item,
- .ant-card-dark .ant-calendar-month-select,
- .ant-card-dark .ant-calendar-year-select,
- .ant-card-dark .ant-calendar-date,
- .ant-card-dark .ant-collapse>.ant-collapse-item>.ant-collapse-header,
- .ant-card-dark .ant-empty-normal {
- color: hsla(0,0%,100%,.65);
- }
- .ant-card-dark .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,
- .ant-card-dark .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
- .ant-card-dark .ant-calendar-date:hover {
- background-color: #004488;
- }
- .ant-card-dark tbody .ant-table-expanded-row {
- color: hsla(0,0%,100%,.65);
- background-color: #023366;
- }
- .ant-card-dark .ant-input,
- .ant-card-dark .ant-input-number,
- .ant-card-dark .ant-calendar-input,
- .ant-card-dark .ant-select-dropdown-menu-item-selected,
- .ant-card-dark .ant-select-selection {
- color: hsla(0,0%,100%,.65);
- background-color: #023366;
- }
- .ant-card-dark .ant-collapse-item {
- color: hsla(0,0%,100%,.65);
- background-color: #161b22;
- }
- .ant-card-dark .ant-modal-content,
- .ant-card-dark .ant-modal-body,
- .ant-card-dark .ant-modal-header,
- .ant-card-dark .ant-calendar-selected-day .ant-calendar-date {
- color: hsla(0,0%,100%,.65);
- background-color: #242c3a;
- }
- .client-table-header {
- background-color: #f0f2f5;
- }
- .client-table-odd-row {
- background-color: #fafafa;
- }
- .ant-card-dark .client-table-header {
- background-color: #023366;
- color: hsla(0,0%,100%,.65);
- }
- .ant-card-dark .client-table-odd-row {
- color: hsla(0,0%,100%,.65);
- background-color: #242c3a;
- }
- .ant-card-dark .ant-calendar-last-month-cell .ant-calendar-date,
- .ant-card-dark .ant-calendar-next-month-btn-day .ant-calendar-date {
- color: hsla(0,0%,100%,.30);
- }
- .ant-drawer-dark {
- color: hsla(0,0%,100%,.65);
- }
- .ant-drawer-dark .ant-drawer-wrapper-body,
- .ant-drawer-dark .drawer-handle {
- background-color: #1a212a;
- border: 1px solid hsla(0,0%,100%,.30);
- }
|