Created
August 2, 2019 00:08
-
-
Save planetoftheweb/e8b8805e7c00f6acb17ff29fb8515e78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row justify-content-center"> | |
<div class="col-11 col-md-8 col-lg-6"> | |
<div class="card border-top-0 rounded-0"> | |
<div class="card-body py-2"> | |
<h4 class="card-title m-0 text-center">Your Meetings</h4> | |
</div> | |
<div class="list-group list-group-flush"> | |
<div | |
class="list-group-item d-flex" | |
> | |
<section | |
class="btn-group align-self-center" | |
role="group" | |
aria-label="Meeting Options" | |
> | |
<button | |
class="btn btn-sm btn-outline-secondary" | |
title="Delete Meeting" | |
> | |
trash | |
</button> | |
<router-link | |
class="btn btn-sm btn-outline-secondary" | |
title="Check In" | |
> | |
link | |
</router-link> | |
<router-link | |
class="btn btn-sm btn-outline-secondary" | |
title="Attendees" | |
> | |
list-ul | |
</router-link> | |
</section> | |
<section class="pl-3 text-left align-self-center"> | |
name | |
</section> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment