header.css
107 lines
| 1.6 KiB
| text/css
|
LassoCssLexer
|
r41 | #igp-top{ | |
|
r35 | height:35px; | |
|
r41 | background-color: var(--primary); | |
} | |||
#igp-top .navbar{ | |||
padding: 0 0; | |||
|
r25 | } | |
|
r35 | .nav-social a { | |
text-align: center; | |||
line-height: 23px; | |||
width: 25px; | |||
margin-right: 10px; | |||
color: #fff !important; | |||
} | |||
.nav-social a:hover{ | |||
background-color: #277ea0; | |||
} | |||
|
r41 | .navbar { | |
padding: 7px 0; | |||
|
r35 | } | |
|
r41 | ||
.navbar-toggler-icon { | |||
font-size: 0.75em; | |||
padding-top: 5px; | |||
} | |||
|
r35 | .nav-contacto{ | |
margin-top: 5px; | |||
|
r41 | display: contents; | |
|
r35 | } | |
|
r41 | .nav-contacto li{ | |
|
r35 | font-size: 14px; | |
margin-left: 10px; | |||
display: inline; | |||
color: #fff; | |||
} | |||
|
r41 | .nav-contacto ul>li:last-of-type { | |
|
r35 | padding-left: 10px; | |
border-left: 1px solid white; | |||
} | |||
|
r41 | .nav-contacto li a{ | |
|
r35 | color: #fff; | |
text-decoration: none; | |||
} | |||
|
r41 | .navbar-igp-1 { | |
display: contents; | |||
} | |||
.navbar-igp-1 .nav-link { | |||
color: var(--secondary); | |||
display: inline; | |||
padding: 0; | |||
} | |||
.navbar-igp-1 li.active a, | |||
.navbar-igp-1 li a:hover { | |||
color: var(--tertiary); | |||
} | |||
.navbar-igp-1 li:after { | |||
content: '|'; | |||
margin: 0.2em; | |||
} | |||
.navbar-igp-1 ul>li:last-of-type:after { | |||
margin-right: 0; | |||
} | |||
#igp-bottom { | |||
background-color: var(--bg-sections); | |||
border-bottom: var(--bd-sections); | |||
border-top: var(--bd-sections); | |||
} | |||
#igp-bottom .navbar { | |||
padding: 7px 0; | |||
|
r35 | } | |
|
r41 | .navbar-igp-2 .nav-link { | |
color: var(--tertiary); | |||
display: inline; | |||
padding: 0; | |||
|
r35 | } | |
|
r41 | .navbar-igp-2 ul>li:not(:first-of-type):before { | |
content: '|'; | |||
margin: 0.2em; | |||
|
r35 | } | |
|
r41 | ||
.logo{ | |||
height: 40px; | |||
padding-right: 0.5em; | |||
} | |||
@media (max-width: 768px){ | |||
.logo{ | |||
height: 30px; | |||
} | |||
.navbar-igp-1 li:after { | |||
content: ''; | |||
} | |||
} |