Sha256: 9e948a69ced35a32a9202bfe409ea7e4a2cc46d9e52144f655f74d5cd79a36ab
Contents?: true
Size: 1.65 KB
Versions: 21
Compression:
Stored size: 1.65 KB
Contents
.header { @include header-links; color: $white; background-image: url($centos-img-motif); background-color: $dark; background-size: cover; background-position: top right; text-shadow: 0 0 5px $dark; &__home { display: flex; justify-content: center; flex-direction: column; padding-top: calc(#{$navbar-brand-height} * 4); padding-bottom: calc(#{$navbar-brand-height} * 6); margin-top: $navbar-brand-height; &__title, &__description, &__preamble { @extend .container; } &__description { @extend .lead; } } &__page { padding-top: calc(#{$navbar-brand-height} * 2); padding-bottom: calc(#{$navbar-brand-height} * 4); margin-top: $navbar-brand-height; display: flex; justify-content: center; flex-direction: column; &__title, &__description { @extend .container; text-shadow: 0 0 5px $dark; } &__description { @extend .lead; } } &__blog, &__post { padding-top: calc(#{$navbar-brand-height} * 2); padding-bottom: calc(#{$navbar-brand-height} * 4); margin-top: $navbar-brand-height; display: flex; justify-content: space-between; flex-direction: row; &__newer, &__older { padding: 0.5em; font-size: $h3-font-size; color: $white; background: $dark; opacity: 0.3; &:hover { opacity: 0.65; } &--disabled { opacity: 0; &:hover { opacity: 0; } } } &__present { @extend .container; } &__title, &__description { text-shadow: 0 0 5px $dark; } &__description { @extend .lead; } } }
Version data entries
21 entries across 21 versions & 1 rubygems