|
|
@@ -9,50 +9,50 @@
|
|
|
|
|
|
<ul>
|
|
|
<li>
|
|
|
- <label class="todo-list__label todo-list__label_checked">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled checked />
|
|
|
+ <label class="todo-list__label">
|
|
|
+ <input type="checkbox" disabled checked />
|
|
|
<span class="todo-list__label__description">2 eggs</span>
|
|
|
</label>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <label class="todo-list__label todo-list__label_checked">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled checked />
|
|
|
+ <label class="todo-list__label">
|
|
|
+ <input type="checkbox" disabled checked />
|
|
|
<span class="todo-list__label__description">2 cups all-purpose flour</span>
|
|
|
</label>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <label class="todo-list__label todo-list__label_checked">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled checked />
|
|
|
+ <label class="todo-list__label">
|
|
|
+ <input type="checkbox" disabled checked />
|
|
|
<span class="todo-list__label__description">1 3/4 cups milk</span>
|
|
|
</label>
|
|
|
</li>
|
|
|
<li>
|
|
|
<label class="todo-list__label">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled />
|
|
|
+ <input type="checkbox" disabled />
|
|
|
<span class="todo-list__label__description">1/2 cup vegetable oil</span>
|
|
|
</label>
|
|
|
</li>
|
|
|
<li>
|
|
|
<label class="todo-list__label">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled />
|
|
|
+ <input type="checkbox" disabled />
|
|
|
<span class="todo-list__label__description">1 tablespoon white sugar</span>
|
|
|
</label>
|
|
|
</li>
|
|
|
<li>
|
|
|
<label class="todo-list__label">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled />
|
|
|
+ <input type="checkbox" disabled />
|
|
|
<span class="todo-list__label__description">4 teaspoons baking powder</span>
|
|
|
</label>
|
|
|
</li>
|
|
|
<li>
|
|
|
<label class="todo-list__label">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled />
|
|
|
+ <input type="checkbox" disabled />
|
|
|
<span class="todo-list__label__description">1/4 teaspoon salt</span>
|
|
|
</label>
|
|
|
</li>
|
|
|
<li>
|
|
|
<label class="todo-list__label">
|
|
|
- <input class="todo-list__label__checkmark" type="checkbox" disabled />
|
|
|
+ <input type="checkbox" disabled />
|
|
|
<span class="todo-list__label__description">1/2 teaspoon vanilla extract</span>
|
|
|
</label>
|
|
|
</li>
|