Sha256: 3b22712c8d375f31ac98d92b09ce1725101f9f3e5e771cdf12c3c56193ae2790
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 Bytes
Contents
@import "active_admin/mixins"; @import "active_admin/base"; <% if Rails.env == 'production' %> @import "production"; <% end %> body.active_admin { @import "active_admin/pages/logged_out"; #header { #session { display: inline-block; color: #cdcdcd; float: right; margin-right: 20px; margin-bottom: 0px; padding-top: 3px; font-size: 1em; font-weight: normal; } } body.logged_out #content_wrapper { width: 600px; } ul li { list-style-type: circle; } #login { form { input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], textarea { padding: 8px 7px; } input[type=submit] { @include dark-button; margin-left: 20px; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_leonardo-0.9.0 | lib/generators/leolay/templates/styles/active/stylesheets/app/stylesheet.scss.erb |