Skip to content

Commit

Permalink
Portal App: Blog & Examples List => add a box shadow for list items #…
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Sep 16, 2024
1 parent 70f9733 commit c01e29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/scss/src/apps/portal/blog/List.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
transition: padding var(--portal-transition-duration) ease-out;

.neo-list-item {
box-shadow : 0 5px 10px rgba(0, 0, 0, 0.3);
cursor : default;
display : flex;
margin-left : auto;
Expand Down
1 change: 1 addition & 0 deletions resources/scss/src/apps/portal/examples/List.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
transition: padding var(--portal-transition-duration) ease-out;

.neo-list-item {
box-shadow : 0 5px 10px rgba(0, 0, 0, 0.3);
cursor : default;
display : flex;
max-width : 800px;
Expand Down

0 comments on commit c01e29f

Please sign in to comment.