AAI header active sprememba barve brez borderja

This commit is contained in:
Nejc Kovač 2022-06-17 12:06:47 +02:00
parent 6f55b746ae
commit b02cde7083

View File

@ -69,7 +69,10 @@ header nav span.menu_item a:hover {
} }
header nav span.menu_item.active { header nav span.menu_item.active {
border-bottom: 3px #F07D3E solid; border-bottom: unset;
}
header nav span.menu_item.active a {
color: #F07D3E;
} }
header .logo a img { header .logo a img {
@ -465,6 +468,8 @@ form p:first-of-type {
margin: 20px 0px 6px 0px; margin: 20px 0px 6px 0px;
} }
body.gdpr div.zahtevek { body.gdpr div.zahtevek {
padding: 6px 0px; padding: 6px 0px;
} }
@ -473,8 +478,12 @@ body.gdpr div.zahtevek:last-of-type {
} }
body.gdpr div.zahtevek label input { body.gdpr div.zahtevek label input {
margin-left: 0px; margin-left: 0px;
height: 18px;
width: 18px;
} }
/* tekst nad poljem za opis */ /* tekst nad poljem za opis */
form p:nth-of-type(2){ form p:nth-of-type(2){
margin: 20px 0px; margin: 20px 0px;
@ -720,6 +729,10 @@ input[type=button]:hover,
margin-top: 50px; margin-top: 50px;
margin-bottom: 46px; margin-bottom: 46px;
} }
body #main .main_content .register_holder h1 {
text-align: unset;
}
.pomembne_povezave { .pomembne_povezave {
padding-top: 46px; padding-top: 46px;