Merge pull request #1460 from Safelite/feature/Digital/CSR-1718
CSR-1718
This commit is contained in:
commit
a03d168e19
1 changed files with 8 additions and 3 deletions
|
|
@ -244,7 +244,7 @@ export default {
|
|||
|
||||
<style lang="scss">
|
||||
.main {
|
||||
padding: 1rem 0;
|
||||
padding: 1rem 1.5rem 1.5rem;
|
||||
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
@ -260,6 +260,7 @@ export default {
|
|||
|
||||
+ p {
|
||||
font-size: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
|
@ -270,7 +271,7 @@ export default {
|
|||
}
|
||||
|
||||
.calendar-section .add-to-calendar {
|
||||
padding: 10px 0;
|
||||
padding: 1rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -279,6 +280,10 @@ export default {
|
|||
background-color: #fff;
|
||||
}
|
||||
|
||||
.appoinmenttext p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.calendar-section .add-to-calendar .add-to-calendar-span {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -296,12 +301,12 @@ export default {
|
|||
}
|
||||
.header-container {
|
||||
text-align: center;
|
||||
padding: 1rem 0 1.5rem 0;
|
||||
|
||||
p {
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
font-size: 1.25rem;
|
||||
padding: 0.3rem;
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue