diff options
Diffstat (limited to 'usecaseui-portal/src/styles.less')
-rw-r--r-- | usecaseui-portal/src/styles.less | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 4d3b7540..2dfe224d 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -56,7 +56,7 @@ nz-table { } } .ant-pagination-item.ant-pagination-item-active { - background: linear-gradient(270deg, rgba(63, 156, 255, 1) 0%, rgba(98, 193, 246, 1) 100%); + background: #0DA9E2; border: none; border-radius: 2px; a { @@ -142,7 +142,7 @@ nz-pagination { } } .ant-pagination-item.ant-pagination-item-active { - background: linear-gradient(270deg, rgba(63, 156, 255, 1) 0%, rgba(98, 193, 246, 1) 100%); + background: #0DA9E2; border-radius: 2px; border: none; a { @@ -344,7 +344,8 @@ nz-modal { } } button:nth-child(2){ - background:linear-gradient(310deg,rgba(30,158,255,1) 0%,rgba(99,200,255,1) 100%); + //background: linear-gradient(310deg, rgba(30, 158, 255, 1) 0%, rgba(99, 200, 255, 1) 100%); + background:#0DA9E2; box-shadow:0px 0px 2px 0px rgba(14,90,218,1); border-radius:2px; margin-left: 20px; @@ -355,7 +356,8 @@ nz-modal { } } button:nth-child(2):hover { - background: linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important; + background:#09C6E2; + //background: linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important; } } } |