Sha256: 10a6c762894ce2d4b18880d615e9d51f73a19723f47458e36dd8d93dbfa889ef

Contents?: true

Size: 725 Bytes

Versions: 81

Compression:

Stored size: 725 Bytes

Contents

.infections {
  tr {
    td:last-child {
      width: 200px;
    }
  }
}

.transplant-donor-operation-form {
  .diagnosis-table {
    tr {
      td:last-child {
        width: 200px;
      }
    }
  }
}

.rejection-episode {
  position: relative;
  border: solid 1px #aaa;
  padding: 1rem 1rem 0.2rem 1rem;
  clear: both;
  margin: 0 0 1rem 0;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  transition: 0.3s;

  &:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

  a.remove_fields {
    position: absolute;
    right: 12px;
    top: 5px;
    z-index: 1;
  }

  .rejection-episode--creation {
    text-align: right;
    padding: 0;
    margin: 0;
    color: $mid-grey;
    font-size: .9rem;
  }
}

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.1.0 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.167 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.166 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.165 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.164 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.163 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.162 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.161 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.160 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.159 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.158 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.157 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.156 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.155 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.153 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.152 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.151 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.149 app/assets/stylesheets/renalware/modules/_transplants.scss
renalware-core-2.0.148 app/assets/stylesheets/renalware/modules/_transplants.scss