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
|
Created on : 28.3.2020
|
||||||
Author : Peter Hrvatin
|
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/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 {
|
||||||
@ -723,13 +724,16 @@ 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;
|
||||||
@ -773,35 +777,42 @@ 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;
|
||||||
@ -811,8 +822,9 @@ body.reset_password_activate div.label {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links .menu_item {
|
#links .menu_item {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
@ -824,6 +836,7 @@ 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;
|
||||||
}
|
}
|
||||||
@ -865,6 +878,7 @@ 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,
|
||||||
@ -951,6 +965,7 @@ 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;
|
||||||
}
|
}
|
||||||
@ -981,6 +996,7 @@ 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;
|
||||||
}
|
}
|
||||||
@ -988,6 +1004,7 @@ 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;
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -118,7 +118,8 @@ $branching_main_size_small: calc(100% - 525px);
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
width: 200px;
|
white-space: nowrap;
|
||||||
|
padding-right: 16px;
|
||||||
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -130,7 +131,9 @@ $branching_main_size_small: calc(100% - 525px);
|
|||||||
.pb_page_hover{
|
.pb_page_hover{
|
||||||
display: none;
|
display: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 200px;
|
|
||||||
|
white-space: nowrap;
|
||||||
|
padding-right: 16px;
|
||||||
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -55,6 +55,7 @@
|
|||||||
|
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
padding-right: 0px;
|
||||||
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user