Skip to content

Commit

Permalink
fix hound errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ochowo committed Jul 12, 2019
1 parent 71ac543 commit 6548089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Inputs/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ $border: #707070;
font-size: 12px;
}

::-ms-input-placeholder {
:-ms-input-placeholder {
font-size: 12px;
}
5 changes: 4 additions & 1 deletion src/views/Signup/SignUp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ $linkcolor: #6d6666;
$signcolor: #fff;
$red: #ff0000;
$htmlcolor: #6d6666;
$backgroundcolor:linear-gradient(rgba(5, 0, 0, 0.7), rgba(0, 0, 0, 0.7));

html {
color: $htmlcolor;
}

.sec-signup {
background-image: linear-gradient(rgba(5, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
background-image: $backgroundcolor,
url('../../assets/images/signupbg.jpg');
background-size: cover;
margin: auto;
Expand All @@ -27,6 +28,7 @@ html {
a {
color: inherit;
}

}

.signup-box {
Expand All @@ -41,6 +43,7 @@ html {
@media screen and (max-width: 420px) {
width: 300px;
}

}

.font {
Expand Down

0 comments on commit 6548089

Please sign in to comment.