Skip to content

Commit

Permalink
updating package.json to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielakhanna committed Mar 11, 2024
1 parent 844d990 commit 536db3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dist/saratoga.css
Original file line number Diff line number Diff line change
Expand Up @@ -2842,20 +2842,20 @@ section.big-news {
* demo purposes only. Banner is styled by Performance
* team, as there are various banners throughout the year.
*/
#promo-banner {
#promo-banner-demo {
--row-gap: var(--space);
justify-content: center;
background-color: var(--black);
color: var(--white);
height: 35px;
}

#promo-banner h3 {
#promo-banner-demo h3 {
font-size: 19px;
font-weight: normal;
}

#promo-banner .button {
#promo-banner-demo .button {
width: 88px;
height: 26px;
font-size: 12px;
Expand All @@ -2866,10 +2866,10 @@ section.big-news {
}

@media (max-width: 659px) {
#promo-banner h3 {
#promo-banner-demo h3 {
font-size: 16px;
}
#promo-banner .button {
#promo-banner-demo .button {
display: none;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saratoga-design-system",
"version": "2.1.5",
"version": "2.1.6",
"files": [
"dist/saratoga.css",
"dist/dsp.css",
Expand Down

0 comments on commit 536db3d

Please sign in to comment.