Sha256: 51879095b45c0c4ddb8d46fbc668759b4973aaf595eb46571d3d26dcc72df67c

Contents?: true

Size: 1.62 KB

Versions: 3

Compression:

Stored size: 1.62 KB

Contents

.talkie {
  &-comments-form-container,
  &-comments-reply-form-container {
    border-bottom: $talkie-form-border-bottom;
    padding-bottom: $talkie-form-padding-bottom;
    margin-bottom: $talkie-form-margin-bottom;

    textarea {
      background-color: $talkie-form-textarea-background-color;
      border: $talkie-form-textarea-border;
      border-radius: $talkie-form-textarea-border-radius;
      box-sizing: border-box;
      color: $talkie-form-textarea-color;
      display: inline-block;
      font-size: $talkie-form-textarea-font-size;
      height: $talkie-form-textarea-height;
      line-height: $talkie-form-textarea-line-height;
      margin-bottom: 10px;
      padding: 10px;
      vertical-align: top;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-border-radius: $talkie-form-textarea-border-radius;
      -moz-border-radius: $talkie-form-textarea-border-radius;
      -webkit-appearance: none;
    }
  }

  &-comments-form-submit {
    background-color: $talkie-form-submit-background-color;
    border: $talkie-form-submit-border;
    border-radius: $talkie-form-submit-border-radius;
    color: $talkie-form-submit-color;
    font-size: $talkie-form-submit-font-size;
    font-weight: $talkie-form-submit-font-weight;
    margin: $talkie-form-submit-margin;
    padding: $talkie-form-submit-padding;
    text-align: center;
    text-shadow: $talkie-form-submit-text-shadow;
    vertical-align: top;

    -webkit-border-radius: $talkie-form-submit-border-radius;
    -moz-border-radius: $talkie-form-submit-border-radius;

    &:hover {
      cursor: pointer;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talkie-0.2.0 app/assets/stylesheets/talkie/_form.scss
talkie-0.1.1 app/assets/stylesheets/talkie/_form.scss
talkie-0.1.0 app/assets/stylesheets/talkie/_form.scss