[Frontend] Themes added to Timelines

open #208
Espresso and Snow now supported; bulk of
work done except for minor cleanups, like zoom
buttons; Dragging not working currently in Timelines;
This commit is contained in:
Charles Hacskaylo
2015-11-20 15:23:08 -08:00
parent de59f191b8
commit fc53dbd8a4
16 changed files with 1104 additions and 371 deletions

View File

@@ -1,4 +1,4 @@
@mixin containerSubtle($bg: $colorBodyBg, $fg: $colorBodyFg) {
@mixin containerSubtle($bg: $colorBodyBg, $fg: $colorBodyFg, $hover: false) {
@include containerBase($bg, $fg);
@include boxShdw($shdwBtns);
}