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

How can i change colors of the numbers and cards #28

Open
johnlandish opened this issue Oct 18, 2020 · 5 comments
Open

How can i change colors of the numbers and cards #28

johnlandish opened this issue Oct 18, 2020 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@johnlandish
Copy link

How can i change colors of the numbers and cards

@adamsmaka
Copy link

bump

@philipjkim
Copy link
Owner

Sorry for late reply. For now, it's impossible to customize colors of numbers and cards. I hope someone make a PR for this feature, or I'll work on this later. (but not to sure when I can start the work)

@philipjkim philipjkim added enhancement New feature or request question Further information is requested help wanted Extra attention is needed labels Sep 10, 2021
@philipjkim
Copy link
Owner

Related: #16 (comment)

@coskuncay
Copy link
Contributor

Hi @johnlandish , @adamsmaka and @philipjkim
I made same one for Vue 3.x with many props like flipAnimation,mainColor , labelColor etc. , you can use it.
https://github.com/coskuncayemre/vue3-flip-countdown

@gx-7
Copy link

gx-7 commented Nov 25, 2021

Hi @johnlandish,
You can still add the css class (.flip-card__*) in your component and change the colors of the number ('color') and cards ('background')
<style lang="scss"> .flip-card__top, .flip-card__bottom, .flip-card__back-bottom, .flip-card__back::before, .flip-card__back::after { color: #3f5086 !important; background: rgba(40, 29, 105, 0.897) !important; } </style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants