Nenhuma Descrição http://j1x-huginn.herokuapp.com

jquery.json-editor.css.scss 872B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .json-editor {
  2. background-color: #FFF;
  3. position: relative;
  4. .builder {
  5. background-color: white;
  6. overflow: auto;
  7. font-size: 0.9em;
  8. padding-right: 10px;
  9. .key {
  10. font-weight: bold;
  11. .edit_field {
  12. width: 80px;
  13. }
  14. a {
  15. color: black;
  16. text-decoration: none;
  17. }
  18. }
  19. .val {
  20. font-style: italic;
  21. .edit_field {
  22. width: 180px;
  23. }
  24. a {
  25. color: black;
  26. text-decoration: none;
  27. }
  28. }
  29. }
  30. blockquote {
  31. margin: 0;
  32. padding: 0;
  33. clear: both;
  34. padding-left: 7px;
  35. }
  36. div {
  37. background-color: #cfc;
  38. margin: 1px;
  39. padding: 2px;
  40. }
  41. .icon {
  42. display: block;
  43. float: right;
  44. text-decoration: none;
  45. padding: 0 5px;
  46. border: 0 !important;
  47. color: blue;
  48. &:hover {
  49. background-color: #bbb;
  50. }
  51. }
  52. }