aumento del zoom

This commit is contained in:
Andres2908
2022-05-04 23:23:53 -05:00
parent 0faee3b869
commit 22ef828e83
+9 -4
View File
@@ -80,6 +80,9 @@ export default {
validado: null,
numeroCuenta: localStorage.getItem('noCuenta'),
zoom: 1,
zooms: '',
}
},
methods: {
@@ -162,11 +165,13 @@ export default {
}
.zoom:hover {
transform: scale(1.6);
transform: scale(1.9);
position: relative;
display: flex;
height: 350px;
margin-top: 35%;
margin-bottom: 35%;
height: 385px;
margin-top: 55%;
margin-bottom: 55%;
margin-left: 10%;
margin-right: 10%;
}
</style>