Actualizar Interfaz/estilos/Inicio.css

This commit is contained in:
maria.ruiz 2025-03-10 08:00:07 +00:00
parent e631a4ce7c
commit 3d5cf8b469
1 changed files with 78 additions and 82 deletions
Interfaz/estilos

View File

@ -60,23 +60,19 @@ body {
position: relative;
text-align: left;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
}
.ventaBoletos span {
position: absolute;
right: 20px;
.ventaBoletos span, .reporteVenta span {
background: #444;
color: white;
padding: 10px 15px;
padding: 2px 14px;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.reporteVenta span {
position: center;
right: 20px;
background: #444;
color: white;
padding: 10px 15px;
border-radius: 15px;
}