预约日期和时间页隐藏时区
This commit is contained in:
parent
32b1af562e
commit
4c6670c91b
|
@ -20,7 +20,7 @@
|
|||
|
||||
<div class="col-12 col-md-6">
|
||||
<div id="select-time">
|
||||
<div class="mb-3">
|
||||
<div class="mb-3" style="display:none;">
|
||||
<label for="select-timezone" class="form-label">
|
||||
<?= lang('timezone') ?>
|
||||
</label>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
.header h1 {
|
||||
color: #4B0082;
|
||||
color: #20a27f;
|
||||
font-size: 36px;
|
||||
}
|
||||
.doctor-grid {
|
||||
|
@ -72,7 +72,7 @@
|
|||
.doctor-photo img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-bottom: 4px solid #4B0082;
|
||||
border-bottom: 4px solid #20a27f;
|
||||
}
|
||||
.doctor-info {
|
||||
padding: 20px;
|
||||
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
.doctor-specialty {
|
||||
font-size: 18px;
|
||||
color: #4B0082;
|
||||
color: #20a27f;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.doctor-description {
|
||||
|
|
|
@ -176,7 +176,7 @@ body {
|
|||
margin: 15px 0;
|
||||
padding-right: 10px;
|
||||
width: auto;
|
||||
max-height: 250px;
|
||||
max-height: 280px;
|
||||
}
|
||||
|
||||
#book-appointment-wizard #available-hours div {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -180,7 +180,7 @@ body {
|
|||
margin: 15px 0;
|
||||
padding-right: 10px;
|
||||
width: auto;
|
||||
max-height: 250px;
|
||||
max-height: 280px;
|
||||
}
|
||||
|
||||
#book-appointment-wizard #available-hours div {
|
||||
|
|
Loading…
Reference in New Issue