Merge pull request #627 from bigcapitalhq/fix-style-tweeks-in-onboarding-page

fix: Style tweaks in onboarding page
This commit is contained in:
Ahmed Bouhuolia
2024-08-25 13:20:39 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
width: 100%; width: 100%;
margin-bottom: 2rem; margin-bottom: 2rem;
background: transparent; background: transparent;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.6);
border: 1px solid rgb(255, 255, 255, 0.3); border: 1px solid rgb(255, 255, 255, 0.2);
padding: 10px; padding: 8px;
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
border-radius: 5px; border-radius: 5px;
@@ -12,11 +12,11 @@
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
&:hover { &:hover {
color: rgba(255, 255, 255, 0.95); color: rgba(255, 255, 255, 0.7);
border: 1px solid rgb(255, 255, 255, 0.6); border: 1px solid rgb(255, 255, 255, 0.3);
} }
} }
.demoButtonLabel{ .demoButtonLabel{
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.5);
font-size: 13px; font-size: 13px;
} }

View File

@@ -72,10 +72,10 @@
&__text { &__text {
font-size: 18px; font-size: 18px;
opacity: 0.75; opacity: 0.55;
margin-bottom: 10px; margin-bottom: 10px;
font-weight: 200; font-weight: 200;
} }
&__organization { &__organization {
font-size: 16px; font-size: 16px;