69 lines
1.4 KiB
SCSS
69 lines
1.4 KiB
SCSS
body.landing_page,
|
|
body.register,
|
|
body.login,
|
|
body.login_noEmail{
|
|
|
|
#content.aai #main{
|
|
min-height: auto;
|
|
|
|
background-image: url("../img/landing_page_image_aai.png");
|
|
|
|
.landing_page_window{
|
|
width: 500px;
|
|
padding: 50px;
|
|
margin-top: 70px;
|
|
|
|
text-align: center;
|
|
|
|
box-shadow: 1px 1px 4px 1px #999;
|
|
|
|
.app_title{
|
|
width: 500px;
|
|
margin: 0;
|
|
|
|
color: #333;
|
|
}
|
|
|
|
.arnes_logo{
|
|
margin: 30px 0;
|
|
|
|
img{
|
|
width: 200px;
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
.tab{
|
|
font-size: 16px;
|
|
text-transform: none;
|
|
line-height: 24px;
|
|
}
|
|
|
|
input[type="button"]{
|
|
width: auto;
|
|
padding: 18px 30px;
|
|
margin: 30px 0 10px 0;
|
|
|
|
font-weight: 600;
|
|
text-transform: none;
|
|
|
|
background-color: rgb(227, 82, 5);
|
|
border-radius: 5px;
|
|
|
|
&:hover{
|
|
background-color: lighten(rgb(227, 82, 5), 10%);
|
|
}
|
|
}
|
|
}
|
|
|
|
.app_subtitle{
|
|
width: 500px;
|
|
margin: 10px auto;
|
|
|
|
color: #333;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
text-shadow: none;
|
|
}
|
|
}
|
|
} |