2022-06-26 18:03:54 +02:00

245 lines
4.6 KiB
SCSS

$SansPro_font: "Source Sans Pro";
$max_sirina: (1160px);
$black: #333333;
$light_blue: #4ca0ea;
$blue: #1e88e5;
$input_border: 1px solid #C4C4C4;
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
/*
Author : Nejc Kovač
Urejanje landing page
*/
/* @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); */
body.landing_page #main {
background-image: none;
}
#main .main_content {
padding: 70px 0px 305px 0px;
}
header {
height: unset;
padding-top: 13px;
padding-left: 0px;
padding-right: 0px;
max-width: 1160px;
width: 95%;
margin: auto;
font-family: $SansPro_font;
}
header nav{
font-weight: 400;
}
header .logo a img {
height: 45px;
}
.nav-desktop {
align-items: center;
padding-bottom: 13px;
}
.flag {
display: flex;
align-items: unset;
}
header nav span.menu_item{
border-bottom: unset;
}
.landing_page_content {
font-family: "Source Sans Pro", "sans-serif";
text-align: center;
color: #333333;
}
.landing_page_content .landing_page_title {
font-weight: 300;
font-size: 50px;
line-height: 63px;
}
body.landing_page #main .app_subtitle {
text-shadow: unset;
color: #333333;
font-weight: 400;
line-height: 26px;
font-size: 18px;
margin-top: 25px;
margin-bottom: 24px;
}
body.landing_page #main .landing_page_window {
border: 1px solid #C4C4C4;
max-width: 400px;
width: unset;
min-height: 327px;
}
body.landing_page #main .landing_page_window #login_holder .login_form {
padding: 25px 23px;
}
body.landing_page #main .landing_page_window .tabs .tab {
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
height: 39px;
display: flex;
justify-content: center;
align-items: center;
}
body.landing_page #main .landing_page_window .tabs .tab.active {
color: #1E88E5;
}
body.landing_page #main .landing_page_window label {
text-align: left;
font-size: 16px;
margin: 15px 0px 4px 0px;
}
.landing_page_window input[type="text"] {
padding: 0px;
padding-left: 8px;
height: 38px;
max-width: 354px;
border: $input_border;
}
.landing_page_window input[type="password"] {
padding: 0px;
padding-left: 8px;
height: 38px;
max-width: 354px;
border: $input_border;
}
body.landing_page #main .landing_page_window input[type="submit"] {
align-self: unset;
width: unset;
max-width: 354px;
margin: 16px 0px;
font-weight: 700;
padding: 12.5px 0px;
line-height: 20px;
}
body.landing_page #main .landing_page_window #login_holder .login_form .lostpass {
position: unset;
text-align: left;
text-decoration-line: underline;
text-decoration-color: $blue;
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
body.landing_page #main .landing_page_window #login_holder .login_form .lostpass a {
font-weight: 400;
}
/* REGISTRACIJA */
body.landing_page #main .landing_page_window .register_window {
padding: 24px 23px 25px 23px;
}
body.landing_page #main .landing_page_window .register_window a {
position: unset;
text-align: left;
text-decoration-line: underline;
text-decoration-color: $blue;
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
body.landing_page #main .landing_page_window .register_window .checkbox_text_holder{
font-weight: 400;
}
body.landing_page #main .landing_page_window .register_window .lostpass {
position: unset;
text-align: left;
text-decoration-line: underline;
text-decoration-color: $blue;
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
footer .footer_content {
max-width: $max_sirina;
width: 95%;
margin: auto;
padding: 67px 0px 0px 0px;
}
footer .footer_content h2 {
font-family: $SansPro_font;
color: $blue;
text-transform: uppercase;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin: 0px;
padding-bottom: 12px;
}
footer .footer_content .col a:hover{
color: $light_blue;
}
#main footer .footer_content col {
max-width: 290px;
}
footer .footer_content .col1-flex{
display: flex;
flex-direction: column;
}
footer .footer_content .col span{
padding: 0px 0px 12px 0px;
}
footer .footer_content .col a {
color: $black;
font-weight: 400;
font-size: 18px;
line-height: 26px;
font-family: $SansPro_font;
}
footer .footer_content .col3 .social_logo_flex a:first-of-type{
margin-right: 20px;
}