add docs for responsive offset #234

This commit is contained in:
Marcos Moura 2016-12-26 13:25:34 -02:00
parent aef7021375
commit 8e6182b065

View file

@ -120,6 +120,12 @@
<md-table-cell><code>Number</code></md-table-cell>
<md-table-cell>Create a empty space before the actual child. Accepts the same value of <code>md-flex</code> Example: <code>md-flex-offset="50"</code></md-table-cell>
</md-table-row>
<md-table-row>
<md-table-cell>md-flex-offset-{type}</md-table-cell>
<md-table-cell><code>Number</code></md-table-cell>
<md-table-cell>Create a empty space before the actual child on screen sizes less than or equal to given breakpoint. Example: <code>md-flex-offset-small="20"</code></md-table-cell>
</md-table-row>
</md-table-body>
</md-table>
</api-table>