summaryrefslogtreecommitdiff
path: root/Varsity_Template/template/vendors/countdown/css/Countdown.css
blob: 38452a9510d753b630d350e4fd28a404eb1ac0d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
* Project : simply-countdown
* File : simplyCountdown.theme.custom
* Author : Your Name <YourMail@example.com>
*/

.simply-countdown {
    /* The countdown */
}
.simply-countdown > .simply-section {
    /* coutndown blocks */
}

.simply-countdown > .simply-section > div {
    /* countdown block inner div */
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
    /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
    /* amounts */
}

.simply-countdown > .simply-section .simply-word {
    /* words */
}