EVOLUTION-MANAGER
Edit File: crud-servicios.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; } .cantidad-publicacion { width: 150px; height: 50px; border: 1px solid #73898e; border-radius: 2mm; display: flex; justify-content: center; align-items: center; background-color: #70c85c; margin-top: 20px; margin-left: 50px; } .valornumerico { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 20px; } .icono-noticias-cant { font-size: 30px; } .btn-danger { color: white; background-color: red; width: 70px; height: 25px; border: none; border-radius: 1mm; box-shadow: 0px 1px 2px 1px red; cursor: pointer; } /* estilos tablas */ 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; margin: auto; overflow: auto; } .tabla-actividad { font-size: 0.9em; width: 96%; margin: auto; margin-top: 15px; min-width: 750px; border-radius: 2mm; border-collapse: separate; border-spacing: 1px; overflow: hidden; } .tabla-actividad thead { background-color: #1d1b31; } .tabla-actividad th, .tabla-actividad td { padding: 12px 15px; } .tabla-actividad tbody { background-color: white; } .tabla-actividad thead tr { color: white; } /* ---------------- */ .btn-success { color: #fff; background-color: #28a745; border-color: #28a745; width: 70px; height: 25px; border: none; border-radius: 1mm; box-shadow: 0px 1px 2px 1px #28a745; cursor: pointer; }