Skip to content

Commit

Permalink
сделал фон темнее, у инпутов для связи сделал курсор: текст
Browse files Browse the repository at this point in the history
  • Loading branch information
lev committed Feb 9, 2022
1 parent 96616ce commit 6580a74
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Home = () => {
</div>
<ButtonSendOrderContext.Provider value={valueButtonSendOrderContext}>
<ChangeColorContext.Provider value={valueColorContext}>
<div className={Style.container_form}>
{/*<div className={Style.container_form}>*/}
<div className={Style.form_wrapper}>
<div className={Style.front}>
{/*<div style={{zIndex: "-1"}}/>*/}
Expand All @@ -96,7 +96,7 @@ const Home = () => {
<OrderForm/>
</div>
</div>
</div>
{/*</div>*/}
</ChangeColorContext.Provider>
</ButtonSendOrderContext.Provider>
</>
Expand Down
1 change: 0 additions & 1 deletion src/components/OrderForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ function OrderForm() {
}

const styleInfoText = {
marginTop: "120px",
marginBottom: "40px",
fontStyle: "normal",
fontWeight: "normal",
Expand Down
7 changes: 4 additions & 3 deletions src/styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@

.form_wrapper {
/*padding: 1rem;*/
display: inline-block;
background-color: #3f3f3f;
margin: 2rem;
/*display: inline-block;*/
background-color: #2a2b3c;
border-radius: 8px;
min-width: 9rem;
/*min-width: 9rem;*/
}

.front {
Expand Down
1 change: 1 addition & 0 deletions src/styles/inputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
background: #2F2F2F;
border-radius: 24px;
transition: .15s ease all;
cursor: text;
}

.StyledInput:hover {
Expand Down

1 comment on commit 6580a74

@ekbdev
Copy link
Contributor

@ekbdev ekbdev commented on 6580a74 Feb 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for eplates ready!

✅ Preview
https://eplates-ikpoqr5ca-ekbdev.vercel.app
https://eplates-task-11-softChanges.vercel.app

Built with commit 6580a74.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.