CSR-2394: fix css

This commit is contained in:
Adam Caouette 2024-11-18 10:32:19 -05:00
parent a1c9d904c4
commit 5aeaeda00c
2 changed files with 12 additions and 40 deletions

View file

@ -294,8 +294,8 @@ export default {
margin: 0 0 0 7px; margin: 0 0 0 7px;
color: #1574a1; color: #1574a1;
vertical-align: middle; vertical-align: middle;
font-weight: 500; font-weight: 600;
font-family: "Roboto"; text-decoration: underline;
} }
.add-to-calendar button { .add-to-calendar button {
border: 0; border: 0;
@ -307,7 +307,8 @@ export default {
margin: 0 auto; margin: 0 auto;
} }
.calendar-section .add-to-calendar { .calendar-section .add-to-calendar {
padding-top: 15px; padding: 1rem 0;
text-align: center;
} }
.calendar-section .add-to-calendar .add-to-calendar-span { .calendar-section .add-to-calendar .add-to-calendar-span {
cursor: pointer; cursor: pointer;

View file

@ -36,7 +36,7 @@
:scheduleStartTime="ScheduleStartTime" :scheduleStartTime="ScheduleStartTime"
:scheduleEndTime="ScheduleEndTime" /> :scheduleEndTime="ScheduleEndTime" />
<div class="appoinmenttext" v-html="AppointmentWordingText"></div> <div class="appointment-text" v-html="AppointmentWordingText"></div>
<textBlock <textBlock
:customText="AppointmentDuration" :customText="AppointmentDuration"
@ -486,41 +486,7 @@ export default {
font-weight: 500; font-weight: 500;
} }
} }
.calendar-section[data-v-8004c52c] {
display: table;
position: relative;
margin: 0 auto;
}
.calendar-section .add-to-calendar {
padding: 1rem 0;
text-align: center;
}
.add-to-calendar button {
border: 0;
background-color: #fff;
}
.appoinmenttext p {
margin: 0;
}
.calendar-section .add-to-calendar .add-to-calendar-span {
cursor: pointer;
}
.calendar-section .add-to-calendar .add-to-calendar-img {
display: inline;
width: 20px;
}
.add-to-calendar-text {
margin: 0 0 0 7px;
color: #0070d1;
vertical-align: middle;
font-weight: 500;
font-family: "Roboto";
text-decoration: underline;
}
.header-container { .header-container {
display: flex; display: flex;
align-items: center; align-items: center;
@ -540,8 +506,13 @@ export default {
} }
} }
.appoinmenttext strong { .appointment-text {
color: $black; p {
margin: 0;
}
strong {
color: $black;
}
} }
.emailtext { .emailtext {