feat(countdown): add countdown page
This commit is contained in:
parent
1cdbe6ad13
commit
cea3b2f98b
7 changed files with 320 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ $background-secondary: #BFB78F;
|
|||
$secondary: #011F26;
|
||||
$tertiary: #A5A692;
|
||||
$accent: #F2A71B;
|
||||
$accent-dark: #A56F09;
|
||||
|
||||
.pagination-nav {
|
||||
margin-top: 1em;
|
||||
|
|
@ -33,6 +34,7 @@ $accent: #F2A71B;
|
|||
@import 'footer.scss';
|
||||
@import 'sections.scss';
|
||||
@import 'carousel.scss';
|
||||
@import 'countdown.scss';
|
||||
|
||||
// components
|
||||
@import 'tags.scss';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue