CASH-1356 update box shadow site-wide.

This commit is contained in:
Bryan Mauger 2025-08-11 09:09:05 -04:00
parent bc938f02f9
commit 607f402148
12 changed files with 14 additions and 14 deletions

View file

@ -154,7 +154,7 @@ export default {
border: 1px solid $gray-500;
border-radius: 0.5rem;
min-height: 3rem;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
@include media-breakpoint-up(md) {
min-height: 3.5rem;
}

View file

@ -337,7 +337,7 @@ export default {
border-radius: 0.5rem;
min-height: 3rem;
padding: 0.75rem 1rem;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
@include media-breakpoint-up(md) {
padding: 1rem;
min-height: 3.5rem;

View file

@ -123,7 +123,7 @@ export default {
width: auto;
height: auto;
border-radius: 1.5rem;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
background-color: $white;
position: relative;
display: flex;

View file

@ -125,7 +125,7 @@ export default {
align-items: center;
height: 3rem;
border-radius: 0.5rem;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
&.progress-saved {
background: none;

View file

@ -112,7 +112,7 @@ export default {
border: 1px solid $gray-500;
width: 100%;
outline: none;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
span {
&.small {

View file

@ -94,7 +94,7 @@ export default {
border: 1px solid $gray-500;
width: 100%;
outline: none;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
span.premium-appointment-price {
position: absolute;

View file

@ -601,7 +601,7 @@ export default {
}
}
.waitlist {
box-shadow: 0px 1px 4px 0px #00000033;
box-shadow: 0 1px 5px 0 #00000033;
border-radius: 8px;
font-size: $h6-font-size;
padding: 16px;
@ -611,7 +611,7 @@ export default {
padding-left: 0px;
input {
border-radius: 4px;
box-shadow: 0px 1px 4px 0px #00000033;
box-shadow: 0 1px 5px 0 #00000033;
}
}
.form-check-input {

View file

@ -663,7 +663,7 @@ export default {
font-size: 50%;
}
.waitlist {
box-shadow: 0px 1px 4px 0px #00000033;
box-shadow: 0 1px 5px 0 #00000033;
border-radius: 8px;
font-size: 1rem;
padding: 16px;
@ -677,7 +677,7 @@ export default {
padding-left: 0px;
input {
border-radius: 4px;
box-shadow: 0px 1px 4px 0px #00000033;
box-shadow: 0 1px 5px 0 #00000033;
}
}
.form-check-input {

View file

@ -177,7 +177,7 @@ export default {
border: 1px solid $gray-500;
width: 100%;
outline: none;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
span {
&.small {

View file

@ -43,7 +43,7 @@ export default {
<style lang="scss">
.list-button-horizontal {
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
input[type="radio"],
input[type="checkbox"] {
position: absolute;

View file

@ -106,7 +106,7 @@ export default {
width: 100%;
outline: none;
border-radius: 50rem;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
span {
&.small {

View file

@ -76,7 +76,7 @@ export default {
}
.list-card {
border: 1px solid $gray-500;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
&.has-error {
input[type="checkbox"],