Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
03238d610e
@ -13,8 +13,10 @@ body {
|
||||
color: #343434;
|
||||
}
|
||||
|
||||
|
||||
#main {
|
||||
background-color: white;
|
||||
|
||||
}
|
||||
#main .main_content {
|
||||
max-width: unset;
|
||||
@ -29,13 +31,16 @@ body.landing_page #content.aai #main {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
header {
|
||||
height: unset;
|
||||
padding-top: unset;
|
||||
}
|
||||
header .header_container{
|
||||
height: unset;
|
||||
padding-top: 13px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
|
||||
max-width: 1160px;
|
||||
width: 95%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
@ -118,6 +123,7 @@ header nav span.lang_switch img {
|
||||
align-items: center;
|
||||
|
||||
max-width: 1160px;
|
||||
width: 95%;
|
||||
height: auto;
|
||||
|
||||
padding-top: 105px;
|
||||
@ -202,8 +208,9 @@ header nav span.lang_switch img {
|
||||
|
||||
.pomembne_povezave {
|
||||
max-width: 1160px;
|
||||
width: 95%;
|
||||
padding-top: 110px;
|
||||
padding-bottom: 210px;
|
||||
padding-bottom: 105px;
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
@ -268,7 +275,7 @@ header nav span.lang_switch img {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
@media screen and (max-width: 955px) {
|
||||
@media screen and (max-width: 1000px) {
|
||||
.povezave .col p {
|
||||
min-height: 110px;
|
||||
margin-bottom: 0px;
|
||||
@ -281,6 +288,7 @@ header nav span.lang_switch img {
|
||||
align-items: center;
|
||||
|
||||
/* background-color: white; */
|
||||
background-color: unset;
|
||||
border: 1px solid #F07D3E;
|
||||
color: #F07D3E;
|
||||
font-size: 16px;
|
||||
@ -291,7 +299,7 @@ header nav span.lang_switch img {
|
||||
margin: 0px auto;
|
||||
max-width: 165px;
|
||||
|
||||
background: linear-gradient(to left, white 50%, #F07D3E 50%) right;
|
||||
background: linear-gradient(to left,#FCFCFC 50%, #F07D3E 50%) right;
|
||||
background-size: 200%;
|
||||
transition: .3s ease-out;
|
||||
|
||||
@ -310,9 +318,11 @@ header nav span.lang_switch img {
|
||||
footer {
|
||||
/* max-width: 1160px;
|
||||
margin: auto; */
|
||||
padding-top: 105px;
|
||||
}
|
||||
footer .footer_content {
|
||||
max-width: 1160px;
|
||||
width: 95%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@ -428,6 +438,8 @@ input[type=button]:hover,
|
||||
|
||||
header {
|
||||
margin: none;
|
||||
padding-left: 25px;
|
||||
padding-right: 29px;
|
||||
}
|
||||
|
||||
/* header - arnes logo fix */
|
||||
@ -473,6 +485,7 @@ input[type=button]:hover,
|
||||
|
||||
.pomembne_povezave {
|
||||
padding-top: 68px;
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
|
||||
.povezave{
|
||||
@ -504,7 +517,7 @@ input[type=button]:hover,
|
||||
min-height: unset;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
/* @media screen and (max-width: 739px) {
|
||||
/* @media screen and (max-width: 735px) {
|
||||
.povezave .col p {
|
||||
min-height: 80px;
|
||||
}
|
||||
@ -515,7 +528,7 @@ input[type=button]:hover,
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 0px 25px;
|
||||
padding: 70px 25px 0px 25px;
|
||||
}
|
||||
|
||||
footer .footer_content {
|
||||
@ -567,7 +580,7 @@ input[type=button]:hover,
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
@media screen and (max-width: 740px) {
|
||||
|
||||
body.landing_page #main .main_content {
|
||||
padding: 0px;
|
||||
@ -664,7 +677,7 @@ input[type=button]:hover,
|
||||
position: relative;
|
||||
|
||||
|
||||
bottom: 30px;
|
||||
bottom: 15px;
|
||||
|
||||
-webkit-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
@ -851,10 +864,12 @@ input[type=button]:hover,
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 345px) {
|
||||
@media screen and (max-width: 365px) {
|
||||
footer .footer_content {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
footer .footer_content .col {
|
||||
|
Loading…
x
Reference in New Issue
Block a user