Skip to content

Commit

Permalink
Merge pull request #627 from bigcapitalhq/fix-style-tweeks-in-onboard…
Browse files Browse the repository at this point in the history
…ing-page

fix: Style tweaks in onboarding page
  • Loading branch information
abouolia authored Aug 25, 2024
2 parents 0fb8869 + 6701369 commit a56f560
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
width: 100%;
margin-bottom: 2rem;
background: transparent;
color: rgba(255, 255, 255, 0.75);
border: 1px solid rgb(255, 255, 255, 0.3);
padding: 10px;
color: rgba(255, 255, 255, 0.6);
border: 1px solid rgb(255, 255, 255, 0.2);
padding: 8px;
font-size: 13px;
font-weight: 500;
border-radius: 5px;
cursor: pointer;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

&:hover {
color: rgba(255, 255, 255, 0.95);
border: 1px solid rgb(255, 255, 255, 0.6);
color: rgba(255, 255, 255, 0.7);
border: 1px solid rgb(255, 255, 255, 0.3);
}
}
.demoButtonLabel{
color: rgba(255, 255, 255, 0.75);
color: rgba(255, 255, 255, 0.5);
font-size: 13px;
}
4 changes: 2 additions & 2 deletions packages/webapp/src/style/pages/Setup/SetupPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@

&__text {
font-size: 18px;
opacity: 0.75;
opacity: 0.55;
margin-bottom: 10px;
font-weight: 200;
}
}

&__organization {
font-size: 16px;
Expand Down

0 comments on commit a56f560

Please sign in to comment.