Skip to content

Commit

Permalink
increase size of load all completed tasks button
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Sep 13, 2021
1 parent 27e59ec commit 57f6618
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/components/DeleteCompletedModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,15 @@ export default {

<style lang="scss" scoped>
.loadmore {
font-size: 11px;
margin-top: 10px;
text-align: center;
height: 21px;
top: 10px;
position: relative;

span {
color: var(--color-text-lighter);
background-color: var(--color-main-background);
border-radius: var(--border-radius-pill);
padding: 3px 6px;
padding: 10px;

&:hover {
cursor: pointer;
Expand Down
7 changes: 3 additions & 4 deletions src/components/LoadCompletedButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,15 @@ export default {

<style lang="scss" scoped>
.loadmore {
font-size: 11px;
margin-top: 10px;
text-align: center;
height: 21px;
top: 10px;
position: relative;

span {
color: var(--color-text-lighter);
background-color: var(--color-main-background);
border-radius: var(--border-radius-pill);
padding: 3px 6px;
padding: 10px;

&:hover {
cursor: pointer;
Expand Down

0 comments on commit 57f6618

Please sign in to comment.