Reac front end for psicometric app

App.css 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. }