Skip to content

Commit

Permalink
IBX-4343: PB timeline grey backdrop (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Feb 24, 2023
1 parent 16bcd73 commit c326344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_backdrop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
right: 0;
bottom: 0;
background-color: rgba($ibexa-color-dark, 0.4);

&--transparent {
background-color: transparent;
}
}

0 comments on commit c326344

Please sign in to comment.