theme.css 346 B

123456789101112131415
  1. /*!
  2. * Krajee Unicode 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-uni .star {
  9. font-size: 1.3em;
  10. margin: 0;
  11. }
  12. .theme-krajee-uni .caption {
  13. margin-top: 0;
  14. }