EVOLUTION-MANAGER
Edit File: crear_usuarios.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); * { font-family: "Open Sans", sans-serif; box-sizing: border-box; margin: 0; padding: 0; } details { border: 1px solid #ddd; padding: 0 0 40px 0; } summary { background: #F5EA07; color: black; font-weight: 600; padding: 15px; margin: auto; margin-top: 40px; width: 95%; border-radius: 2mm; cursor: pointer; } .contenedor-usuarios-online { width: 95%; max-width: 1080px; height: calc(100vh - 193.6px); margin: auto; overflow: auto; } .noti > h4 { margin-bottom: 15px; } .noti { margin-top: 25px; } /* btn crear cancelar*/ .btn-aceptar-cancelar { position: relative; width: 100%; justify-content: space-evenly; display: flex; } .btn-aceptar { width: 150px; height: 50px; border: 1px solid #73898e; border-radius: 2mm; margin-top: 25px; cursor: pointer; margin-bottom: 25px; font-weight: 700; color: #fff; background-color: rgb(74, 189, 32); font-size: 17px; } .content-btn-aceptar { position: relative; } .campo-x { width: 250px; height: 45px; border: 1px solid black; border-radius: 2mm; padding: 5px; } .nombre-ape, .cedula { width: 48%; } .nombre-apellido, .cedula-x { width: 100%; } .nombre-cedula, .fecha-correo, .contrasena, .privilegios-ad { display: flex; justify-content: space-between; } .privilegios-ad { align-items: end; justify-content: flex-start; } .correo-usr { width: 48%; } .correo-electronico, #fecha-noticia { max-width: 100%; width: 100%; } .contrasena-camp, .repetir-contasena { width: 100%; } .repetircontra-cont, .contrasena-cont { width: 48%; } .contenedor-privilegios { width: 48%; } .seleccionabc { width: 100%; } .boton-agregar { width: 25px; font-size: 25px; color: white; background-color: rgb(74, 189, 32); border: 1px solid white; cursor: pointer; margin-left: 5px; } .listaprivilegios { width: 100%; color: white; padding: 15px 10px 15px 10px; background-color: white; border: 1px solid black; margin-top: 20px; border-radius: 1mm; } .form-crear-usuario { font-size: 0.9em; width: 96%; margin: auto; margin-top: 15px; } input[type="checkbox" i] { background-color: initial; cursor: default; appearance: auto; box-sizing: border-box; margin: 3px 3px 3px 4px; padding: initial; border: initial; } .contenedor-opc-add { width: 95%; color: black; font-weight: 700; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-around; margin: 25px auto 25px auto; padding: 10px 15px; box-shadow: #0000000d 0px 0px 0px 1px, #3030313d 0px 0px 0px 1px inset; border-radius: 1mm; } .opc-alteraciones-priv { width: 100%; display: flex; align-items: center; justify-content: space-around; margin-top: 15px; } .right span { background-color: #721c24; color: white; width: 25px; height: 25px; font-size: 25px; line-height: 25px; display: inline-block; text-align: center; cursor: pointer; border-radius: 50%; } .contenedor-quitar-opc{ width: 100%; display: flex; align-items: center; justify-content: space-between; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; } .alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; } .alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; } @media screen and (max-width:450px) { .nombre-cedula, .fecha-correo, .contrasena { flex-direction: column; } .fecha-correo, .contrasena { margin-top: 0; } .nombre-ape, .cedula, .correo-usr, .contrasena-cont, .repetircontra-cont{ width: 100%; margin-bottom: 15px; } }