Skip to content

Commit

Permalink
style: fix lint css
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed Dec 3, 2021
1 parent 74ec98f commit 72e5d6a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/components/controls/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,15 @@ export default {

<style lang="scss" scoped>
.pageNumberHolder {
padding: 1px 5px;
input {
border: solid 1px var(--clickable-text);
color: var(--clickable-text);
background-color: transparent;
width: 80px;
text-align: center;
}
padding: 1px 5px;
input {
border: solid 1px var(--clickable-text);
color: var(--clickable-text);
background-color: transparent;
width: 80px;
text-align: center;
}
}
.disabled {
Expand All @@ -182,7 +181,7 @@ export default {
float: right;
.btn-outline-info {
margin: 0px 3px;
margin: 0 3px;
color: var(--clickable-text);
border-color: var(--clickable-text);
}
Expand Down

0 comments on commit 72e5d6a

Please sign in to comment.