CSR-1718
This commit is contained in:
parent
417babdbc8
commit
40b765c197
1 changed files with 6 additions and 4 deletions
|
|
@ -260,7 +260,7 @@ export default {
|
||||||
|
|
||||||
+ p {
|
+ p {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-top:0.5rem;
|
margin-top: 0.5rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -280,7 +280,9 @@ export default {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appoinmenttext p{margin:0;}
|
.appoinmenttext p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.calendar-section .add-to-calendar .add-to-calendar-span {
|
.calendar-section .add-to-calendar .add-to-calendar-span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -299,12 +301,12 @@ export default {
|
||||||
}
|
}
|
||||||
.header-container {
|
.header-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding:1rem 0 1.5rem 0;
|
padding: 1rem 0 1.5rem 0;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue