4
0

settings.css 886 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. div.colour-field {
  2. border: 1px solid #cbd3d5;
  3. border-radius: 5px;
  4. padding-top: 10px;
  5. padding-bottom: 10px;
  6. margin-bottom: 15px;
  7. }
  8. div.colour-field input {
  9. color: #000;
  10. }
  11. input.invalid {
  12. background-color: #ffb5b5 !important;
  13. }
  14. input.invalid + p.help-text::after {
  15. content: " - Does not match pattern!";
  16. }
  17. div.form-content input:not([type=radio]) {
  18. width: 100% !important;
  19. }
  20. tab > div.row {
  21. padding: 0px 10px 0px 10px;
  22. }
  23. tab > div.row > div {
  24. padding: 1px 5px !important;
  25. }
  26. tab > div.row > div:first-child {
  27. max-width: 42px;
  28. }
  29. tab > div.row > div:first-child .tabIconView {
  30. width: 100% !important;
  31. margin: 7px 0px !important;
  32. }
  33. tab > div.row button {
  34. margin: 9px 0px !important;
  35. }
  36. tab > div.row div.custom-field {
  37. margin: 8px 0px !important;
  38. }
  39. tab p.help-text {
  40. margin: 0px !important;
  41. }
  42. #submitTabs ul > li {
  43. padding: 0px 10px !important;
  44. }