This commit is contained in:
InesSuess
2019-01-29 19:46:51 +01:00
parent 9141c17e4d
commit 05568120bf
3 changed files with 94 additions and 24 deletions

View File

@ -42,10 +42,14 @@
<!-- detail card -->
<div class="row justify-content-center ">
<div class="card border-light mb-3 detailcardausgabe" style="width: 50rem;">
<div class="card border-light mb-3 detailcardausgabe shadow-sm" style="width: 50rem;">
<div class="card-header"></div>
<div class="card-body text-dark gruppeninhalt"></div>
<div class="card-body text-dark">
<div class="row justify-content-center gruppeninhalt">
</div>
</div>
</div>
</div>
@ -85,25 +89,25 @@
<input type="radio" name="color" id="farbe6" value="2196F3" />
<label for="farbe6"><span class="farbe6"></span></label>
<!-- <br>
<br>
<input type="radio" name="color" id="violet" value="violet" />
<label for="violet"><span class="violet"></span></label>
<input type="radio" name="color" id="farbe7" value="03a9f4" />
<label for="farbe7"><span class="farbe7"></span></label>
<input type="radio" name="color" id="purple" value="purple" />
<label for="purple"><span class="purple"></span></label>
<input type="radio" name="color" id="farbe8" value="00bcd4" />
<label for="farbe8"><span class="farbe8"></span></label>
<input type="radio" name="color" id="pink" value="pink" />
<label for="pink"><span class="pink"></span></label>
<input type="radio" name="color" id="farbe9" value="009688" />
<label for="farbe9"><span class="farbe9"></span></label>
<input type="radio" name="color" id="blue" value="blue" />
<label for="blue"><span class="blue"></span></label>
<input type="radio" name="color" id="farbe10" value="4caf50" />
<label for="farbe10"><span class="farbe10"></span></label>
<input type="radio" name="color" id="violet" value="violet" />
<label for="violet"><span class="violet"></span></label>
<input type="radio" name="color" id="farbe11" value="8bc34a" />
<label for="farbe11"><span class="farbe11"></span></label>
<input type="radio" name="color" id="purple" value="purple" />
<label for="purple"><span class="purple"></span></label> -->
<input type="radio" name="color" id="farbe12" value="cddc39" />
<label for="farbe12"><span class="farbe12"></span></label>
</div>
</div>
@ -168,6 +172,51 @@
<label for="exampleInputPassword1">Beschreibung</label>
<input type="text" class="form-control" id="einkaufslistenbeschreibung" placeholder="zB: Großeinkauf bei Billa">
</div>
<div class="form-group layout">
<label for="exampleInputPassword1">Farbe</label>
<div class="farbeeen">
<input type="radio" name="color" id="farbe1" value="F44336" />
<label for="farbe1"><span class="farbe1 border"></span></label>
<input type="radio" name="color" id="farbe2" value="e91e63" />
<label for="farbe2"><span class="farbe2"></span></label>
<input type="radio" name="color" id="farbe3" value="9c27b0" />
<label for="farbe3"><span class="farbe3"></span></label>
<input type="radio" name="color" id="farbe4" value="673ab7" />
<label for="farbe4"><span class="farbe4"></span></label>
<input type="radio" name="color" id="farbe5" value="3F51B5" />
<label for="farbe5"><span class="farbe5"></span></label>
<input type="radio" name="color" id="farbe6" value="2196F3" />
<label for="farbe6"><span class="farbe6"></span></label>
<br>
<input type="radio" name="color" id="farbe7" value="03a9f4" />
<label for="farbe7"><span class="farbe7"></span></label>
<input type="radio" name="color" id="farbe8" value="00bcd4" />
<label for="farbe8"><span class="farbe8"></span></label>
<input type="radio" name="color" id="farbe9" value="009688" />
<label for="farbe9"><span class="farbe9"></span></label>
<input type="radio" name="color" id="farbe10" value="4caf50" />
<label for="farbe10"><span class="farbe10"></span></label>
<input type="radio" name="color" id="farbe11" value="8bc34a" />
<label for="farbe11"><span class="farbe11"></span></label>
<input type="radio" name="color" id="farbe12" value="cddc39" />
<label for="farbe12"><span class="farbe12"></span></label>
</div>
</div>
<center><button type="submit" class="btn btn-outline-dark add">Hinzufügen</button></center>