Sha256: 4d69378d8f40f83515247a764a6fbf417d5e2f8b9298a73d91f07a270acd817b

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

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

  *,
  *::before,
  *::after {
    box-sizing: unset;
  }

  #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: block;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
light_admin-1.1.4 app/assets/stylesheets/light_admin/_rules.scss
light_admin-1.1.3 app/assets/stylesheets/light_admin/_rules.scss