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

Define what block style(s) want #8

Open
karmatosed opened this issue Feb 4, 2024 · 2 comments
Open

Define what block style(s) want #8

karmatosed opened this issue Feb 4, 2024 · 2 comments
Assignees

Comments

@karmatosed
Copy link
Collaborator

If we have the basic functionality we can add at least one. I will leave it with a stylesheet for now over inline but you can always also make it inline. We can talk about the options there later.

The first part of this task is knowing what block style you want as a demonstration of it to follow.

@kimcoleman
Copy link
Member

kimcoleman commented Feb 4, 2024

I think the block style we will use most is a "shadow card" style. I have something like this in another block theme currently:

https://gist.github.com/kimcoleman/ba889dd7b125375b8281866c80fa4bb3

.is-style-rounded-card-box { border: 1px solid #EFEFEF; border-radius: 7px; box-shadow: 2px 1px 12px rgba( 0, 0, 0, 0.05); overflow: hidden; }

@kimcoleman
Copy link
Member

Another idea coming to me - a sticky footer bar for CTA. Almost like a popover. Playing around on sites like: https://www.masterclass.com/

This could maybe be a pattern rather than a block style on the group block....

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