Skip to content

Commit

Permalink
Add / before the alpha for hsla
Browse files Browse the repository at this point in the history
  • Loading branch information
MReyna12 committed Jul 18, 2024
1 parent daed97a commit 9897752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/interactives.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,15 @@ div.os-justify-content-end {

background-color: #757575;
border: 1px solid #757575;
box-shadow: 0 .125rem .25rem 0 hsla(0deg 0% 46% 25%);
box-shadow: 0 .125rem .25rem 0 hsla(0deg 0% 46% / 25%);
}

.os-submit-button-style-theme {
@extend %os-submit-button-base;

background-color: #0A5B50;
border: 1px solid #0A5B50;
box-shadow: 0 .125rem .25rem 0 hsla(0deg 0% 0% 25%);
box-shadow: 0 .125rem .25rem 0 hsla(0deg 0% 0% / 25%);
}

// Icon Styles
Expand Down

0 comments on commit 9897752

Please sign in to comment.