Initial commit
This commit is contained in:
@@ -979,6 +979,8 @@
|
||||
border-right: 1px solid #062850;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
background: #081229;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1485,4 +1487,27 @@
|
||||
|
||||
.ant-divider {
|
||||
border-block-start: 1px solid rgb(255 255 255 / 17%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ant-pagination {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
width: 100%;
|
||||
|
||||
.ant-pagination-disabled .ant-pagination-item-link,
|
||||
.ant-pagination-disabled:hover .ant-pagination-item-link,
|
||||
.ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination-next .ant-pagination-item-link,
|
||||
&.ant-pagination-mini .ant-pagination-total-text,
|
||||
&.ant-pagination-mini .ant-pagination-simple-pager {
|
||||
color: rgb(255 255 255 / 95%);
|
||||
}
|
||||
|
||||
&.ant-pagination-simple .ant-pagination-simple-pager input {
|
||||
background-color: transparent;
|
||||
border: 1px solid #0f4a7c;
|
||||
color: #eee;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user