diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 855a96e..b506786 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -1495,6 +1495,25 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { .calender-section h2{ color: #296AC7; } +.calender-disable{ + pointer-events: none; + cursor: not-allowed; +} +.calender-disable:hover{ + cursor: not-allowed; +} +.available-dates{ + background: #f0f0f0; + display: inline-block; + text-align: center; + justify-content: center; + color: #272626; + padding: 10px; + margin-top: 1rem; +} +.available-dates h5{ + margin-bottom: 0; +} /* appointment page css ends */ /* Footer Css */ diff --git a/resources/views/appointment.blade.php b/resources/views/appointment.blade.php index 3691d08..16ababe 100644 --- a/resources/views/appointment.blade.php +++ b/resources/views/appointment.blade.php @@ -11,7 +11,7 @@ @section('content')
- -
+

Time Zone:

@@ -41,6 +41,9 @@

Select available date

Education services | 30 mins

+
+
+
@@ -48,8 +51,9 @@ @endsection @section('script') + function writeToEventLog(message) { + + } + @endsection \ No newline at end of file