poll.less 639 B

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