fix
This commit is contained in:
@@ -1,3 +1,66 @@
|
||||
|
||||
.home-page {
|
||||
|
||||
.inner-content {
|
||||
background: url('./../../assets/imgs/merms-prov-back.jpg') no-repeat;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
padding: 24px 24px 40px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
color: #242931;
|
||||
span {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
font-weight: 600;
|
||||
font-size: 25.5px;
|
||||
line-height: 135%;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
small {
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
line-height: 154%;
|
||||
letter-spacing: -0.2px;
|
||||
margin-bottom: 32px;
|
||||
&.go-to-login {
|
||||
margin-bottom: 0;
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
button {
|
||||
align-self: center;
|
||||
padding: 15px 54px;
|
||||
background: #6063ea;
|
||||
border-radius: 26.9817px;
|
||||
font-weight: 600;
|
||||
font-size: 14.3902px;
|
||||
line-height: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#container {
|
||||
text-align: center;
|
||||
|
||||
@@ -6,10 +69,11 @@
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background-image: url('../../assets/imgs/merms-prov-back.jpg');
|
||||
|
||||
}
|
||||
.home_style{
|
||||
background-image: url('./../../assets/imgs//merms-prov-back.jpg');
|
||||
background-image: url('../../assets/imgs/merms-prov-back.jpg');
|
||||
}
|
||||
|
||||
#container strong {
|
||||
@@ -28,4 +92,5 @@
|
||||
|
||||
#container a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user