This commit is contained in:
2026-08-05 23:00:14 +07:00
parent 33cde1d28b
commit ec6a5dc709
16 changed files with 11 additions and 34 deletions
+1 -2
View File
@@ -18,8 +18,7 @@
/* Главный цвет */ /* Главный цвет */
--main-color: rgb(34 50 60 / 100%); --main-color: rgb(34 50 60 / 100%);
--second-color: rgb(97 74 22);
--second-color: rgb(97, 74, 22);
--main-back-color: rgb(240 240 240 / 100%); --main-back-color: rgb(240 240 240 / 100%);
--main-back-item-color: rgb(254 254 254 / 100%); --main-back-item-color: rgb(254 254 254 / 100%);
} }
+5 -5
View File
@@ -13,7 +13,7 @@
<style scoped> <style scoped>
.belt-block { .belt-block {
height: 100%; height: 100%;
background-color: rgb(0, 0, 0); background-color: rgb(0 0 0);
background-image: url("@/assets/images/belt.png"); background-image: url("@/assets/images/belt.png");
background-size: cover; background-size: cover;
position: relative; position: relative;
@@ -27,12 +27,12 @@
} }
.shadow-top { .shadow-top {
top: 0px; top: 0;
box-shadow: 0px -5px 10px black; box-shadow: 0 -5px 10px black;
} }
.shadow-bottom { .shadow-bottom {
bottom: 0px; bottom: 0;
box-shadow: 0px 5px 10px black; box-shadow: 0 5px 10px black;
} }
</style> </style>
-1
View File
@@ -63,7 +63,6 @@ getScenarios()
/* background-color: #553333; */ /* background-color: #553333; */
background-color: #222; background-color: #222;
border: 2px solid #222; border: 2px solid #222;
} }
+3 -5
View File
@@ -152,7 +152,7 @@ function getTextForCounter(count: number): string[] {
} }
.game-input-run::placeholder { .game-input-run::placeholder {
color: #333333; color: #333;
} }
.game-input-run:focus { .game-input-run:focus {
@@ -216,11 +216,9 @@ function getTextForCounter(count: number): string[] {
margin: 0 1px; margin: 0 1px;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
background-image: url("@/assets/images/paper.jpg"); background-image: url("@/assets/images/paper.jpg");
background-size: cover; background-size: cover;
box-shadow: 0 -2px 5px black;
box-shadow: 0px -2px 5px black;
} }
.places-text-number { .places-text-number {
@@ -245,7 +243,7 @@ function getTextForCounter(count: number): string[] {
margin: 0 4px; margin: 0 4px;
} }
@media (min-width: 1025px) { @media (width >= 1025px) {
.center-block-700 { .center-block-700 {
width: 700px; width: 700px;
margin: 0 auto; margin: 0 auto;
+1 -1
View File
@@ -39,7 +39,7 @@
background-image: url("@/assets/images/paper.jpg"); background-image: url("@/assets/images/paper.jpg");
background-size: cover; background-size: cover;
display: flow-root; display: flow-root;
box-shadow: 0px 0 5px black; box-shadow: 0 0 5px black;
} }
.message-cloud-2, .message-cloud-2,
+1 -1
View File
@@ -17,7 +17,7 @@
<style scoped> <style scoped>
.plate-block { .plate-block {
position: relative; position: relative;
box-shadow: 0px 0px 10px black; box-shadow: 0 0 10px black;
} }
.metal-plate-block { .metal-plate-block {
-1
View File
@@ -100,7 +100,6 @@ getScenarios()
/* background-color: #553333; */ /* background-color: #553333; */
background-color: #222; background-color: #222;
border: 2px solid #222; border: 2px solid #222;
} }
-2
View File
@@ -9,5 +9,3 @@ import HeaderMenu from '@/components/HeaderMenu.vue'
<HeaderMenu /> <HeaderMenu />
</template> </template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import OfficePage from '@/components/OfficePage.vue'
<template> <template>
<OfficePage /> <OfficePage />
</template> </template>
<style lang="css"></style>
-2
View File
@@ -1,5 +1,3 @@
<script setup lang="ts"></script> <script setup lang="ts"></script>
<template>Соглашением о персональных данных</template> <template>Соглашением о персональных данных</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import ScenarioPage from '@/components/ScenarioPage.vue'
<template> <template>
<ScenarioPage /> <ScenarioPage />
</template> </template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import ScenariosEditorPage from '@/components/ScenariosEditorPage.vue'
<template> <template>
<ScenariosEditorPage /> <ScenariosEditorPage />
</template> </template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import ScenariosPage from '@/components/ScenariosPage.vue'
<template> <template>
<ScenariosPage /> <ScenariosPage />
</template> </template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import TeamStoryPage from '@/components/TeamStoryPage.vue'
<template> <template>
<TeamStoryPage /> <TeamStoryPage />
</template> </template>
<style lang="css"></style>
-2
View File
@@ -1,5 +1,3 @@
<script setup lang="ts"></script> <script setup lang="ts"></script>
<template>Пользовательское соглашение</template> <template>Пользовательское соглашение</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import UsersPage from '@/components/UsersPage.vue'
<template> <template>
<UsersPage /> <UsersPage />
</template> </template>
<style lang="css"></style>