styling for input, toggle, color, select and button.

This commit is contained in:
Keegan
2016-01-18 15:47:36 -08:00
parent 08bff3ac4b
commit 04273ed8d5
34 changed files with 711 additions and 485 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
<label class="item">
<label class="item item-input">
<span class="label">{{{label}}}</span>
<span class="input">
<input
data-manipulator-target
type="text"
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
/>
</span>