login/register padding, FOOTER popravki
This commit is contained in:
parent
fafac959ff
commit
64c84a4044
@ -277,6 +277,7 @@ footer {
|
|||||||
padding-top: 105px;
|
padding-top: 105px;
|
||||||
}
|
}
|
||||||
footer h2 {
|
footer h2 {
|
||||||
|
color: #343434 !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -289,9 +290,11 @@ footer .footer_content {
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
footer .footer_content .col {
|
footer .footer_content .col {
|
||||||
max-width: 254px;
|
max-width: 254px;
|
||||||
|
margin-right: unset;
|
||||||
}
|
}
|
||||||
footer .footer_content .col span {
|
footer .footer_content .col span {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -491,7 +494,6 @@ input[type=button]:hover,
|
|||||||
header .logo {
|
header .logo {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container {
|
.hero-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
@ -518,17 +520,14 @@ input[type=button]:hover,
|
|||||||
max-width: 280px;
|
max-width: 280px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.register_holder {
|
.register_holder {
|
||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
margin-bottom: 70px;
|
margin-bottom: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pomembne_povezave {
|
.pomembne_povezave {
|
||||||
padding-top: 68px;
|
padding-top: 68px;
|
||||||
padding-bottom: 70px;
|
padding-bottom: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave {
|
.povezave {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
@ -547,15 +546,12 @@ input[type=button]:hover,
|
|||||||
.povezave .col:last-child {
|
.povezave .col:last-child {
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#povezave-btn {
|
#povezave-btn {
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding: 70px 0px 0px 0px;
|
padding: 70px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
@ -597,20 +593,16 @@ input[type=button]:hover,
|
|||||||
body.landing_page #main .main_content {
|
body.landing_page #main .main_content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body #main .main_content h1 {
|
body #main .main_content h1 {
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .logo a img {
|
header .logo a img {
|
||||||
max-height: 29px;
|
max-height: 29px;
|
||||||
max-width: 95px;
|
max-width: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .logo a img:last-of-type {
|
header .logo a img:last-of-type {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container {
|
.hero-container {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
@ -629,27 +621,22 @@ input[type=button]:hover,
|
|||||||
.hero-container img {
|
.hero-container img {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.register_holder {
|
.register_holder {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
margin-bottom: 46px;
|
margin-bottom: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body #main .main_content .register_holder h1 {
|
body #main .main_content .register_holder h1 {
|
||||||
text-align: unset;
|
text-align: unset;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pomembne_povezave {
|
.pomembne_povezave {
|
||||||
padding-top: 46px;
|
padding-top: 46px;
|
||||||
padding-bottom: 46px;
|
padding-bottom: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 49px;
|
margin-bottom: 49px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave {
|
.povezave {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -661,7 +648,6 @@ input[type=button]:hover,
|
|||||||
.povezave .col p {
|
.povezave .col p {
|
||||||
min-height: unset;
|
min-height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave .col:nth-of-type(1),
|
.povezave .col:nth-of-type(1),
|
||||||
.povezave .col:nth-of-type(3),
|
.povezave .col:nth-of-type(3),
|
||||||
.povezave .col:nth-of-type(2),
|
.povezave .col:nth-of-type(2),
|
||||||
@ -669,20 +655,16 @@ input[type=button]:hover,
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave .col:nth-of-type(4) {
|
.povezave .col:nth-of-type(4) {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------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;
|
||||||
@ -726,42 +708,35 @@ input[type=button]:hover,
|
|||||||
#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: 100px;
|
top: 100px;
|
||||||
@ -771,9 +746,8 @@ input[type=button]:hover,
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 700px;
|
height: 700px;
|
||||||
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;
|
||||||
@ -781,7 +755,6 @@ input[type=button]:hover,
|
|||||||
#links .menu_item a {
|
#links .menu_item a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -174,7 +174,6 @@ header nav span.menu_item.active {
|
|||||||
|
|
||||||
footer .footer_content {
|
footer .footer_content {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 70px 20px;
|
padding: 70px 20px;
|
||||||
@ -184,6 +183,8 @@ footer .footer_content .col {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
|
max-width: 290px;
|
||||||
|
margin-right: 25px;
|
||||||
}
|
}
|
||||||
footer .footer_content .col span, footer .footer_content .col div.follow {
|
footer .footer_content .col span, footer .footer_content .col div.follow {
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
@ -867,12 +868,19 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
|
|||||||
}
|
}
|
||||||
footer .footer_content {
|
footer .footer_content {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 20px 0;
|
padding: 50px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
footer .footer_content .col {
|
footer .footer_content .col {
|
||||||
|
max-width: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
footer .footer_content .col h2 {
|
||||||
|
padding-top: 12px;
|
||||||
|
}
|
||||||
|
footer .footer_content .col a {
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
footer .footer_content .col .follow {
|
footer .footer_content .col .follow {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@ -896,6 +904,10 @@ body.landing_page #main {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main .main_content {
|
||||||
|
padding: 70px 0px 305px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
height: unset;
|
height: unset;
|
||||||
padding-top: 13px;
|
padding-top: 13px;
|
||||||
@ -1043,11 +1055,12 @@ footer .footer_content {
|
|||||||
max-width: 1160px;
|
max-width: 1160px;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0px;
|
padding: 67px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .footer_content h2 {
|
footer .footer_content h2 {
|
||||||
font-family: "Source Sans Pro";
|
font-family: "Source Sans Pro";
|
||||||
|
color: #1e88e5;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
@ -1060,6 +1073,10 @@ footer .footer_content .col a:hover {
|
|||||||
color: #4ca0ea;
|
color: #4ca0ea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main footer .footer_content col {
|
||||||
|
max-width: 290px;
|
||||||
|
}
|
||||||
|
|
||||||
footer .footer_content .col1-flex {
|
footer .footer_content .col1-flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -1071,6 +1088,10 @@ footer .footer_content .col span {
|
|||||||
|
|
||||||
footer .footer_content .col a {
|
footer .footer_content .col a {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 26px;
|
||||||
|
font-family: "Source Sans Pro";
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .footer_content .col3 .social_logo_flex a:first-of-type {
|
footer .footer_content .col3 .social_logo_flex a:first-of-type {
|
||||||
|
@ -339,6 +339,7 @@ footer {
|
|||||||
padding-top: 105px;
|
padding-top: 105px;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
color: #343434 !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -353,9 +354,11 @@ footer {
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
.col {
|
.col {
|
||||||
max-width: 254px;
|
max-width: 254px;
|
||||||
|
margin-right: unset;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -154,13 +154,21 @@
|
|||||||
|
|
||||||
.footer_content{
|
.footer_content{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 20px 0;
|
padding: 50px 0;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.col{
|
.col{
|
||||||
|
max-width: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
h2{
|
||||||
|
padding-top: 12px;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.follow{
|
.follow{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,9 @@ $blue: #1e88e5;
|
|||||||
body.landing_page #main {
|
body.landing_page #main {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
#main .main_content {
|
||||||
|
padding: 70px 0px 305px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
height: unset;
|
height: unset;
|
||||||
@ -175,12 +178,13 @@ footer .footer_content {
|
|||||||
max-width: $max_sirina;
|
max-width: $max_sirina;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0px;
|
padding: 67px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer .footer_content h2 {
|
footer .footer_content h2 {
|
||||||
font-family: $SansPro_font;
|
font-family: $SansPro_font;
|
||||||
|
color: $blue;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
@ -194,9 +198,9 @@ footer .footer_content .col a:hover{
|
|||||||
color: $light_blue;
|
color: $light_blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// footer .footer_content .col {
|
#main footer .footer_content col {
|
||||||
// max-width: 290px;
|
max-width: 290px;
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
footer .footer_content .col1-flex{
|
footer .footer_content .col1-flex{
|
||||||
@ -208,6 +212,11 @@ footer .footer_content .col span{
|
|||||||
}
|
}
|
||||||
footer .footer_content .col a {
|
footer .footer_content .col a {
|
||||||
color: $black;
|
color: $black;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 26px;
|
||||||
|
|
||||||
|
font-family: $SansPro_font;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .footer_content .col3 .social_logo_flex a:first-of-type{
|
footer .footer_content .col3 .social_logo_flex a:first-of-type{
|
||||||
|
@ -2,7 +2,7 @@ footer{
|
|||||||
|
|
||||||
.footer_content{
|
.footer_content{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
// justify-content: space-between;
|
||||||
|
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -14,6 +14,9 @@ footer{
|
|||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
|
max-width: 290px;
|
||||||
|
|
||||||
|
margin-right: 25px;
|
||||||
|
|
||||||
span, div.follow{
|
span, div.follow{
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
@ -30,3 +30,4 @@
|
|||||||
// popravki - Nejc Kovac
|
// popravki - Nejc Kovac
|
||||||
@import "./basic/popravki.scss";
|
@import "./basic/popravki.scss";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user