minor ui tweaks

This commit is contained in:
joshua-arts
2018-05-28 19:12:24 -04:00
parent 79d63e7b70
commit af3c45b019
2 changed files with 43 additions and 2 deletions

View File

@ -16,6 +16,11 @@
</span>
<input type="email" class="form-control" placeholder="Enter a room name...">
</div>
<label class="custom-switch mt-5 mb-5 float-left">
<input type="checkbox" name="custom-switch-checkbox" class="custom-switch-input">
<span class="custom-switch-indicator"></span>
<span class="custom-switch-description">Automatically join me into the room when created.</span>
</label>
</div>
<div class="form-footer">
<button type="submit" class="btn btn-outline-primary btn-block btn-pill">Create Room</button>