You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
871 B
41 lines
871 B
.bk-pagination {
|
|
.el-pagination {
|
|
.btn-prev,
|
|
.btn-next {
|
|
background: #19191a;
|
|
}
|
|
.el-pager {
|
|
.number,
|
|
.btn-quicknext {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 30px;
|
|
width: 30px;
|
|
margin: 0px 8px;
|
|
box-sizing: border-box;
|
|
background: #19191a;
|
|
border: 1px solid #ffffff;
|
|
border-radius: 5px;
|
|
color: #ffffff;
|
|
}
|
|
.is-active {
|
|
background: #8659ff;
|
|
border: 1px solid #8659ff;
|
|
}
|
|
}
|
|
.el-pagination__jump {
|
|
color: #ffffff;
|
|
}
|
|
.el-input__wrapper {
|
|
background: #19191a;
|
|
.el-input__inner {
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
.el-input__wrapper.is-focus {
|
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color))
|
|
inset;
|
|
}
|
|
}
|
|
}
|