Skip to content

Instantly share code, notes, and snippets.

@VincentLoy
Created April 29, 2019 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentLoy/60e85332452598b276e9f1162ed2f055 to your computer and use it in GitHub Desktop.
Save VincentLoy/60e85332452598b276e9f1162ed2f055 to your computer and use it in GitHub Desktop.
YACP Custom Countdown Theme CSS Example
/*
* Project : simply-countdown
* File : simplyCountdown.theme.custom
* Author : Your Name <your-mail[at]example.com>
*/
.simply-countdown-custom {
/* The countdown */
}
.simply-countdown-custom > .simply-section {
/* coutndown blocks */
}
.simply-countdown-custom > .simply-section > div {
/* countdown block inner div */
}
.simply-countdown-custom > .simply-section .simply-amount,
.simply-countdown-custom > .simply-section .simply-word {
/* amounts and words */
}
.simply-countdown-custom > .simply-section .simply-amount {
/* amounts */
}
.simply-countdown-custom > .simply-section .simply-word {
/* words */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment