96 lines
1.7 KiB
SCSS
96 lines
1.7 KiB
SCSS
|
|
.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: #0b7493;
|
|
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;
|
|
|
|
position: absolute;
|
|
left: 0;
|
|
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');
|
|
}
|
|
|
|
#container strong {
|
|
font-size: 20px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
#container p {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
|
|
color: #8c8c8c;
|
|
|
|
margin: 0;
|
|
}
|
|
|
|
#container a {
|
|
text-decoration: none;
|
|
}
|
|
*/ |