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

Shortcodes: avoid hard coded styling #1417

Open
3 tasks
deining opened this issue Feb 14, 2023 · 2 comments
Open
3 tasks

Shortcodes: avoid hard coded styling #1417

deining opened this issue Feb 14, 2023 · 2 comments

Comments

@deining
Copy link
Collaborator

deining commented Feb 14, 2023

Currently shortcodes contain hard coded styling, which is against good practice.
Affected shortcodes:

  • card
  • imgproc
  • ...

These shortcodes need to be reworked so that styling is applied via scss.

Originally posted by @chalin in #1376 (comment)

I'd suggest adding custom styling through `cards-pace.scss`;
avoid the `border` class here, and even consider moving
the `me-4` into, say, `.td-card.card`.
@chalin
Copy link
Collaborator

chalin commented Feb 14, 2023

@chalin
Copy link
Collaborator

chalin commented Feb 14, 2023

(Might be an idea to fold this issue into #783)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants