Skip to content

Commit

Permalink
move block styles to existing _widgets.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Mar 26, 2024
1 parent b5e21f6 commit 9f034ec
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
28 changes: 0 additions & 28 deletions src/scss/_blocks.scss

This file was deleted.

29 changes: 29 additions & 0 deletions src/scss/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,33 @@ a.link-tile {
width: 80vw;
height: 80vh;
}
}

.intro {
font-size: $fs-even-bigger;
border-left: 4px solid $cl-gray;
padding-left: 1em;
font-weight: 500;
line-height: 1.55;
}

.orientation, .storystep {
padding: 1.2em;
background: $cl-lightest-gray;

> :first-child {
margin-top: 0;
}

> :last-child {
margin-bottom: 0;
}
}

.orientation {
margin: 1em 0;
}

.storystep {
margin: 2em 0;
}
1 change: 0 additions & 1 deletion src/scss/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@import 'fonts';
@import 'svg-icons';
@import 'base-element-styles';
@import 'blocks';

// @import 'debug';

Expand Down

0 comments on commit 9f034ec

Please sign in to comment.