Actualizar Interfaz/estilos/Inicio.css
This commit is contained in:
parent
e631a4ce7c
commit
3d5cf8b469
Interfaz/estilos
|
@ -60,23 +60,19 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ventaBoletos span {
|
.ventaBoletos span, .reporteVenta span {
|
||||||
position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
background: #444;
|
background: #444;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px 15px;
|
padding: 2px 14px;
|
||||||
border-radius: 15px;
|
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue