diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 6364f2a60..9b9f082f8 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -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; diff --git a/resources/sass/frontend_simple/basic/popravki.scss b/resources/sass/frontend_simple/basic/popravki.scss index 34f0d7b80..17cb62295 100644 --- a/resources/sass/frontend_simple/basic/popravki.scss +++ b/resources/sass/frontend_simple/basic/popravki.scss @@ -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;