Sha256: e02786e90ae251a40f03caa5bd9ba8802de281f5c267316eb04f94d822d6b7b9
Contents?: true
Size: 858 Bytes
Versions: 20
Compression:
Stored size: 858 Bytes
Contents
.header { color: #fff; background-image: url($background-image); background-color: $nord-color-0; background-size: cover; margin-bottom: 2.5em; display: flex; align-items: center; .title { @extend .container; padding-top: $page-header-padding-top; padding-bottom: $page-header-padding-bottom; } .home { @extend .container; padding-top: $home-header-padding-top; padding-bottom: $home-header-padding-bottom; } h1 { text-shadow: 0 0 5px #000; } p { text-shadow: 0 0 5px #000; } .btn { margin-bottom: $line-height-base - 1em; margin-right: $line-height-base - 1em; } .paginator { color: $white; background: $black; font-size: $h1-font-size; margin: 0; padding: 1em; opacity: 0.2; &:hover { opacity: 1; } &.disabled { opacity: 0; } } }
Version data entries
20 entries across 20 versions & 1 rubygems