File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const Contact = ({
4646 < h1 > { title } </ h1 >
4747 < EmailForm
4848 label = "Email"
49- placeholder = "captain@marvel.io "
49+ placeholder = "Enter email address "
5050 onSubmit = { signupMailingList }
5151 requestStates = { ajaxRequestStates }
5252 request = { actionTypes . SIGNUP_MAILING_LIST }
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export const HeaderTemplate = ({ navItems = [] }) => {
169169 </ li >
170170 < li className = "nav-item" >
171171 < a
172- href = "# "
172+ href = "https://dashboard.keep.network/ "
173173 className = "btn btn-primary btn-small nav-item"
174174 rel = "noopener noreferrer"
175175 >
Original file line number Diff line number Diff line change 1919 font-size : 1rem ;
2020 font-weight : 400 ;
2121 line-height : 1.25rem ;
22- @include placeholder (#b4b4b4 );
22+ color : $black ;
23+ & ::placeholder {
24+ color : $grey-30 ;
25+ }
2326 }
2427 }
2528
5457 border-color : $error-color ;
5558
5659 & :focus {
57- border-color : transparent ;
60+ border-color : $black ;
5861 }
5962 }
6063 }
Original file line number Diff line number Diff line change 3030 background-repeat : no-repeat ;
3131
3232 padding : 72px 0 0 ;
33- min-height : 100 vh ;
33+ min-height : 900 px ;
3434 margin-top : 0 ;
3535
3636 & -video-bg {
105105
106106 @media (min-width : #{$bp-medium } ) {
107107 padding : 150px 0 0 ;
108-
108+ min-height : 1000 px ;
109109 & -video-bg {
110110 top : -150px ;
111111 }
529529
530530 & __left {
531531 height : calc ((var (--circle-width ) * 1.1 ));
532- background : url (" ../images/w-image.jpg" ) no-repeat center ;
533- background-size : cover ;
532+ background : url (" ../images/w-image.svg" ) no-repeat left ;
534533 transform : translate3d (-100px , -50% , 0 );
535534
536535 & .aos-animate {
You can’t perform that action at this time.
0 commit comments