Skip to content

Commit

Permalink
Merge pull request #504 from newfold-labs/sitedetails-extra-spaces
Browse files Browse the repository at this point in the history
site-details page : extra spaces
  • Loading branch information
diwanshuster authored Mar 5, 2024
2 parents fe18103 + 3c1d283 commit 86a4a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $letter-spacing: 0.5px;
$selected-detail: #1de082;

.nfd-sg-input {
margin: 25px 16px;
margin: 10px 16px;
width: 100% !important;

&-box {
Expand All @@ -11,6 +11,7 @@ $selected-detail: #1de082;

&__field {
padding-top: 10px;
padding-left: 0;
font-size: 1.5rem;
background: transparent;
letter-spacing: $letter-spacing;
Expand All @@ -19,6 +20,7 @@ $selected-detail: #1de082;
resize: none;
border: none;
max-height: 400px;
min-height: 55px;
color: var(--nfd-onboarding-primary);

&:focus {
Expand Down
2 changes: 0 additions & 2 deletions src/OnboardingSPA/steps/SiteGen/SiteDetails/stylesheet.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.nfd-sg-site-details {

width: 40vw;
height: 100vh;
display: flex;
align-items: center;
flex-direction: column;
Expand All @@ -13,7 +12,6 @@
}

@media (max-width: #{ ($break-small) }) {
height: 100vh;
margin-top: 30%;
margin-bottom: 150px;
}
Expand Down

0 comments on commit 86a4a00

Please sign in to comment.