app.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. body {
  2. font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
  3. text-align: left;
  4. font-style: normal;
  5. font-weight: 300;
  6. font-size: 16px;
  7. line-height: 2rem;
  8. letter-spacing: 0.01rem;
  9. color: #212121;
  10. background-color: #fafafa;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. text-rendering: optimizeLegibility;
  14. margin: 0;
  15. position: relative;
  16. }
  17. .ngx-datatable,
  18. .info {
  19. text-align: left;
  20. width: 75%;
  21. margin: 0 auto;
  22. }
  23. .info {
  24. box-sizing: border-box;
  25. padding: 0 1em;
  26. border: solid 1px #ccc;
  27. background: white;
  28. font-size: 0.8em;
  29. margin-bottom: 1em;
  30. }
  31. .ngx-datatable.scroll-vertical {
  32. height: 70vh;
  33. }
  34. .selected-column {
  35. background: #fff;
  36. -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  37. -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  38. box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  39. }
  40. .group {
  41. position: relative;
  42. margin-bottom: 45px;
  43. }
  44. input[type='text'] {
  45. font-size: 14px;
  46. display: block;
  47. background: transparent;
  48. width: 100%;
  49. border: none;
  50. border-bottom: 1px solid #5264ae;
  51. }
  52. textarea {
  53. font-size: 14px;
  54. font-family: sans-serif;
  55. display: block;
  56. background: transparent;
  57. width: 100%;
  58. border: none;
  59. border-bottom: 1px solid #5264ae;
  60. resize: vertical;
  61. }
  62. input:focus {
  63. outline: none;
  64. }
  65. a {
  66. color: grey;
  67. text-decoration: none;
  68. }
  69. .expander-btn {
  70. margin-top: 8px;
  71. display: block;
  72. }
  73. h3 {
  74. background: #1f89ff;
  75. margin: 0 0 30px 0;
  76. color: #fff;
  77. text-align: left;
  78. padding: 10px;
  79. overflow: hidden;
  80. height: 32px;
  81. }
  82. h3 a {
  83. color: #ccc;
  84. }
  85. h3 small {
  86. margin-left: 10px;
  87. font-size: 0.8rem;
  88. }
  89. .fullscreen {
  90. position: absolute !important;
  91. height: auto !important;
  92. top: 0;
  93. left: 0;
  94. right: 0;
  95. bottom: 0;
  96. width: 100%;
  97. }
  98. .selection-cell .datatable-body-cell.active {
  99. background: #0829e0 !important;
  100. color: #fff !important;
  101. }
  102. .selected-column {
  103. float: right;
  104. width: 20%;
  105. margin-right: 20px;
  106. text-align: left;
  107. }
  108. .selected-column h4 {
  109. text-align: center;
  110. margin: 10px 0 0 0;
  111. padding: 0;
  112. }
  113. ul,
  114. li {
  115. padding: 0;
  116. margin: 0;
  117. list-style: none;
  118. }
  119. ul {
  120. margin: 10px;
  121. }
  122. li {
  123. padding: 3px 5px;
  124. }
  125. nav {
  126. background: #fff;
  127. z-index: 99;
  128. top: 0;
  129. left: 0;
  130. bottom: 0;
  131. width: 200px;
  132. position: fixed;
  133. overflow-y: auto;
  134. font-size: 14px;
  135. box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  136. }
  137. nav ul {
  138. margin: 0 8px !important;
  139. }
  140. nav li {
  141. padding: 0;
  142. }
  143. nav h3 {
  144. font-size: 14px;
  145. margin: 0 0 10px 0;
  146. }
  147. nav h4 {
  148. margin: 7px 0 0 0;
  149. }
  150. nav h4 a {
  151. color: #000;
  152. }
  153. content {
  154. margin-left: 200px;
  155. height: 100vh;
  156. display: block;
  157. position: relative;
  158. padding-bottom: 0px;
  159. }
  160. content h3 {
  161. padding-left: 35px;
  162. }
  163. .main-ul {
  164. margin-left: 15px !important;
  165. display: block;
  166. }
  167. .github-button-wrap {
  168. position: absolute;
  169. top: 10px;
  170. right: 10px;
  171. }
  172. nav h3 small {
  173. font-size: 0.7rem;
  174. display: inline-block;
  175. margin-left: 0;
  176. }
  177. select {
  178. width: 100%;
  179. height: 30px;
  180. margin: 5px 0;
  181. }
  182. .age-is-ten {
  183. background: #ffc91f;
  184. }
  185. .is-gender {
  186. background: blue;
  187. color: white;
  188. }
  189. .is-female {
  190. background: pink;
  191. }
  192. .dark {
  193. background: #181b24;
  194. }
  195. .dark nav {
  196. background: #232837;
  197. }
  198. .dark nav a {
  199. color: #fff;
  200. }
  201. .dark nav h4 {
  202. color: #72809b;
  203. }
  204. .expectedpayment + label:before {
  205. border: 1px solid #7f83a2;
  206. content: '\00a0';
  207. display: inline-block;
  208. font: 16px/1em sans-serif;
  209. height: 16px;
  210. margin: 0 0.25em 0 0;
  211. padding: 0;
  212. vertical-align: top;
  213. width: 16px;
  214. }
  215. .expectedpayment2 + label:before {
  216. border: 1px solid #7f83a2;
  217. content: '\00a0';
  218. display: inline-block;
  219. font: 16px/1em sans-serif;
  220. height: 16px;
  221. margin: 0 0.25em 0 0;
  222. padding: 0;
  223. vertical-align: top;
  224. width: 16px;
  225. }
  226. .expectedpayment3 + label:before {
  227. border: 1px solid #7f83a2;
  228. content: '\00a0';
  229. display: inline-block;
  230. font: 16px/1em sans-serif;
  231. height: 16px;
  232. margin: 0 0.25em 0 0;
  233. padding: 0;
  234. vertical-align: top;
  235. width: 16px;
  236. }
  237. .expectedpayment:checked + label:before {
  238. color: #eee;
  239. content: '\2713';
  240. text-align: center;
  241. font-weight: bold;
  242. background-color: #66bb6a;
  243. }
  244. .expectedpayment2:checked + label:before {
  245. color: #eee;
  246. content: '\2716';
  247. text-align: center;
  248. font-weight: bold;
  249. background-color: #ff1744;
  250. }
  251. .expectedpayment3:checked + label:before {
  252. color: #eee;
  253. content: '\003F';
  254. text-align: center;
  255. font-weight: bold;
  256. background-color: #ffeb3b;
  257. }