Sha256: 6f159b14d20d54bef5751b90b021efd5ac5291e97e70e2aaacaba067c9ccd1c8

Contents?: true

Size: 555 Bytes

Versions: 4

Compression:

Stored size: 555 Bytes

Contents

.required {
  .control-label {
    color: inherit;

    &:after {
      content: "*";
    }
  }
}

.form-control {

  &[readonly], &[readonly="readonly"] {
    border: none;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    color: $input-color;
  }

}

.datepicker-selector {
  cursor: pointer;

  &:hover {
    font-weight: bold;
  }
}

.form-group textarea.form-control {
  height: auto;
  max-width: 100%;
}

.editable-value {
  white-space: pre;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bastion-3.2.0 app/assets/stylesheets/bastion/forms.scss
bastion-3.1.0 app/assets/stylesheets/bastion/forms.scss
bastion-3.0.1 app/assets/stylesheets/bastion/forms.scss
bastion-3.0.0 app/assets/stylesheets/bastion/forms.scss