Skip to content

Commit

Permalink
fix: dashboard signin login btn margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Sep 29, 2023
1 parent c30b919 commit 496d713
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/static/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/js/bundle.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/ui/components/auth/Auth.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ form .input-field-inset:not(.input-field-inset-focused) input {
}
}

.margin-top-16 {
margin-top: 16px;
}

.command-container {
margin-block: 24px 18px;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/auth/SignInContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const SignInContent: React.FC<SignInContentProps> = ({
placeholder=""
/>

<div className="cta-container">
<div className="cta-container margin-top-16">
<button
className="button"
type="submit"
Expand Down

0 comments on commit 496d713

Please sign in to comment.