Sha256: b9ed6404e4efe6edc4494a067f58fd414f15406dfcdf48cc1ad45ea8f2545789
Contents?: true
Size: 704 Bytes
Versions: 5
Compression:
Stored size: 704 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; #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
5 entries across 5 versions & 1 rubygems