Sha256: 28528db35e826b277b8a249e0eba2f0ab4bbd514f397343a1c92f66270583997

Contents?: true

Size: 654 Bytes

Versions: 3

Compression:

Stored size: 654 Bytes

Contents

// Custom bootstrap variables must be set or import before bootstrap itself.
@import "bootstrap-sprockets";
@import "bootstrap";

a.thumbnail {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 2px;
}

a.thumbnail > img {
  max-width: 100%;
  padding-bottom: 2px;
}

table.table-borderless {

}

table.table-borderless {
  tr, td, th {
    border-width: 0;
    border-style: none !important;
  }
}

.content {
  height: 100%;
  left: 0;
  min-height: 100%;
  padding-bottom: 1em;
  width: 100%;

  .row {
    height: 100%;
  }

  .main {
    .page-header {
      margin-top: 0;
    }
  }

  .sidebar {
  }

  .alerts {
    margin: 1em auto;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kadmin-0.1.7 app/assets/stylesheets/kadmin/application.scss
kadmin-0.1.6 app/assets/stylesheets/kadmin/application.scss
kadmin-0.1.4 app/assets/stylesheets/rails_admin/application.scss