|
@@ -3,6 +3,21 @@
|
|
|
@extends('layouts.meeting')
|
|
|
@section('content')
|
|
|
|
|
|
+ <style>
|
|
|
+ .meeting-pre-content {
|
|
|
+ width: 800px;
|
|
|
+ }
|
|
|
+ .meeting-pre-content .covid-campaign-heading {
|
|
|
+ font-size: 1.5rem;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .meeting-pre-content .covid-campaign-matter {
|
|
|
+ font-size: 1.1rem;
|
|
|
+ margin-top: 1rem;
|
|
|
+ line-height: 1.5;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
<div id="clientCallComponent">
|
|
|
|
|
|
<div class="d-flex align-items-center py-3 border-bottom px-4">
|
|
@@ -16,13 +31,14 @@
|
|
|
<div class="py-3 text-center" v-if="started">
|
|
|
<h6 class="text-black font-weight-bold m-0">Call in progress: @{{ timeDisplay() }}</h6>
|
|
|
</div>
|
|
|
- <div class="py-3 text-center" v-if="noOneElseInCall">
|
|
|
+ <div class="py-3 text-center mx-auto alert alert-secondary meeting-pre-content" v-if="noOneElseInCall">
|
|
|
<!-- <h6 class="text-black font-weight-bold m-0">A pro may pop in here at the next chance. Please wait..</h6> -->
|
|
|
- <h2>Free COVID-19 Safety Kit & Coaching Session.</h2>
|
|
|
-
|
|
|
-<h2>A coach will be with you shortly. This call will last approximately 10 minutes.</h2>
|
|
|
-
|
|
|
-<h3>Upon the conclusion of this call, the coach will verify your mailing address to mail you your kit. Please note that PO Boxes are not deliverable by FedEx.</h3>
|
|
|
+ <h2 class="covid-campaign-heading">Free COVID-19 Safety Kit & Coaching Session.</h2>
|
|
|
+ <h2 class="covid-campaign-matter">A coach will be with you shortly. This call will last approximately
|
|
|
+ 10 minutes.</h2>
|
|
|
+ <h3 class="covid-campaign-matter">Upon the conclusion of this call, the coach will verify your mailing
|
|
|
+ address to mail you your kit. Please note that PO Boxes are not deliverable
|
|
|
+ by FedEx.</h3>
|
|
|
</div>
|
|
|
<div class="main-view mx-auto">
|
|
|
<div class="thumbs">
|