@@ -17,12 +17,12 @@ export default {
</div>
</template>
<style scoped>
-/* .login{
+.login{
width:80%;
height:50%;
display: flex;
justify-content: center;
align-items: center;
background-color: bisque;
-} */
+}
</style>
@@ -41,7 +41,7 @@ dialog{
border-radius: 15px;
position: relative;
background-color: var(--body-background-color);
- opacity: 0.5;
+ opacity: 0.9;
}
dialog::backdrop{
/* background-color: #121929; */