Добавил надпись о демонстрационной версии сайта
This commit is contained in:
parent
ed88142524
commit
913871fc47
@ -6,7 +6,7 @@ body {
|
||||
min-height: 100%;
|
||||
}
|
||||
.navbar {
|
||||
margin-top: -1.1vw;
|
||||
margin-top: -1.4vw;
|
||||
background-color: #dcb495;
|
||||
display: inline-flex;
|
||||
height: 8vw;
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
display: none;
|
||||
}
|
||||
.login_page {
|
||||
margin-top: -1.1vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@ -6,6 +6,7 @@ main, html {
|
||||
margin-bottom: 60%;
|
||||
}
|
||||
.header_block {
|
||||
margin-top: -1.1vw;
|
||||
width: 100%;
|
||||
height: 75vw;
|
||||
background-position: center;
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
.page_error {
|
||||
margin-top: -1.4vw;
|
||||
height: 55vw;
|
||||
background-color: #dcb495;
|
||||
display: flex;
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
.recovery_page {
|
||||
height: 60vw;
|
||||
background-color: #dcb495;
|
||||
margin-top: -1.1vw;
|
||||
}
|
||||
.recovery {
|
||||
width: 100%;
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
display: none;
|
||||
}
|
||||
.register_page {
|
||||
margin-top: -1.1vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<title>{{title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<div class="alert alert-danger mess_block" role="alert">
|
||||
<h4 style="text-align:center;">Это деманстрационная версия сайта, пока что мы не рекомендуем сохранять здесь важные данные</h4>
|
||||
</div>
|
||||
<script
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user