_jqueryui.scss 757 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .ui-widget{
  2. font-family: inherit;
  3. }
  4. .ui-accordion{
  5. .ui-accordion-header{
  6. padding: 0;
  7. margin: 0;
  8. }
  9. .card{
  10. margin-bottom: 0;
  11. margin-top: 1rem;
  12. .card-body{
  13. padding: 0;
  14. .question-title{
  15. padding-top: .5rem;
  16. padding-bottom: .5rem;
  17. font-weight: bold;
  18. }
  19. }
  20. .btn-moved{
  21. padding: .6rem .5rem;
  22. font-size: 1.25rem;
  23. display: block;
  24. text-align: center;
  25. }
  26. }
  27. }
  28. .ui-state-default{
  29. border: none;
  30. background: transparent;
  31. }
  32. .ui-sortable-helper{
  33. .card{
  34. background: #ffffd9;
  35. }
  36. }
  37. .ui-accordion-header-active{
  38. &.ui-state-active{
  39. .card{
  40. background-color: #607d8b;
  41. }
  42. }
  43. }
  44. .ui-widget-content{
  45. border: 1px solid #e5e9f2;
  46. background: #faffff;
  47. }