Skip to content

Commit

Permalink
Merge pull request #883 from thecalcc/boxed-list-item
Browse files Browse the repository at this point in the history
Boxed list item
  • Loading branch information
fritzSF authored Oct 15, 2024
2 parents 1b2654f + e3dedbb commit 6d0fd0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/styles/_boxed-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $boxed-list-palette: $sd-basic-palette;
background-color: var(--sd-item__main-Bg);
box-shadow: $shadow__base--z1;
transition: all 0.2s ease-in-out;
flex-shrink: 0;

@each $name, $color in $boxed-list-palette {
&.boxed-list__item--#{$name} {
Expand Down Expand Up @@ -240,6 +241,6 @@ $boxed-list-palette: $sd-basic-palette;
.boxed-list__item-content {
justify-content: center;
}

}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-ui-framework",
"version": "3.1.22",
"version": "3.1.23",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6d0fd0b

Please sign in to comment.