Actualizar Interfaz/estilos/Inicio.css
This commit is contained in:
parent
e631a4ce7c
commit
3d5cf8b469
Interfaz/estilos
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue