DONE: enhance UI on admin and voter side, add docker config, fix delete button modal not showing

This commit is contained in:
ISMAIL MASSERAN
2026-04-02 11:59:56 +08:00
parent bed56792e6
commit 4369b079cb
31 changed files with 3044 additions and 1216 deletions
@@ -1,5 +1,5 @@
<template>
<div class="modal fade" v-bind:id="id" role="dialog">
<div class="modal fade app-modal" v-bind:id="id" role="dialog">
<div class="modal-dialog">
<div class="modal-content" :class="aClass">
<slot></slot>
@@ -15,6 +15,18 @@
</script>
<style>
.app-modal{
z-index: 2200;
}
.app-modal .modal-dialog{
margin-top: 110px;
}
.modal-backdrop{
z-index: 2190 !important;
}
.primary{
background-color: #337ab7;
color: #fff;