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.

49 lines
963 B

  1. /*******************************
  2. Global
  3. *******************************/
  4. /*--------------
  5. Demo
  6. ---------------*/
  7. #sink {
  8. background-color: #FFFFFF;
  9. }
  10. #sink .demo.container {
  11. width: 700px;
  12. margin: 0px auto;
  13. }
  14. #sink .demo.container .example {
  15. padding: 2em 0em;
  16. margin: 2em 0em;
  17. border-top: 1px solid #DDD;
  18. }
  19. #sink .demo h4 {
  20. font-size: 1.5em;
  21. margin: 2em 0em 1em;
  22. }
  23. #sink .demo.container .button.demo > .buttons,
  24. #sink .demo.container .button.demo > .button,
  25. #sink .demo.container .button.demo > .segment > .button {
  26. margin-bottom: 0.5em;
  27. }
  28. #sink .demo.container h4:first-child {
  29. font-weight: bold !important;
  30. margin: 0em 0em 1em !important;
  31. }
  32. #sink .demo.container .example:first-child {
  33. margin-top: 0;
  34. padding-top: 0;
  35. }
  36. #sink .demo.container .segment.example {
  37. z-index: 1;
  38. }
  39. #sink .demo.container .ui.label:not(.empty) {
  40. margin-bottom: 1em;
  41. }
  42. #sink .demo.container .segment .ui.label {
  43. margin-bottom: 0em;
  44. }