Skip to content

Commit

Permalink
add cursor pointer for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikJaiswal75 committed Jun 16, 2023
1 parent 883ae79 commit e903072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Dashboard/Dashboard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $color-black: #000;
background-color: $color-blue;
border: none;
padding: 12px 60px;
cursor: pointer;
}

.btnDisabled {
Expand All @@ -38,6 +39,7 @@ $color-black: #000;
background-color: $color-disabled;
border: none;
padding: 12px 60px;
cursor: pointer;
}

@media only screen and (max-width: 520px) {
Expand Down

0 comments on commit e903072

Please sign in to comment.