Skip to content

Commit

Permalink
remove temporary yst styles since they have now been updated at the s…
Browse files Browse the repository at this point in the history
…ource
  • Loading branch information
circlecube committed Aug 30, 2023
1 parent b5895b5 commit 58ee18d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/app/pages/ecommerce/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,4 @@
background-color: rgb(255 255 255 / 0.5);
}
}

/* Needed temporarily for WonderCart styles with old references to yst classes */
.yst-button,
.yst-button--primary {
background-color: rgb(25 107 222);
border-color: transparent;
color: rgb(255 255 255);
font-size: .8125rem;
font-weight: 500;
gap: 0.5rem;
padding: 0.5rem 1rem;

&.yst-button--secondary {
background-color: rgb(255 255 255);
border-color: rgb(25 107 222);
color: rgb(0 0 0);
}
}

}

0 comments on commit 58ee18d

Please sign in to comment.