login/rregister form popravljen padding ob errorjih, tab background-colot

This commit is contained in:
Nejc Kovač 2022-07-15 15:16:06 +02:00
parent 9886482dd1
commit 12eaf296c4
2 changed files with 7 additions and 17 deletions

View File

@ -1088,18 +1088,14 @@ body.landing_page #main .landing_page_window #login_holder .login_form {
body.landing_page #main .landing_page_window .tabs .tab {
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
background-color: #F8F8F8;
height: 39px;
display: flex;
justify-content: center;
align-items: center;
}
body.landing_page #main .landing_page_window .tabs .tab {
background-color: #F8F8F8;
}
body.landing_page #main .landing_page_window .tabs .tab.active {
color: #1E88E5;
background-color: #FFFFFF;
@ -1263,6 +1259,7 @@ body.login_noEmail #main {
body.login_noEmail #main .main_content {
padding-top: 70px;
min-height: 772px;
}
body.login_noEmail #main .app_subtitle {
@ -1288,7 +1285,6 @@ body.login_noEmail #main .landing_page_window .tabs .tab {
color: #888888;
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
height: 39px;
display: flex;
@ -1351,6 +1347,7 @@ body.login #main {
body.login #main .main_content {
padding-top: 70px;
min-height: 772px;
}
body.login #main .app_subtitle {
@ -1370,10 +1367,8 @@ body.login #main .landing_page_window {
body.login #main .landing_page_window .tabs .tab {
background-color: #F8F8F8;
color: #888888;
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
height: 39px;
display: flex;
@ -1455,7 +1450,6 @@ body.register #main .landing_page_window .tabs .tab {
color: #888888;
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
height: 39px;
display: flex;

View File

@ -106,8 +106,8 @@ body.landing_page #main .landing_page_window .tabs .tab {
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
background-color: #F8F8F8;
height: 39px;
@ -115,9 +115,7 @@ body.landing_page #main .landing_page_window .tabs .tab {
justify-content: center;
align-items: center;
}
body.landing_page #main .landing_page_window .tabs .tab{
background-color: #F8F8F8;
}
body.landing_page #main .landing_page_window .tabs .tab.active {
color: #1E88E5;
@ -308,6 +306,7 @@ body.login_noEmail #main{
body.login_noEmail #main .main_content{
padding-top: 70px;
min-height: 772px;
}
body.login_noEmail #main .app_subtitle {
@ -336,7 +335,6 @@ body.login_noEmail #main .landing_page_window .tabs .tab {
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
height: 39px;
display: flex;
@ -409,6 +407,7 @@ body.login #main{
body.login #main .main_content{
padding-top: 70px;
min-height: 772px;
}
body.login #main .app_subtitle {
@ -430,11 +429,9 @@ body.login #main .landing_page_window{
body.login #main .landing_page_window .tabs .tab {
background-color: $color_background_grey;
color: #888888;
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
height: 39px;
display: flex;
@ -530,7 +527,6 @@ body.register #main .landing_page_window .tabs .tab {
font-size: 16px;
font-weight: 600;
background-color: unset;
color: #777777;
height: 39px;
display: flex;