v0.1.0-beta.1

+ Реализованы основные компоненты для БД
+ Страница авторизации
+ Страница 404
+ Обработка ошибок
+ Логирование событий
This commit is contained in:
Alexander Zhirov 2023-06-08 16:56:05 +03:00
parent e74c0a1af0
commit 082a55ea9f
8 changed files with 32 additions and 14 deletions

18
public/404.css Normal file
View file

@ -0,0 +1,18 @@
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
div.page {
display: flex;
align-items: center;
}
.pic {
background-image: url("404.png");
min-width: 512px;
min-height: 512px;
background-size: contain;
}

View file

@ -8,7 +8,6 @@ body {
align-items: center;
justify-content: center;
height: 100vh;
overflow: hidden;
margin-top: -5%;
color: #333;
opacity: 0;
@ -55,7 +54,6 @@ input:hover {
.title {
margin: 30px;
color:#333333
}
.label {

View file

@ -18,7 +18,7 @@ body {
div.div-header {
display: flex;
align-items: center;
width: 60%;
width: 70%;
justify-content: center;
margin-top: 30px
}
@ -67,7 +67,7 @@ input {
/* BODY */
.content {
width: 60%;
width: 70%;
margin-top: 20px
}
@ -136,7 +136,7 @@ tr.row:hover, tr.row:nth-child(even):hover {
.server-value {
text-align: left;
padding-left: 10px;
padding: 2px 0 2px 10px;
}
.server-input {