Добавил надпись о демонстрационной версии сайта

This commit is contained in:
Andrei 2023-02-28 00:11:43 +05:00
parent ed88142524
commit 913871fc47
7 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@ body {
min-height: 100%; min-height: 100%;
} }
.navbar { .navbar {
margin-top: -1.1vw; margin-top: -1.4vw;
background-color: #dcb495; background-color: #dcb495;
display: inline-flex; display: inline-flex;
height: 8vw; height: 8vw;

View File

@ -2,6 +2,7 @@
display: none; display: none;
} }
.login_page { .login_page {
margin-top: -1.1vw;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@ -6,6 +6,7 @@ main, html {
margin-bottom: 60%; margin-bottom: 60%;
} }
.header_block { .header_block {
margin-top: -1.1vw;
width: 100%; width: 100%;
height: 75vw; height: 75vw;
background-position: center; background-position: center;

View File

@ -2,6 +2,7 @@
display: none !important; display: none !important;
} }
.page_error { .page_error {
margin-top: -1.4vw;
height: 55vw; height: 55vw;
background-color: #dcb495; background-color: #dcb495;
display: flex; display: flex;

View File

@ -1,6 +1,7 @@
.recovery_page { .recovery_page {
height: 60vw; height: 60vw;
background-color: #dcb495; background-color: #dcb495;
margin-top: -1.1vw;
} }
.recovery { .recovery {
width: 100%; width: 100%;

View File

@ -2,6 +2,7 @@
display: none; display: none;
} }
.register_page { .register_page {
margin-top: -1.1vw;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@ -13,7 +13,7 @@
<title>{{title}}</title> <title>{{title}}</title>
</head> </head>
<body> <body>
<div class="alert alert-danger" role="alert"> <div class="alert alert-danger mess_block" role="alert">
<h4 style="text-align:center;">Это деманстрационная версия сайта, пока что мы не рекомендуем сохранять здесь важные данные</h4> <h4 style="text-align:center;">Это деманстрационная версия сайта, пока что мы не рекомендуем сохранять здесь важные данные</h4>
</div> </div>
<script <script