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
+5 -1
View File
@@ -1,4 +1,4 @@
<label class="item">
<label class="item item-toggle">
<span class="label">{{{label}}}</span>
<span class="input">
<input
@@ -6,5 +6,9 @@
type="checkbox"
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
/>
<span class="graphic">
<span class="slide"></span>
<span class="marker"></span>
</span>
</span>
</label>