Update modal behavior

This commit is contained in:
enzoggqs 2023-01-31 23:08:21 -03:00
parent 6e08578038
commit 9f9ee737de

View File

@ -2,7 +2,7 @@
</script> </script>
<template> <template>
<div class="modal-overlay"> <div class="modal-overlay backdrop-blur-sm sm:backdrop-blur-none">
<div class="modal px-5 text-center"> <div class="modal px-5 text-center">
<p class="text-black tracking-tighter leading-tight my-6 mx-2 text-justify"> <p class="text-black tracking-tighter leading-tight my-6 mx-2 text-justify">
<strong>ATENÇÃO!</strong> <strong>ATENÇÃO!</strong>
@ -30,7 +30,6 @@
right: 0; right: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
backdrop-filter: blur(5px);
} }
.modal { .modal {