Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
feat(shadow): add shadow to active item
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Sep 11, 2024
1 parent 7542751 commit 701c4e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,16 +355,17 @@ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm)::a
align-items: center;
cursor: pointer;
box-shadow: 0 0 20px -15px black;
border: 1px solid transparent;
}

.setting-item img {
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover;
border: 1px solid transparent;
}

.setting-item.active {
border: 1px solid #FF6100;
box-shadow: 0 0 20px -10px #FF6100;
}

0 comments on commit 701c4e1

Please sign in to comment.