123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- .App {
- text-align: center;
- }
- .App-logo {
- height: 40vmin;
- pointer-events: none;
- }
- @media (prefers-reduced-motion: no-preference) {
- .App-logo {
- animation: App-logo-spin infinite 20s linear;
- }
- }
- .App-header {
- background-color: #282c34;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: calc(10px + 2vmin);
- color: white;
- }
- .App-link {
- color: #61dafb;
- }
- @keyframes App-logo-spin {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .Mui-MuiInput{
- background-color : #fd4b4b;
- }
- .Mui-selected{
- color : #FFF !important;
- background-color : #fd4b4b !important;
- }
- .Mui-selected > .MuiListItemIcon-root{
- color : #FFF !important;
- }
- .MuiBadge-badge{
- background-color : #fd4b4b !important;
- }
- .MuiListSubheader-root{
- padding-left : 15px !important;
- color : #cbcbcb !important;
- font-weight : bold !important;
- padding-bottom : 0px !important;
- margin-bottom : 0px !important;
- line-height: 30px !important;
- font-size : 12px !important;
- }
- .MuiContainer-root{
- margin-top : 45px !important;
- max-width : 1777px !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
- .panel_card{
- display: flex;
- flex-wrap: wrap;
- align-content: center;
- justify-content: space-around;
- align-items: center;
- flex-direction: row;
- padding : 90px;
- max-height : 175px;
- }
- .MuiFormControl{
- border : 1px solid #eceff1;
- }
- .actions_butons_plaza{
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- align-content: center;
- justify-content: space-around;
- align-items: flex-start;
- padding : 10px;
- }
- .activar_vista{
- display : block !important;
- transition: opacity 0.5s;
- opacity: 1;
- }
- .desactivar_vista{
- display : none !important;
- opacity: 0;
- pointer-events:none;
- }
- .grid_btn{
- font-size : 20px !important;
- color: #b9c3ce;
- transition: all 0.3s;
- cursor: pointer;
- }
- .css-1t29gy6-MuiToolbar-root{
- padding-left: 0px !important;
- padding-right: 0 !important;
- }
- .css-12jypm1-MuiToolbar-root {
- padding-left : 20px !important;
- }
- .error_feedback{
- font-size: 13px;
- color: #2ec5d3;
- font-weight :bold;
- padding-top : 5px;
- margin: 0px;
- }
- .content-section{
- min-height:100vh !important;
- }
- #todas_las_pruebas_body{
- display : block;
- }
- #comportamiento_body{
- display : none;
- }
- #personalidad_body{
- display : none;
- }
- #inteligencia_body{
- display : none;
- }
- #container_btn_agregar_pregunta{
- display: flex;
- flex-direction: column;
- flex-wrap: nowrap;
- align-content: stretch;
- justify-content: flex-start;
- }
- /* .MuiButton-root:hover{ */
- /* background-color : #fd4b4b !important; */
- /* } */
- .css-ghsjzk-MuiInputBase-root-MuiInput-root:before{
- border : none !important;
- }
- .login_link{
- color : #2ec5d3;
- }
- .registerBtn{
- background-color: #fd4b4b !important;
- }
- .login_link:hover{
- font-weight : bold;
- color : #3ec5d3;
- }
- .MuiStepIcon-root.Mui-completed{
- color: #fd4b4b !important;
- }
- .MuiStepIcon-root.Mui-active {
- color: #fd4b4b !important;
- }
- .card_register{
- min-height: 90vh;
- display: flex;
- flex-direction: column;
- flex-wrap: nowrap;
- justify-content: space-evenly;
- align-items: stretch;
- align-content: stretch;
- padding : 35px;
- }
- .register_content{
- display: flex;
- flex-wrap: wrap;
- flex-direction: row;
- justify-content: space-evenly;
- align-items :stretch;
- }
|