Reac front end for psicometric app

App.css 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. color : #FFF !important;
  39. background-color : #fd4b4b !important;
  40. }
  41. .Mui-selected > .MuiListItemIcon-root{
  42. color : #FFF !important;
  43. }
  44. .MuiBadge-badge{
  45. background-color : #fd4b4b !important;
  46. }
  47. .MuiListSubheader-root{
  48. padding-left : 15px !important;
  49. color : #cbcbcb !important;
  50. font-weight : bold !important;
  51. padding-bottom : 0px !important;
  52. margin-bottom : 0px !important;
  53. line-height: 30px !important;
  54. font-size : 12px !important;
  55. }
  56. .MuiContainer-root{
  57. margin-top : 45px !important;
  58. max-width : 1777px !important;
  59. padding-left: 0px !important;
  60. padding-right: 0px !important;
  61. }
  62. .panel_card{
  63. display: flex;
  64. flex-wrap: wrap;
  65. align-content: center;
  66. justify-content: space-around;
  67. align-items: center;
  68. flex-direction: row;
  69. padding : 90px;
  70. max-height : 175px;
  71. }
  72. .MuiFormControl{
  73. border : 1px solid #eceff1;
  74. }
  75. .actions_butons_plaza{
  76. display: flex;
  77. flex-direction: row;
  78. flex-wrap: nowrap;
  79. align-content: center;
  80. justify-content: space-around;
  81. align-items: flex-start;
  82. padding : 10px;
  83. }
  84. .activar_vista{
  85. display : block !important;
  86. transition: opacity 0.5s;
  87. opacity: 1;
  88. }
  89. .desactivar_vista{
  90. display : none !important;
  91. opacity: 0;
  92. pointer-events:none;
  93. }
  94. .grid_btn{
  95. font-size : 20px !important;
  96. color: #b9c3ce;
  97. transition: all 0.3s;
  98. cursor: pointer;
  99. }
  100. .css-1t29gy6-MuiToolbar-root{
  101. padding-left: 0px !important;
  102. padding-right: 0 !important;
  103. }
  104. .css-12jypm1-MuiToolbar-root {
  105. padding-left : 20px !important;
  106. }
  107. .error_feedback{
  108. font-size: 13px;
  109. color: #2ec5d3;
  110. font-weight :bold;
  111. padding-top : 5px;
  112. margin: 0px;
  113. }
  114. .content-section{
  115. min-height:100vh !important;
  116. }
  117. #todas_las_pruebas_body{
  118. display : block;
  119. }
  120. #comportamiento_body{
  121. display : none;
  122. }
  123. #personalidad_body{
  124. display : none;
  125. }
  126. #inteligencia_body{
  127. display : none;
  128. }
  129. #container_btn_agregar_pregunta{
  130. display: flex;
  131. flex-direction: column;
  132. flex-wrap: nowrap;
  133. align-content: stretch;
  134. justify-content: flex-start;
  135. }
  136. /* .MuiButton-root:hover{ */
  137. /* background-color : #fd4b4b !important; */
  138. /* } */
  139. .css-ghsjzk-MuiInputBase-root-MuiInput-root:before{
  140. border : none !important;
  141. }
  142. .login_link{
  143. color : #2ec5d3;
  144. }
  145. .registerBtn{
  146. background-color: #fd4b4b !important;
  147. }
  148. .login_link:hover{
  149. font-weight : bold;
  150. color : #3ec5d3;
  151. }
  152. .MuiStepIcon-root.Mui-completed{
  153. color: #fd4b4b !important;
  154. }
  155. .MuiStepIcon-root.Mui-active {
  156. color: #fd4b4b !important;
  157. }
  158. .card_register{
  159. min-height: 90vh;
  160. display: flex;
  161. flex-direction: column;
  162. flex-wrap: nowrap;
  163. justify-content: space-evenly;
  164. align-items: stretch;
  165. align-content: stretch;
  166. padding : 35px;
  167. }
  168. .register_content{
  169. display: flex;
  170. flex-wrap: wrap;
  171. flex-direction: row;
  172. justify-content: space-evenly;
  173. align-items :stretch;
  174. }