poll.less 582 B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // Polls Flavor
  3. // --------------------------------------------------
  4. // Poll vote form
  5. .panel-poll .poll-select-choices {
  6. margin-top: @line-height-computed / -2;
  7. }
  8. // Poll results styles
  9. .panel-poll .poll-details {
  10. margin-bottom: @line-height-computed;
  11. color: @gray-light;
  12. font-size: @font-size-small;
  13. }
  14. .panel-poll .progress {
  15. margin-top: @line-height-computed / 3;
  16. margin-bottom: @line-height-computed / 4;
  17. }
  18. .panel-poll .poll-chart {
  19. color: @gray-light;
  20. font-size: @font-size-small;
  21. }
  22. .panel-poll .poll-options {
  23. margin-top: @line-height-computed;
  24. }