diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-10 20:23:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-10 20:23:00 -0500 |
commit | 882d9d10def8c49b3eeb548d17462933fa2c5048 (patch) | |
tree | 6b6f5604d082daca254576c81a4788f7ee528944 /src/sass/custom/_header.sass | |
download | lidra-882d9d10def8c49b3eeb548d17462933fa2c5048.tar.lz lidra-882d9d10def8c49b3eeb548d17462933fa2c5048.tar.xz lidra-882d9d10def8c49b3eeb548d17462933fa2c5048.zip |
first commit
Diffstat (limited to 'src/sass/custom/_header.sass')
-rw-r--r-- | src/sass/custom/_header.sass | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/src/sass/custom/_header.sass b/src/sass/custom/_header.sass new file mode 100644 index 0000000..960b97c --- /dev/null +++ b/src/sass/custom/_header.sass @@ -0,0 +1,134 @@ +header + .logo + padding-top: 2rem + padding-bottom: 2rem + padding-left: 0 + a + display: inline-block + h1 + margin-top: 0 + margin-bottom: 0 + a + &.title_header + color: $gris_oscuro + text-decoration: none + font-family: $oswald + font-size: 1.8rem + height: auto + padding: 0px 0px + &:hover + color: $gris_claro + h2 + font-size: 1rem + a + &.title_description + color: $gris_claro + text-decoration: none + font-family: $oswald + font-size: 1em + height: auto + padding: 0px 0px + .sociales + text-align: right + line-height: 5em + margin-top: 0.625em + a + border-radius: 50% + width: 2.5em + height: 2.5em + text-align: center + line-height: 2.5em + display: inline-block + background: navy + color: $blanco + margin-left: 1.25em + &.gnusocial + background: $gnusocial + &:hover + background: $gnusocial_hover + &.diaspora + background: $diaspora + &:hover + background: $diaspora_hover + &.gitlab + background: $gitlab + &:hover + background: $gitlab_hover + &.notabug + background: $notabug + &:hover + background: $notabug_hover + .menu + background: $azul_primario + ul + list-style: none + overflow: visible + margin-top: 0.4rem + padding: 0 + li + float: left + display: inline-block + a + color: $blanco + display: inline-block + padding: 1em 1.25rem + font-size: 0.87rem + font-weight: 600 + color: $blanco + &:hover + text-decoration: none + background: $azul_secudario + .navbar + background: $azul_primario + padding: 0rem + /*sub-menu*/ + .container + .primary_nav_wrap + ul + background: $azul_primario + list-style: none + margin: 0 + padding: 0 + z-index: 2 + a + display: block + color: $blanco + font-weight: 600 + text-decoration: none + line-height: 4em + padding: 0 0.9375em + li + position: relative + float: left + margin: 0 + padding: 0 + &.current-menu-item + &.current_page_item + background: $azul_secudario + a + padding: 0 0.9375em + &:hover + background: $azul_secudario + > ul + display: block + ul + &.sub-menu + display: none + position: absolute + top: 100% + left: 0 + background: $azul_primario + padding: 0 + li + float: none + width: 200px + max-width: 100% + -moz-transition-duration: .3s + -webkit-transition-duration: .3s + transition-duration: .3s + ul + top: 0 + left: 100% + a + line-height: 120% + padding: 0.625em 0.9375em |