Skip to content

Commit

Permalink
Add styling for OpeningHoursSkeleton
Browse files Browse the repository at this point in the history
DDFFORM-417
  • Loading branch information
LasseStaus committed Apr 3, 2024
1 parent e1d0e15 commit 4ff6f03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
@import "./src/stories/Library/material-grid/material-grid";
@import "./src/stories/Library/error-message/error-message";
@import "./src/stories/Library/opening-hours/opening-hours";
@import "./src/stories/Library/opening-hours/opening-hours-skeleton";

// Autosuggest block styling needs to be loaded before the rest of the scss for autosuggest
@import "./src/stories/Blocks/autosuggest/autosuggest";
Expand Down
13 changes: 13 additions & 0 deletions src/stories/Library/opening-hours/opening-hours-skeleton.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.opening-hours {
.ssc-line {
height: $s-xl;
}
.ssc-line--odd {
opacity: 0.5;
}
.ssc-line-headline {
height: 26px;
margin-bottom: $s-md;
width: 100px;
}
}

0 comments on commit 4ff6f03

Please sign in to comment.