Sha256: f859868156406fdf9aba7a35393b9c07ca3fca995e4930c5e1a3e5a92c60ac6d

Contents?: true

Size: 1.26 KB

Versions: 2

Compression:

Stored size: 1.26 KB

Contents

table {
    margin: ($base-line-height / 2) 0;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;

    th {
      border-bottom: 1px solid darken($base-border-color, 15%);
      font-weight: bold;
      padding: ($base-line-height / 2) 0;
      text-align: left;
    }

    td {
      border-bottom: 1px solid $base-border-color;
      padding: ($base-line-height / 2) 0;
    }

    td, th {
      vertical-align: middle;
      font-family: $base-font-family;
      color: $base-font-color;
      font-size: $base-font-size;
    }
    td.actions {
        text-align:right;
        a {
            color: #666;
        }
        a:hover {
            color: #000;
        }
    }
}

div.keyval {
    div.kv-row {
        span.kv-key, span.kv-value {
            font-family: $base-font-family;
            font-size: $base-font-size;
        }
        span.kv-key {
            display: inline-block;
            width: 250px;
            color: $property-header-color;
        }
        span.kv-value {
            display: inline-block;
            width: 150px;
            color: $property-value-color;
            a:after {
                padding-left: 5px;
                font-family: FontAwesome;
                content: "\f0da";
            }
        }

    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
app_kit-0.0.2 app/assets/stylesheets/app_kit/tables.scss
app_kit-0.0.1 app/assets/stylesheets/app_kit/tables.scss