AbhinavNepal/abhinav-nepal

View on GitHub
app/assets/stylesheets/components/_forms.scss

Summary

Maintainability
Test Coverage
form {
  font-size: 14px;

  .select2 { width: 100%!important; }

  .typeahead.dropdown-menu {
    width: 90%;
    li { padding-right: 10px; }
    a.dropdown-item {
      overflow: hidden;
      &.active {
        background: #ededed;
        &:active { color: inherit !important; }
      }
    }
  }
}