Sha256: e815d093455c59cc3f715e45a85e8b9a354d6529df90a36c6c6d7365e6e8d0d8

Contents?: true

Size: 837 Bytes

Versions: 6

Compression:

Stored size: 837 Bytes

Contents

&.logged_out {
  background: #e8e9ea;

  #content_wrapper{
    width: 500px;
    margin: 70px auto;
    #active_admin_content {
      @include shadow;
      background: #fff;
      padding: 13px 30px;
    }
  }

  h2 {
    @include section-header;
    @include primary-gradient;
    @include text-shadow(#000);
    @include box-shadow(0 1px 3px rgba(0,0,0,0.3));
    border: none;
    color: #fff;
    margin: -13px -30px 20px -30px;
  }

  #login {
    /* Login Form */
    form {
      fieldset {
        @include no-shadow;
        background: none;
        padding: 0;
        li { padding: 10px 0; }

        input[type=text], input[type=email], input[type=password] {
          width: 70%;
        }
        &.buttons { margin-left: 20%; }
        margin-bottom: 0;
      }
    }

    a { float: right; margin-top: -32px; }
  }

}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
guara-0.0.3 vendor/assets/stylesheets/active_admin/pages/_logged_out.scss
guara-0.0.1.rc vendor/assets/stylesheets/active_admin/pages/_logged_out.scss
activeadmin-0.5.1 app/assets/stylesheets/active_admin/pages/_logged_out.scss
activeadmin-0.5.0 app/assets/stylesheets/active_admin/pages/_logged_out.scss
activeadmin-0.5.0.pre1 app/assets/stylesheets/active_admin/pages/_logged_out.scss
activeadmin-0.5.0.pre app/assets/stylesheets/active_admin/pages/_logged_out.scss