Skip to content

Commit

Permalink
fix: styling of the onboarding components
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski committed May 2, 2024
1 parent bc1ab83 commit a207444
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
}
}

.title, .subtitle {
margin: 0
}

.container {
flex: 1;
height: 100%;
Expand All @@ -35,15 +31,17 @@
flex-direction: column;
gap: size_unit(3);

h1 {
.title {
@include text-heading;
color: var(--text-color-primary, #3d3b39);
margin: 0
}

p {
.subtitle {
font-size: var(--body) !important;
line-height: size_unit(3) !important;
color: var(--text-color-primary, #3d3b39);
margin: 0;
}
}

Expand Down

0 comments on commit a207444

Please sign in to comment.