Identity dashboard's style should be customizable

Every scss files added to Horizon via plugin mechanism should
make itself customizable.

Partially-Implements: blueprint angularize-identity-tables
Change-Id: I948c85d54aa316d0d6dbbd4a32d9810f735aa8e7
This commit is contained in:
Shaoquan Chen 2015-07-10 13:47:27 -07:00
parent 82941cc6cc
commit d10bb815c0

View File

@ -1,3 +1,9 @@
// Custom Theme Variables
@import "/custom/variables";
@import "/dashboard/scss/variables";
@import "users/users";
@import "projects/projects";
// Custom Style Variables
@import "/custom/styles";