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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The styles for the card pattern (search variant) and BCL are not consistent #319

Open
msnassar opened this issue Mar 20, 2023 · 1 comment · Fixed by #322
Open

The styles for the card pattern (search variant) and BCL are not consistent #319

msnassar opened this issue Mar 20, 2023 · 1 comment · Fixed by #322
Labels
bug Something isn't working

Comments

@msnassar
Copy link
Contributor

msnassar commented Mar 20, 2023

It seems that the styles applied to the card pattern (search variant) is not aligned with the styles in the BCL.

Card pattern:

<div class="row">
<div class="col-md-3 col-lg-2 rounded mw-listing-img">
<div class="col-md-9 col-lg-10">
</div>

Font style: fs-4
No space between the image/date block and the title
https://digit-oesa.acc.fpfis.tech.ec.europa.eu/en/node/47
image


BCL:

<div class="row">
<div class="bcl-card-start-col mb-3 mb-lg-0 bcl-size-small">
<div class="col-12 col-md">
</div>

Font style: fs-5
image

I think the card pattern should be updated to align with BCL

@msnassar msnassar changed the title The styles for the card pattern (search variant) and BCL are not aligned The styles for the card pattern (search variant) and BCL are not consistent Mar 20, 2023
@tibi2303 tibi2303 added the bug Something isn't working label Mar 22, 2023
@msnassar
Copy link
Contributor Author

msnassar commented Jan 4, 2024

Hello @tibi2303 and @brummbar
After the update we still have no space between the image/date-block the the content
image

Here is our settings:

  • Card image hidden on mobile
  • Card to use grid classes

@msnassar msnassar reopened this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants