potrditev registracije: gumb font sans pro

This commit is contained in:
Nejc Kovač 2022-07-18 12:36:00 +02:00
parent 89808de65b
commit 4c42185458
2 changed files with 11 additions and 20 deletions

View File

@ -3,8 +3,7 @@
Created on : 28.3.2020 Created on : 28.3.2020
Author : Peter Hrvatin Author : Peter Hrvatin
*/ */
/* BARVE */ /* BARVE */ /* FONTI */
/* FONTI */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700&subset=latin-ext"); @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
.thin { .thin {
@ -731,16 +730,13 @@ body.reset_password_activate div.label {
#main .main_content { #main .main_content {
min-height: unset; min-height: unset;
} }
/* --------------HAMBURGER---------------------------------- */ /* --------------HAMBURGER---------------------------------- */
.nav-desktop { .nav-desktop {
display: none; display: none;
} }
.mobile { .mobile {
display: block; display: block;
} }
#nav-icon3 { #nav-icon3 {
width: 38px; width: 38px;
height: 20px; height: 20px;
@ -784,42 +780,35 @@ body.reset_password_activate div.label {
#nav-icon3 span:nth-child(4) { #nav-icon3 span:nth-child(4) {
top: 18px; top: 18px;
} }
#nav-icon3.open span:nth-child(1) { #nav-icon3.open span:nth-child(1) {
top: 9px; top: 9px;
width: 0%; width: 0%;
left: 50%; left: 50%;
} }
#nav-icon3.open span:nth-child(2) { #nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg); -moz-transform: rotate(45deg);
-o-transform: rotate(45deg); -o-transform: rotate(45deg);
transform: rotate(45deg); transform: rotate(45deg);
} }
#nav-icon3.open span:nth-child(3) { #nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg); -o-transform: rotate(-45deg);
transform: rotate(-45deg); transform: rotate(-45deg);
} }
#nav-icon3.open span:nth-child(4) { #nav-icon3.open span:nth-child(4) {
top: 9px; top: 9px;
width: 0%; width: 0%;
left: 50%; left: 50%;
} }
#links { #links {
display: none; display: none;
} }
/* */ /* */
.aai a { .aai a {
color: #333333; color: #333333;
} }
#links.open { #links.open {
position: absolute; position: absolute;
top: 72px; top: 72px;
@ -829,9 +818,8 @@ body.reset_password_activate div.label {
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background-color: white; background-color: rgb(255, 255, 255);
} }
#links .menu_item { #links .menu_item {
font-size: 30px; font-size: 30px;
margin-top: 30px; margin-top: 30px;
@ -843,7 +831,6 @@ body.reset_password_activate div.label {
#links .menu_item a:hover { #links .menu_item a:hover {
color: #1E88E5; color: #1E88E5;
} }
body #main .main_content { body #main .main_content {
padding: 10px 20px 40px 20px; padding: 10px 20px 40px 20px;
} }
@ -885,7 +872,6 @@ body #main .main_content input[type=button] {
margin: 0; margin: 0;
width: 100%; width: 100%;
} }
body.landing_page, body.landing_page,
body.login, body.login,
body.register, body.register,
@ -972,7 +958,6 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
} }
footer { footer {
padding: 0 20px; padding: 0 20px;
} }
@ -1003,7 +988,6 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
footer .footer_content .logo_holder img { footer .footer_content .logo_holder img {
margin: 20px auto 30px auto; margin: 20px auto 30px auto;
} }
.cookie_notice { .cookie_notice {
flex-direction: column; flex-direction: column;
} }
@ -1011,7 +995,6 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
margin: 0 0 20px 0; margin: 0 0 20px 0;
text-align: center; text-align: center;
} }
body #main .main_content .register_holder h1 { body #main .main_content .register_holder h1 {
font-size: 50px; font-size: 50px;
font-weight: 300; font-weight: 300;
@ -1527,6 +1510,10 @@ body.register #main .landing_page_window label:first-of-type {
margin-top: 0px; margin-top: 0px;
} }
.register_email input[type=button] {
font-family: "Source Sans Pro", "sans-serif";
}
/* GDPR ZAHTEVEK -------------------------------------- */ /* GDPR ZAHTEVEK -------------------------------------- */
#main { #main {
background-color: #FFFFFF; background-color: #FFFFFF;

View File

@ -587,4 +587,8 @@ body.register #main .landing_page_window label:first-of-type {
margin-top: 0px; margin-top: 0px;
} }
// ----------------------------------------- // ------REGISTER_EMAIL----------------------------------
.register_email input[type="button"] {
font-family: $SansPro_font;
}