Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
520 B
26 lines
520 B
13 years ago
|
/* Timeline
|
||
|
* Dark
|
||
|
* Copyright 2012 Zach Wise
|
||
|
* Designed and built by Zach Wise digitalartwork.net
|
||
|
* ----------------------------------------------------- */
|
||
|
|
||
|
|
||
|
// CSS Reset
|
||
|
@import "reset.less";
|
||
|
|
||
|
// Core variables and mixins
|
||
|
@import "variables-dark.less";
|
||
|
@import "mixins.less";
|
||
|
@import "gfx-dark.less";
|
||
|
|
||
|
// Grid system and page structure
|
||
|
@import "structure.less";
|
||
|
|
||
|
// Typography
|
||
|
@import "type.less";
|
||
|
|
||
|
// Elements
|
||
|
@import "elements.less"; // UI Elements etc
|
||
|
|
||
|
// Grid system and page structure
|
||
|
@import "tooltip.less";
|