index.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. body {
  2. }
  3. input {
  4. color: black;
  5. padding-bottom: 0px;
  6. margin-bottom: 0px;
  7. }
  8. textarea {
  9. color: black;
  10. padding-bottom: 0px;
  11. margin-bottom: 0px;
  12. }
  13. .root_div{
  14. margin: 25px;
  15. }
  16. h4{
  17. padding-left: 0 !important;
  18. }
  19. .noPadLeft{
  20. padding-left: 0px !important;
  21. }
  22. hr{
  23. margin-top: 5px;
  24. }
  25. .inputLine
  26. {
  27. margin-bottom: 5px ;
  28. }
  29. .noMarginBottom
  30. {
  31. padding-bottom: 0px !important;
  32. margin-bottom: 0px;
  33. }
  34. .noMarginTop
  35. {
  36. padding-top: 0px !important;
  37. margin-top: 0px;
  38. }
  39. #mapid { height: 180px; }
  40. .areaPicker
  41. {
  42. height: 70vmin;
  43. margin-left: 30px;
  44. margin-right: : 30px;
  45. margin-bottom: 30px;
  46. margin-top: 5px;
  47. }
  48. .subCat{
  49. margin-left: 30px;
  50. border: solid;
  51. border-width: thin;
  52. border-color: lightgrey;
  53. width: 100% !important;
  54. padding-top: 20px;
  55. margin-top:
  56. }
  57. .toBottom
  58. {
  59. margin-top: 25px;
  60. }
  61. .sw
  62. {
  63. }
  64. .newCat
  65. {
  66. margin-top: 20px;
  67. }
  68. .noBorder{
  69. border: none;
  70. }
  71. /*.input-field label {
  72. color: #000;
  73. }
  74. /* label focus color *//*
  75. .input-field input[type=text]:focus + label {
  76. color: #000;
  77. }
  78. /* label underline focus color *//*
  79. .input-field input[type=file]:focus {
  80. border-bottom: 1px solid #000;
  81. box-shadow: 0 1px 0 0 #000;
  82. }
  83. /* valid color *//*
  84. .input-field input[type=file].valid {
  85. border-bottom: 1px solid #000;
  86. box-shadow: 0 1px 0 0 #000;
  87. }
  88. /* invalid color *//*
  89. .input-field input[type=file].invalid {
  90. border-bottom: 1px solid #000;
  91. box-shadow: 0 1px 0 0 #000;
  92. }
  93. /* icon prefix focus color *//*
  94. .input-field .prefix.active {
  95. color: #000;
  96. }
  97. */