Redesign - popravek sirine texta "stran 1"... pri urejanju
This commit is contained in:
parent
f354c1eba7
commit
9372f5f0a2
@ -3,7 +3,8 @@
|
||||
Created on : 28.3.2020
|
||||
Author : Peter Hrvatin
|
||||
*/
|
||||
/* BARVE */ /* FONTI */
|
||||
/* BARVE */
|
||||
/* FONTI */
|
||||
@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");
|
||||
.thin {
|
||||
@ -723,13 +724,16 @@ body.reset_password_activate div.label {
|
||||
#main .main_content {
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
/* --------------HAMBURGER---------------------------------- */
|
||||
.nav-desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#nav-icon3 {
|
||||
width: 38px;
|
||||
height: 20px;
|
||||
@ -773,35 +777,42 @@ body.reset_password_activate div.label {
|
||||
#nav-icon3 span:nth-child(4) {
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(1) {
|
||||
top: 9px;
|
||||
width: 0%;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(2) {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(3) {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(4) {
|
||||
top: 9px;
|
||||
width: 0%;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
#links {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* */
|
||||
.aai a {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#links.open {
|
||||
position: absolute;
|
||||
top: 72px;
|
||||
@ -811,8 +822,9 @@ body.reset_password_activate div.label {
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background-color: rgb(255, 255, 255);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#links .menu_item {
|
||||
font-size: 30px;
|
||||
margin-top: 30px;
|
||||
@ -824,6 +836,7 @@ body.reset_password_activate div.label {
|
||||
#links .menu_item a:hover {
|
||||
color: #1E88E5;
|
||||
}
|
||||
|
||||
body #main .main_content {
|
||||
padding: 10px 20px 40px 20px;
|
||||
}
|
||||
@ -865,6 +878,7 @@ body #main .main_content input[type=button] {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body.landing_page,
|
||||
body.login,
|
||||
body.register,
|
||||
@ -951,6 +965,7 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 0 20px;
|
||||
}
|
||||
@ -981,6 +996,7 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
|
||||
footer .footer_content .logo_holder img {
|
||||
margin: 20px auto 30px auto;
|
||||
}
|
||||
|
||||
.cookie_notice {
|
||||
flex-direction: column;
|
||||
}
|
||||
@ -988,6 +1004,7 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
|
||||
margin: 0 0 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body #main .main_content .register_holder h1 {
|
||||
font-size: 50px;
|
||||
font-weight: 300;
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -118,7 +118,8 @@ $branching_main_size_small: calc(100% - 525px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
width: 200px;
|
||||
white-space: nowrap;
|
||||
padding-right: 16px;
|
||||
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
@ -130,7 +131,9 @@ $branching_main_size_small: calc(100% - 525px);
|
||||
.pb_page_hover{
|
||||
display: none;
|
||||
align-items: center;
|
||||
width: 200px;
|
||||
|
||||
white-space: nowrap;
|
||||
padding-right: 16px;
|
||||
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
|
@ -55,6 +55,7 @@
|
||||
|
||||
width: auto;
|
||||
margin-left: 8px;
|
||||
padding-right: 0px;
|
||||
|
||||
font-weight: 600;
|
||||
font-size: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user