theme.css 339 B

1234567891011121314
  1. /*!
  2. * Krajee Font Awesome Theme styling for bootstrap-star-rating.
  3. * This file must be loaded after 'star-rating.css'.
  4. *
  5. * @see http://github.com/kartik-v/bootstrap-star-rating
  6. * @author Kartik Visweswaran <kartikv2@gmail.com>
  7. */
  8. .theme-krajee-fa .star {
  9. font-size: 1.1em;
  10. }
  11. .theme-krajee-fa .caption {
  12. margin-top: -0.2em;
  13. }