uikit
Version:
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
54 lines (30 loc) • 1.13 kB
text/less
//
// Component: Countdown
//
// ========================================================================
// Variables
// ========================================================================
// Component
// ========================================================================
.hook-countdown() {}
// Item
// ========================================================================
.hook-countdown-item() {}
// Number
// ========================================================================
.hook-countdown-number() {}
// Separator
// ========================================================================
.hook-countdown-separator() {}
// Label
// ========================================================================
.hook-countdown-label() {}
// Miscellaneous
// ========================================================================
.hook-countdown-misc() {}
// Inverse
// ========================================================================
.hook-inverse-countdown-item() {}
.hook-inverse-countdown-number() {}
.hook-inverse-countdown-separator() {}
.hook-inverse-countdown-label() {}