px to rem
This commit is contained in:
parent
0146e85fbd
commit
9322ab7c39
4 changed files with 8 additions and 8 deletions
|
|
@ -296,7 +296,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.add-to-calendar-text {
|
.add-to-calendar-text {
|
||||||
margin: 0 0 0 7px;
|
margin: 0 0 0 0.4375rem;
|
||||||
color: #1574a1;
|
color: #1574a1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
@ -320,6 +320,6 @@ export default {
|
||||||
}
|
}
|
||||||
.calendar-section .add-to-calendar .add-to-calendar-img {
|
.calendar-section .add-to-calendar .add-to-calendar-img {
|
||||||
display: inline;
|
display: inline;
|
||||||
width: 20px;
|
width: 1.25rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -65,13 +65,13 @@ export default {
|
||||||
background: $white;
|
background: $white;
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
border-radius: $border-radius-lg;
|
border-radius: $border-radius-lg;
|
||||||
border: 1px solid $gray-500;
|
border: 0.063rem solid $gray-500;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
span.calendar-text {
|
span.calendar-text {
|
||||||
margin-left: 5px;
|
margin-left: 0.313rem;
|
||||||
padding: 2px 8px;
|
padding: 0.125rem 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.calendar-modal.modal.modal-component {
|
.calendar-modal.modal.modal-component {
|
||||||
> .modal-dialog > .modal-content {
|
> .modal-dialog > .modal-content {
|
||||||
margin-top: 24px;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
.modal-header {
|
.modal-header {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -312,8 +312,8 @@ $page-side-padding: 1.5rem;
|
||||||
.appointment-details {
|
.appointment-details {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
padding: 1rem 1.5rem 1.5rem;
|
padding: 1rem 1.5rem 1.5rem;
|
||||||
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
|
box-shadow: 0 0.188rem 0.625rem rgb(0 0 0 / 0.2);
|
||||||
border-radius: 5px;
|
border-radius: 0.313rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appointment-date-time P {
|
.appointment-date-time P {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue