px to rem

This commit is contained in:
Katie Kroell 2024-03-18 16:31:42 -04:00
parent 0146e85fbd
commit 9322ab7c39
4 changed files with 8 additions and 8 deletions

View file

@ -296,7 +296,7 @@ export default {
</script>
<style scoped>
.add-to-calendar-text {
margin: 0 0 0 7px;
margin: 0 0 0 0.4375rem;
color: #1574a1;
vertical-align: middle;
font-weight: 500;
@ -320,6 +320,6 @@ export default {
}
.calendar-section .add-to-calendar .add-to-calendar-img {
display: inline;
width: 20px;
width: 1.25rem;
}
</style>

View file

@ -65,13 +65,13 @@ export default {
background: $white;
transition: all 150ms linear;
border-radius: $border-radius-lg;
border: 1px solid $gray-500;
border: 0.063rem solid $gray-500;
width: 100%;
outline: none;
span.calendar-text {
margin-left: 5px;
padding: 2px 8px;
margin-left: 0.313rem;
padding: 0.125rem 0.5rem;
}
}

View file

@ -168,7 +168,7 @@ export default {
<style lang="scss" scoped>
.calendar-modal.modal.modal-component {
> .modal-dialog > .modal-content {
margin-top: 24px;
margin-top: 1.5rem;
}
.modal-header {
padding-bottom: 0;

View file

@ -312,8 +312,8 @@ $page-side-padding: 1.5rem;
.appointment-details {
margin-bottom: 1.5rem;
padding: 1rem 1.5rem 1.5rem;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
border-radius: 5px;
box-shadow: 0 0.188rem 0.625rem rgb(0 0 0 / 0.2);
border-radius: 0.313rem;
}
.appointment-date-time P {