Sha256: b2c039aec8d95ec3f6ec26819af4a04fa111c29c0a5af3b32a94a6ec3ec42d3d
Contents?: true
Size: 764 Bytes
Versions: 10
Compression:
Stored size: 764 Bytes
Contents
$bg-img: image-url("foreman_theme_satellite/login_bg.svg"); $bg-size: 55% auto; $bg-color: #202020; $bg-repeat: no-repeat; $brand-margin: 150px 15% 0 0; $brand-max-width: none; .satellite-theme { #login-page { .login-pf { background-image: $bg-img; background-size: $bg-size; background-color: $bg-color; background-repeat: $bg-repeat; } .login-pf-brand { margin: $brand-margin; max-width: $brand-max-width; } .external-logout { background-image: $bg-img; background-size: $bg-size; background-color: $bg-color; background-repeat: $bg-repeat; header img.brand { margin: $brand-margin !important; max-width: $brand-max-width !important; } } } }
Version data entries
10 entries across 10 versions & 1 rubygems