demo.scss 1005 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. @import "variables";
  2. @import "reset";
  3. @import "theme";
  4. .donate-plea {
  5. width: 50%;
  6. float: left;
  7. text-align: left;
  8. form {
  9. float: left;
  10. margin-bottom: 10px;
  11. }
  12. }
  13. .copyright {
  14. float: right;
  15. text-align: right;
  16. }
  17. header {}
  18. .badges {
  19. margin-top: -30px;
  20. }
  21. .social {
  22. margin-top: -40px;
  23. .chicklets {
  24. text-indent: -9999px;
  25. }
  26. }
  27. em {
  28. color: $border-color;
  29. display: block;
  30. }
  31. fieldset {
  32. border: 1px solid $border-color;
  33. background: $off-white;
  34. padding: 20px;
  35. margin: 20px 0;
  36. }
  37. legend {
  38. border: 1px solid $border-color;
  39. background: $off-white;
  40. padding: 5px 10px;
  41. }
  42. #rendered-form {
  43. clear: both;
  44. float: left;
  45. width: 62%;
  46. margin-right: 2%;
  47. .form-group {
  48. > label {
  49. font-weight: 700;
  50. font-size: 1.1em;
  51. }
  52. }
  53. }
  54. .render-description {
  55. width: 36%;
  56. float: right;
  57. }
  58. #main_content {
  59. hr {
  60. clear: both;
  61. }
  62. }
  63. .build-form {
  64. margin-bottom: 30px;
  65. }