Sha256: 1a3b8ee9e0ba3762c9f7ecc408ea3156c4cecec1971efb159fd0581cc3010580

Contents?: true

Size: 991 Bytes

Versions: 1

Compression:

Stored size: 991 Bytes

Contents

body {
  font-family: $font-family;
  font-size: $font-size;
  color: $global-text-color;
  background-color: $bg-light;

  #active_admin_content {
    padding: 0 15px;

    #main_content_wrapper {
      #main_content {
        margin-top: 30px;

        .paginated_collection {
          background: $bg-white;
          border-radius: $global-border-radius;
          overflow: auto;
        }
      }
    }
  }

  #content_wrapper #active_admin_content {
    border-radius: $global-border-radius;
    border: none;
    box-shadow: none;
    background: none;
  }

  #collection_selection {
    overflow-x: inherit;
    background: $bg-white;
    box-shadow: $global-shadow;
    border-radius: $global-border-radius;
  }

  #index_footer {
    padding: 24px;
    margin: 0;
    background: $bg-white;
    border-top: $border-style-light;
    border-radius: $global-border-radius-bottom;
  }

  .blank_slate {
    margin-bottom: 80px;
  }
}

.index {
  #wrapper {
    display: unset;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
light_admin-1.0.6 app/assets/stylesheets/light_admin/_rules.scss