limpieza del código
This commit is contained in:
@@ -6,23 +6,9 @@
|
||||
<b-loading :is-full-page="isFullPage" v-model="isLoading">
|
||||
</b-loading>
|
||||
</b-image>
|
||||
<!-- <div class="overlay" @click="isImageModalActive = true">
|
||||
<b-icon
|
||||
class="icon"
|
||||
icon="magnify-plus"
|
||||
size="is-small"
|
||||
type="is-black"
|
||||
/>
|
||||
</div> -->
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<!-- <b-modal v-model="isImageModalActive">
|
||||
<p class="image">
|
||||
<img :src="urlTicket" />
|
||||
</p>
|
||||
</b-modal> -->
|
||||
|
||||
<div class="column is-1"></div>
|
||||
|
||||
<div class="column mt-6">
|
||||
@@ -153,37 +139,6 @@ export default {
|
||||
padding-bottom: 470px;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
top: 4%;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 40%;
|
||||
height: 470px;
|
||||
width: 350px;
|
||||
opacity: 0;
|
||||
transition: 0.5s ease;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* When you mouse over the container, fade in the overlay icon*/
|
||||
.containerImg:hover .overlay {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
|
||||
.icon {
|
||||
color: black;
|
||||
font-size: 100px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.zoom {
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user