Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card examples fix #1376

Merged
merged 25 commits into from Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
725bf7f
Changing card example
louismaximepiton Jun 28, 2022
bc7934b
Moving button to the card footer
louismaximepiton Jul 8, 2022
cadedac
Merge branch 'main' into main-lmp-card-examples-fix
julien-deramond Jul 15, 2022
8e4f312
Merge branch 'main' into main-lmp-card-examples-fix
julien-deramond Jul 15, 2022
1484bf9
Changing the doc to better fit design
louismaximepiton Jul 26, 2022
c6e227c
Merge branch 'main' into main-lmp-card-examples-fix
louismaximepiton Jul 26, 2022
01b7756
Merge branch 'main' into main-lmp-card-examples-fix
louismaximepiton Nov 9, 2022
7d3f581
Fixes
louismaximepiton Nov 10, 2022
6c7f67f
Merge branch 'main' into main-lmp-card-examples-fix
julien-deramond Nov 14, 2022
56dab98
Merge branch 'main' into main-lmp-card-examples-fix
julien-deramond Nov 30, 2022
764497a
fix(review)
louismaximepiton Nov 30, 2022
aa114d9
Handle most axe issues
louismaximepiton Nov 30, 2022
9dc542e
.
louismaximepiton Nov 30, 2022
23cd6bb
.
louismaximepiton Nov 30, 2022
b30fd52
Merge branch 'main' into main-lmp-card-examples-fix
julien-deramond Dec 1, 2022
8168632
Add Boosted mod + remove Markdown comment
julien-deramond Dec 1, 2022
39aa0df
Changes for card example
louismaximepiton Dec 5, 2022
68b3df3
Merge branch 'main' into main-lmp-card-examples-fix
julien-deramond Dec 7, 2022
163ddaf
Forgotten review
louismaximepiton Dec 7, 2022
36fd46a
Put extend before everything else in _card.scss
julien-deramond Dec 7, 2022
beab1e2
Proposals
louismaximepiton Dec 7, 2022
81b2d30
Merge branch 'main' into main-lmp-card-examples-fix
louismaximepiton Dec 7, 2022
a2ed1d2
.
louismaximepiton Dec 7, 2022
4f15656
Fix npm run docs
julien-deramond Dec 7, 2022
11ac6f2
Minor wording modification in migration note
julien-deramond Dec 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions scss/_card.scss
Expand Up @@ -84,8 +84,8 @@
}

.card-subtitle {
margin-top: calc(-.5 * var(--#{$prefix}card-title-spacer-y)); // stylelint-disable-line function-disallowed-list
margin-bottom: 0;
margin-top: 0; // Boosted mod
margin-bottom: var(--#{$prefix}card-title-spacer-y); // Boosted mod
}

.card-text:last-child {
Expand Down