From 20986e86e2463f0fa2589b36d5c96f28ab29070b Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Sun, 22 Mar 2026 01:39:16 +0700 Subject: [PATCH] clear --- src/assets/main.css | 49 ++++------------------------------ src/components/GameWindow.vue | 30 ++++++++++++++------- src/components/LoginWindow.vue | 17 ++++++++++++ 3 files changed, 43 insertions(+), 53 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 977fed3..55438f1 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,51 +1,12 @@ @import './base.css'; -.header-block { - height: 60px; - background-color: var(--main-color); - font-size: large; - color: white; - vertical-align: middle; - padding: 15px 0 10px 16px; - font-weight: 700; +body { + overflow: hidden; } -.input-custom { - width: 100%; - box-sizing: border-box; /* обязательно! */ - margin-right: 15px; -} - -.button-dialog { - background-color: var(--main-color); - font-weight: 600; - color: white; - - padding: 6px 14px; - border: 1px solid #ddd; - border-radius: 15px; - font-size: 16px; - margin-right: 6px; -} - -.button-dialog:hover { - background-color: var(--main-color); - opacity: 0.9; -} - -.button-dialog:disabled { - opacity: 0.5; -} - -.input-custom, .button-custom { - padding: 12px 16px; - border: 1px solid #ddd; - border-radius: 15px; - font-size: 16px; -} - -.button-container { - display: flex; +@font-face { + font-family: a_OldTyper; + src: url('@/assets/a_OldTyper.ttf'); } .center-message { diff --git a/src/components/GameWindow.vue b/src/components/GameWindow.vue index 8d3ce4d..8110225 100644 --- a/src/components/GameWindow.vue +++ b/src/components/GameWindow.vue @@ -205,15 +205,6 @@ onMounted(() => { diff --git a/src/components/LoginWindow.vue b/src/components/LoginWindow.vue index bc8f4db..876c15e 100644 --- a/src/components/LoginWindow.vue +++ b/src/components/LoginWindow.vue @@ -71,8 +71,25 @@ onMounted(() => {