Sha256: e787c8d575055f9c24a9499ef697671c7ae967ea9981f9cf6a120c852e5137ad

Contents?: true

Size: 944 Bytes

Versions: 1

Compression:

Stored size: 944 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;
  }
}

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

Version data entries

1 entries across 1 versions & 1 rubygems

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