header, login css
This commit is contained in:
parent
ed766a9d6a
commit
d374141d39
7 changed files with 28 additions and 5 deletions
|
@ -1,7 +1,22 @@
|
||||||
.colored-section {
|
.colored-section2 {
|
||||||
|
/*
|
||||||
background-color: #e7dec8;
|
background-color: #e7dec8;
|
||||||
color: #000000;
|
|
||||||
white-space: nowrap;
|
background-color: #d84747;
|
||||||
|
|
||||||
|
background-image: url("../images/banner.jpg");
|
||||||
|
background-size:cover;
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.big-heading{
|
||||||
|
font-family: 'Source Sans Pro',sans-serif!important;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 40px;
|
||||||
|
text-shadow: rgb(0 0 0 / 10%) 0 5px 10px;
|
||||||
|
text-align: center;
|
||||||
|
color:rgb(72, 115, 139);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
src/images/banner.jpg
Normal file
BIN
src/images/banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/images/login_bg1.jpg
Normal file
BIN
src/images/login_bg1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
src/images/login_bg2.jpg
Normal file
BIN
src/images/login_bg2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
BIN
src/images/login_bg3.jpg
Normal file
BIN
src/images/login_bg3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
|
@ -1,11 +1,19 @@
|
||||||
|
body{
|
||||||
|
/*
|
||||||
|
background-image: url("../images/login_bg3.jpg");
|
||||||
|
background-size:cover;
|
||||||
|
*/
|
||||||
|
|
||||||
|
}
|
||||||
.login-page{
|
.login-page{
|
||||||
padding: 10% 30%;
|
padding: 10% 30%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: pink;
|
background-color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
.signin-Form{
|
.signin-Form{
|
||||||
border: 1px solid blanchedalmond;
|
border: 1px solid blanchedalmond;
|
||||||
|
background-color: #e7dec8;
|
||||||
border-radius: 2%;
|
border-radius: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ class Login extends Component {
|
||||||
</div>
|
</div>
|
||||||
<div className="login-btn">
|
<div className="login-btn">
|
||||||
<Link to="/account"></Link>
|
<Link to="/account"></Link>
|
||||||
<button type="submit" class="btn btn-lg btn-primary">
|
<button type="submit" class="btn btn-lg btn-secondary">
|
||||||
{t("Login_submit_button")}
|
{t("Login_submit_button")}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue