Skip to content

Commit

Permalink
💄 fix buttons cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Jul 14, 2024
1 parent 2cb3331 commit 8dde30f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles/components/_multiple_choice_options.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

.challenge .multiple-choice-options {
align-self: center;
border: 1px solid #ccc;
border-radius: 10px;
padding: 1em;
text-align: left;
border: 1px solid #007bff;
box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.1);
box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1);
scale: 0.9;

.multiple-choice-option {
Expand All @@ -19,6 +18,12 @@
transition: background-color 0.3s ease;
cursor: pointer;
user-select: none;

label {
display: block;
width: 100%;
cursor: pointer;
}
}

.multiple-choice-option:hover {
Expand Down

0 comments on commit 8dde30f

Please sign in to comment.