Skip to content

Commit

Permalink
FIX #504
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmartyrk committed Dec 18, 2023
1 parent 110057a commit 9d8aaeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
padding: 16px;
gap: 8px;
position: relative;
transition: box-shadow 0.3s ease-in-out;

&:hover {
box-shadow: 0 0 8px 0 #727c84;
box-shadow: 0px 8px 20px 0px rgba(220, 231, 240, 0.30), 0px 12px 16px 0px rgba(50, 85, 112, 0.10);
}
@include mixins.mobile {
min-width: 280px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
padding: 16px;
gap: 8px;
position: relative;
transition: box-shadow 0.3s ease-in-out;

@include mixins.mobile {
width: 100%;
}

&:hover {
box-shadow: 0 0 8px 0 #727c84;
box-shadow: 0px 8px 20px 0px rgba(220, 231, 240, 0.30), 0px 12px 16px 0px rgba(50, 85, 112, 0.10);
}
.group_header {
display: flex;
Expand Down

0 comments on commit 9d8aaeb

Please sign in to comment.