From 8fa0e9042aaa58328c9ed9aa5e41ffd490cc5b74 Mon Sep 17 00:00:00 2001 From: alisagerasimova Date: Thu, 26 Feb 2026 12:52:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BC=D1=91=D1=80=D1=82=D0=B2=D1=8B=D0=B5=20=D0=BA=D0=BB=D0=B0?= =?UTF-8?q?=D1=81=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 14 +------------- src/components/MyDialog.vue | 12 +----------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8b3bda9..f8d1037 100644 --- a/src/App.vue +++ b/src/App.vue @@ -174,6 +174,7 @@ html { .wraper { display: flex; + justify-content: center; } .grid { @@ -235,17 +236,4 @@ html { margin: 5px; transition: 0.3s; } - -.modal { - background-color: #2f2f2f; -} - -.modal-body{ - size: 20px; - font-size: 20px; -} - -.btn-green :hover { - background-color: rgb(229, 67, 67); -} diff --git a/src/components/MyDialog.vue b/src/components/MyDialog.vue index c5fca6f..abb6ab5 100644 --- a/src/components/MyDialog.vue +++ b/src/components/MyDialog.vue @@ -50,7 +50,7 @@ function closeModal() { } .modal { - background: #FFFFFF; + background: #2f2f2f; box-shadow: 2px 2px 20px 1px; overflow-x: auto; display: flex; @@ -115,14 +115,4 @@ function closeModal() { color: red; background: transparent; } - -.modal-fade-enter, -.modal-fade-leave-active { - opacity: 0; -} - -.modal-fade-enter-active, -.modal-fade-leave-active { - transition: opacity 0.5s ease; -} \ No newline at end of file