Skip to content

Commit

Permalink
Add css for Player
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Nov 26, 2024
1 parent eafc8ad commit 5fda290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
@import "./src/stories/Library/simple-link/simple-link";
@import "./src/stories/Library/search-full-text/search-full-text";
@import "./src/stories/empty-view/empty-view";
@import "./src/stories/Library/player/player";

// Autosuggest block styling needs to be loaded before the rest of the scss for autosuggest
@import "./src/stories/Blocks/autosuggest/autosuggest";
Expand Down
4 changes: 4 additions & 0 deletions src/stories/Library/player/player.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.player {
height: 250px;
width: 100%;
}

0 comments on commit 5fda290

Please sign in to comment.