Skip to content

Commit

Permalink
Merge pull request #791 from danskernesdigitalebibliotek/DDFBRA-184-a…
Browse files Browse the repository at this point in the history
…nonymous-and-logged-in-user-can-try-audiobook

DDFBRA-183 - Add css for `Player`
  • Loading branch information
kasperbirch1 authored Dec 13, 2024
2 parents 6ec4a32 + 5051d89 commit 015c1cc
Show file tree
Hide file tree
Showing 3 changed files with 10 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
5 changes: 5 additions & 0 deletions src/stories/Library/Modals/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
padding: 0;
}

.modal--center {
justify-content: center;
align-items: center;
}

.modal-btn-close {
background-color: $color__global-primary;
position: fixed;
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 015c1cc

Please sign in to comment.