Add floating-action object

This commit is contained in:
John Furrow
2015-11-14 19:26:55 -08:00
parent b6ecffa6ae
commit ce4ddcb937
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@
@import "objects/client-stats";
@import "objects/content";
@import "objects/dropdown";
@import "objects/floating-action";
@import "objects/sidebar";
@import "objects/modals";
@import "objects/progress-bar";
+1 -1
View File
@@ -99,7 +99,7 @@ $torrent--tertiary--foreground--stopped: rgba(#807f7e, 0.5);
$torrent--tertiary--foreground--selected: rgba(#fff, 0.9);
$torrent--tertiary--foreground--selected--stopped: rgba(#fff, 0.5);
$torrent--background--hover: #f4f5f5;
$torrent--background--hover: #f6f8fa;
$torrent--background--selected: $blue;
$progress-bar--background: #e3e5e5;