diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 6c0273f5f4b742ce07bff6680bcfa290939968f6..e59c8d6ee81245bb516470e4cc15ffb70956c071 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -229,4 +229,35 @@ body[data-theme='red'] { } } + .ant-pagination{ + .ant-pagination-item-link { + border-radius: 20px; + &:hover { + border-color: $linx-red-theme; + } + } + .ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{ + border-radius: 20px; + &:hover{ + border-color: $linx-red-theme; + } + a{ + &:hover{ + color: $linx-red-theme; + } + } + } + .ant-pagination-item-active{ + border-color: $linx-red-theme; + a{ + color: $linx-red-theme; + } + } + .ant-select-selection { + border-radius: 20px; + &:hover{ + border-color: $linx-red-theme; + } + } + } }