Sha256: 4db4269a94b2c2997528c078a7b3c9060b366d45325a4875d5880e97474dc7dd

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

Stored size: 487 Bytes

Contents

// ========================================================================
//   Component: form-tags.less
// ========================================================================
 
 // Define tag input with the same
 // style like standard from controls
 body {
  .bootstrap-tagsinput {
    @extend .form-control;
    // Allows to auto expand height
    height: auto;
    min-height: $input-height-base;
    margin-bottom: 0;
  }

  .bootstrap-tagsinput .tag {
    color: #fff;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radius-rails-3.1.4 app/assets/stylesheets/radius-theme/app/form-tags.scss