login/register form popravki

This commit is contained in:
Nejc Kovač 2022-06-29 14:28:04 +02:00
parent 763a668c74
commit 66526c3fc6
6 changed files with 30 additions and 8 deletions

View File

@ -327,6 +327,10 @@ footer .col a {
line-height: 26px;
}
footer .footer_content .col3 .social_logo_flex a:first-of-type {
margin-right: 0px;
}
.social_logo_flex img {
margin-right: 20px;
}

View File

@ -143,7 +143,6 @@ header nav {
display: flex;
align-self: flex-end;
font-size: 17px;
text-transform: uppercase;
font-weight: 600;
}
header nav span.menu_item {
@ -823,6 +822,10 @@ body.reset_password_activate div.label {
}
#links .menu_item a {
font-size: 16px;
color: #333333;
}
#links .menu_item a:hover {
color: #1E88E5;
}
body #main .main_content {
padding: 10px 20px 40px 20px;
@ -1013,13 +1016,17 @@ header .logo a img {
.nav-desktop {
align-items: center;
padding-bottom: 12px;
padding-bottom: 19px;
}
header nav span.lang_switch .flag img {
padding-right: 8px;
}
.flag img {
padding-right: 8px;
}
.flag {
display: flex;
align-items: unset;
@ -1064,7 +1071,7 @@ body.landing_page #main .landing_page_window {
}
body.landing_page #main .landing_page_window #login_holder .login_form {
padding: 25px 23px;
padding: 25px 25px;
position: unset;
}
@ -1185,7 +1192,7 @@ footer .footer_content {
max-width: 1160px;
width: 95%;
margin: auto;
padding: 67px 0px 66px 0px;
padding: 70px 0px 70px 0px;
}
footer .footer_content h2 {

View File

@ -401,6 +401,10 @@ footer {
}
}
footer .footer_content .col3 .social_logo_flex a:first-of-type{
margin-right: 0px;
}
.social_logo_flex img {
margin-right: 20px;

View File

@ -146,6 +146,10 @@
margin-top: 30px;
a {
font-size: 16px;
color: #333333 ;
}
a:hover{
color: #1E88E5;
}
}

View File

@ -42,11 +42,14 @@ header .logo a img {
}
.nav-desktop {
align-items: center;
padding-bottom: 12px;
padding-bottom: 19px;
}
header nav span.lang_switch .flag img {
padding-right: 8px;
}
.flag img{
padding-right: 8px;
}
.flag {
display: flex;
align-items: unset;
@ -94,7 +97,7 @@ body.landing_page #main .landing_page_window {
}
body.landing_page #main .landing_page_window #login_holder .login_form {
padding: 25px 23px;
padding: 25px 25px;
position: unset;
}
@ -229,7 +232,7 @@ footer .footer_content {
max-width: $max_sirina;
width: 95%;
margin: auto;
padding: 67px 0px 66px 0px;
padding: 70px 0px 70px 0px;
}

View File

@ -25,7 +25,7 @@ header{
align-self: flex-end;
font-size: 17px;
text-transform: uppercase;
// text-transform: uppercase;
font-weight: 600;
span.menu_item{