Skip to content

Commit

Permalink
Update stylesheet.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Feb 1, 2024
1 parent ab7fc3e commit 89a855b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/OnboardingSPA/components/SiteGenError/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
padding: 24px 24px 10px 24px;
// min-height: 115px;
margin-bottom: 50px;
border: solid #E01C1C 1px;
border: solid #e01c1c 1px;
border-radius: 8px;
margin-top: 20px;

Expand All @@ -70,7 +70,7 @@
color: var(--nfd-onboarding-primary);
font-size: 14px;
font-weight: 400;
// line-height: 0.5 !important;
// line-height: 0.5 !important;
}

&__exit {
Expand Down Expand Up @@ -108,7 +108,7 @@

@media (max-width: #{ ($break-small) }) {
margin-right: 0;
}
}
}

&__retry {
Expand All @@ -131,7 +131,7 @@
margin-right: 0;
}
}

}

&--button {
Expand Down

0 comments on commit 89a855b

Please sign in to comment.