@import "../plugins/theme-variables.scss";
@import "~element-ui/packages/theme-chalk/src/mixins/mixins";
@import "~element-ui/packages/theme-chalk/src/mixins/utils";
@import "~element-ui/packages/theme-chalk/src/pagination";

/* ---- jellies overrides (migrated from SFC; ships in theme/X.css) ---- */
.el-pagination {
  font-weight: 500 !important;
}
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li {
  background: white !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #41B146 !important;
}
