Skip to content

Commit

Permalink
Merge pull request #278 from City-of-Helsinki/UHF-7111-kasko-unified-…
Browse files Browse the repository at this point in the history
…cards

UHF-7111: Changed high school and vocational school to use unified ca…
  • Loading branch information
teroelonen authored Feb 3, 2023
2 parents f71875c + 2c2e533 commit 4457b13
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 122 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion public/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ example.gitignore
index.php
robots.txt
update.php
web.config
web.config
/autoload.php
2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/dist/css/styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ high-school-search:
js:
dist/js/high-school-search.min.js: { }
dependencies:
- hdbt/tabs
- core/drupal

high-school-mobile-menu:
Expand Down
22 changes: 21 additions & 1 deletion public/themes/custom/hdbt_subtheme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,6 @@ $card_spacing: $spacing-and-half;
margin-bottom: $spacing-quarter;
}
}

.unit-search__result--list {
display: flex;
flex-direction: column;
margin-bottom: 0;

// @TODO: Needs subtheme tpr-unit.html.twig updates from hdbt theme.
img {
height: auto;
width: 100%;
}

.image-placeholder {
$-placeholder-aspect-ratio: 3 / 2;
padding-bottom: aspect-ratio-padding($-placeholder-aspect-ratio);
}

@include breakpoint($breakpoint-s) {
flex-direction: row;
flex-wrap: wrap;
margin-left: -$card_spacing;
width: calc(100% + #{$card_spacing});
}
}
}

.unit-search--daycare-search {
Expand Down
Loading

0 comments on commit 4457b13

Please sign in to comment.