Major Refactor: Refactor the codebase to improve readability and maintainability
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<h4 class="text-info border-bottom border-secondary pb-2 mb-4">
|
||||
<i class="bi bi-geo-alt-fill me-2"></i>Zona: {{ zona_name }}
|
||||
</h4>
|
||||
|
||||
|
||||
<div class="row g-4">
|
||||
{% for mod in lista_modulos %}
|
||||
<div class="col-md-4 col-sm-6">
|
||||
@@ -45,23 +45,4 @@
|
||||
{{ reportes_menu_modal(mod[0], mod[1]) }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
<style>
|
||||
.hover-shadow:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.3)!important;
|
||||
border-color: #0dcaf0 !important;
|
||||
}
|
||||
.hover-card {
|
||||
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
||||
background-color: #1e2125;
|
||||
}
|
||||
.hover-card:hover {
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
|
||||
}
|
||||
.transition-all {
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user