Skip to content

Commit

Permalink
Merge pull request #439 from postmanlabs/develop
Browse files Browse the repository at this point in the history
Dev to Prod
  • Loading branch information
ch264 authored Nov 20, 2024
2 parents b5411fa + dec3c3a commit 35ff140
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 8 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pmt.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/components/Microsite/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ border: none;
padding: 4px 12px !important;
user-select: none;
color: $grey_00;
background-color: $orange_50;
background-color: $orange_65;
background-image: none;
border: none;
box-shadow: none;
Expand All @@ -461,7 +461,7 @@ border: none;

&:hover,
&:active {
background-color: $orange_60;
background-color: $orange_55;
text-decoration: none;
}

Expand Down
2 changes: 2 additions & 0 deletions src/components/Microsite/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ $warning-yellow: #FFB400;
$orange_90: #553326;
$orange_80: #A12700;
$orange_70: #D23F0E;
$orange_65: #E0531F;
$orange_60: #E05320;
$orange_55: #FF6C37;
$orange_50: #FF6C37;
$orange_40: #FF8E64;
$orange_30: #FFB091;
Expand Down

0 comments on commit 35ff140

Please sign in to comment.