Sha256: 5865082bad43c68b63e481ae2d5a3c4f303cfa92d1ba033a7f7950cfe09bdd1f
Contents?: true
Size: 1003 Bytes
Versions: 12
Compression:
Stored size: 1003 Bytes
Contents
@mixin logo-variant-background-image( $first-page-only, $top, $min-width, $max-width, $width, $height, $mobile-height, $phone-top ) { $page-selector: if($first-page-only, ":first-child", ""); .js .page#{$page-selector} { .content_and_background .scroller > div:after { content: ""; position: absolute; left: 8%; top: $top; z-index: 200; min-width: $min-width; max-width: $max-width; width: $width; height: $height; background-image: image-url("pageflow/themes/#{$theme-name}/logo_header.png"); background-repeat: no-repeat; background-size: contain; background-position: left top; @include mobile { padding-top: 1%; height: $mobile-height; } @include phone { top: $phone-top; } } &.invert .content_and_background .scroller > div:after { background-image: image-url("pageflow/themes/#{$theme-name}/logo_header_invert.png"); } } }
Version data entries
12 entries across 12 versions & 1 rubygems