Skip to content

Commit

Permalink
fix(FEV-1358): style fixes for panel background and empty qna list
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Aug 15, 2022
1 parent 9b5b5f2 commit 67af68c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/kitchen-sink/kitchenSink.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ $background-color: rgba(33, 33, 33, 0.9);
color: #cccccc;
width: 100%;
height: 100%;

background-color: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(10px);
// TODO: remove once player fix the font
* {
font-family: sans-serif;
Expand Down Expand Up @@ -86,8 +87,9 @@ $background-color: rgba(33, 33, 33, 0.9);
max-width: 70%;
margin: 4px 0 8px 0;
background-size: contain;
display: contents;
svg {
width: 100%;
width: 50%;
}
}

Expand Down

0 comments on commit 67af68c

Please sign in to comment.