App.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. .App {
  2. text-align: center;
  3. }
  4. .App-logo {
  5. height: 40vmin;
  6. pointer-events: none;
  7. }
  8. @media (prefers-reduced-motion: no-preference) {
  9. .App-logo {
  10. animation: App-logo-spin infinite 20s linear;
  11. }
  12. }
  13. .App-header {
  14. background-color: #282c34;
  15. min-height: 100vh;
  16. display: flex;
  17. flex-direction: column;
  18. align-items: center;
  19. justify-content: center;
  20. font-size: calc(10px + 2vmin);
  21. color: white;
  22. }
  23. .App-link {
  24. color: #61dafb;
  25. }
  26. @keyframes App-logo-spin {
  27. from {
  28. transform: rotate(0deg);
  29. }
  30. to {
  31. transform: rotate(360deg);
  32. }
  33. }
  34. .Mui-MuiInput{
  35. background-color : #fd4b4b;
  36. }
  37. .Mui-selected{
  38. /* se desahilito para la tabla de password */
  39. color : #FFF !important;
  40. background-color : #fd4b4b !important;
  41. /* background-color : rgba(253, 75, 75, 0.1) !important; */
  42. }
  43. .Mui-selected > .MuiListItemIcon-root{
  44. color : #FFF !important;
  45. }
  46. .MuiBadge-badge{
  47. background-color : #fd4b4b !important;
  48. }
  49. .MuiListSubheader-root{
  50. padding-left : 15px !important;
  51. color : #cbcbcb !important;
  52. font-weight : bold !important;
  53. padding-bottom : 0px !important;
  54. margin-bottom : 0px !important;
  55. line-height: 30px !important;
  56. font-size : 12px !important;
  57. }
  58. .MuiContainer-root{
  59. margin-top : 45px !important;
  60. max-width : 1777px !important;
  61. padding-left: 0px !important;
  62. padding-right: 0px !important;
  63. }
  64. .panel_card{
  65. display: flex;
  66. flex-wrap: wrap;
  67. align-content: center;
  68. justify-content: space-around;
  69. align-items: center;
  70. flex-direction: row;
  71. padding : 90px;
  72. max-height : 175px;
  73. }
  74. .MuiFormControl{
  75. border : 1px solid #eceff1;
  76. }
  77. .actions_butons_plaza{
  78. display: flex;
  79. flex-direction: row;
  80. flex-wrap: nowrap;
  81. align-content: center;
  82. justify-content: space-around;
  83. align-items: flex-start;
  84. padding : 10px;
  85. }
  86. .activar_vista{
  87. display : block !important;
  88. transition: opacity 0.5s;
  89. opacity: 1;
  90. }
  91. .desactivar_vista{
  92. display : none !important;
  93. opacity: 0;
  94. pointer-events:none;
  95. }
  96. .grid_btn{
  97. font-size : 20px !important;
  98. color: #b9c3ce;
  99. transition: all 0.3s;
  100. cursor: pointer;
  101. }
  102. .error_feedback{
  103. font-size: 13px;
  104. color: #2ec5d3;
  105. font-weight :bold;
  106. padding-top : 5px;
  107. margin: 0px;
  108. }
  109. .content-section{
  110. min-height:100vh !important;
  111. }
  112. #todas_las_pruebas_body{
  113. display : block;
  114. }
  115. #comportamiento_body{
  116. display : none;
  117. }
  118. #personalidad_body{
  119. display : none;
  120. }
  121. #inteligencia_body{
  122. display : none;
  123. }
  124. #container_btn_agregar_pregunta{
  125. display: flex;
  126. flex-direction: column;
  127. flex-wrap: nowrap;
  128. align-content: stretch;
  129. justify-content: flex-start;
  130. }
  131. /* .MuiButton-root:hover{ */
  132. /* background-color : #fd4b4b !important; */
  133. /* } */
  134. .css-ghsjzk-MuiInputBase-root-MuiInput-root:before{
  135. border : none !important;
  136. }
  137. .login_link{
  138. color : #2ec5d3;
  139. }
  140. .registerBtn{
  141. background-color: #fd4b4b !important;
  142. }
  143. .login_link:hover{
  144. font-weight : bold;
  145. color : #3ec5d3;
  146. }
  147. .MuiStepIcon-root.Mui-completed{
  148. color: #fd4b4b !important;
  149. }
  150. .MuiStepIcon-root.Mui-active {
  151. color: #fd4b4b !important;
  152. }
  153. .card_register{
  154. min-height: 90vh;
  155. display: flex;
  156. flex-direction: column;
  157. flex-wrap: nowrap;
  158. justify-content: space-evenly;
  159. align-items: stretch;
  160. align-content: stretch;
  161. padding : 35px;
  162. }
  163. .register_content{
  164. display: flex;
  165. flex-wrap: wrap;
  166. flex-direction: row;
  167. justify-content: space-evenly;
  168. align-items :stretch;
  169. }
  170. #password_header{
  171. margin-bottom: 20px;
  172. padding-bottom: 20px;
  173. }
  174. #pass_footer_row{
  175. display: flex;
  176. }
  177. .css-11bfvty-MuiToolbar-root-MuiTablePagination-toolbar{
  178. padding-top: 10px;
  179. align-items: baseline !important;
  180. }
  181. .contras_operation{
  182. display : flex;
  183. flex-direction:row;
  184. }
  185. .feedback_error{
  186. color: #fd4b4b;
  187. font-size:14px;
  188. }
  189. .css-1t29gy6-MuiToolbar-root{
  190. padding-left: 0px !important;
  191. padding-right: 0 !important;
  192. }
  193. .css-12jypm1-MuiToolbar-root {
  194. padding-left : 20px !important;
  195. }
  196. .css-hyum1k-MuiToolbar-root{
  197. padding-left: 0 !important;
  198. padding-right: 0 !important;
  199. }