[Autoflow] Add SCSS files

Merge in SCSS files and platform markup which supports
autoflow tabular views for WTD-611 into the open-source-friendly
master branch.
This commit is contained in:
Victor Woeltjen
2014-12-31 10:43:01 -08:00
parent 5414c4c2d0
commit 7db5c0692b
55 changed files with 4693 additions and 1935 deletions

View File

@@ -0,0 +1,5 @@
<!-- look at action-button for example -->
<span class="t-filter l-filter">
<input type="search" class="t-filter-input" ng-model="filter" placeholder="Filter..."/>
<a class="ui-symbol t-a-clear s-a-clear" ng-click="filter = null">x</a>
</span>