You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
972 B

  1. /*******************************
  2. Global
  3. *******************************/
  4. /*--------------
  5. Demo
  6. ---------------*/
  7. #sink {
  8. background-color: #FFFFFF;
  9. }
  10. #sink .demo h4 {
  11. margin: 2em 0em 1em;
  12. }
  13. /* Awkwardly ported from docs */
  14. #sink .demo.row {
  15. margin: 0 auto !important;
  16. max-width: 1400px;
  17. }
  18. #sink .demo.row .button.demo > .buttons,
  19. #sink .demo.row .button.demo > .button,
  20. #sink .demo.row .button.demo > .segment > .button {
  21. margin-bottom: 0.5em;
  22. }
  23. #sink .demo.row .ui.menu,
  24. #sink .demo.row .ui.card {
  25. width: 100%;
  26. }
  27. #sink .demo.row h4 {
  28. font-weight: bold !important;
  29. margin: 0em 0em 1em !important;
  30. }
  31. #sink .demo.row .example {
  32. clear: both;
  33. padding-top: 3em;
  34. margin-top: 3em;
  35. }
  36. #sink .demo.row .example:first-child {
  37. margin-top: 0;
  38. padding-top: 0;
  39. }
  40. #sink .demo.row .segment.example {
  41. z-index: 1;
  42. }
  43. #sink .demo.row .ui.label:not(.empty) {
  44. margin-bottom: 1em;
  45. }
  46. #sink .demo.row .segment .ui.label {
  47. margin-bottom: 0em;
  48. }