traductions, sentry, form, mariadb, assets
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-12-13 15:46:24 +01:00
parent 6fc004a549
commit 9c746638a3
235 changed files with 22613 additions and 179 deletions

34
assets/styles/app.scss Normal file
View File

@ -0,0 +1,34 @@
body{
min-height: 50vh;
display: flex;
justify-content: center;
align-items: center;
}
.wrapper{
display :flex;
justify-content: center;
align-items: center;
height: 100%;
}
form{
border: 1px solid grey;
border-radius: 5px;
padding: 15px;
display:flex;
flex-direction: column;
}
.form-error{
color: red;
}
.lang{
display: flex;
justify-content: center;
align-items: center;
.flag{
width: 200px;
height: auto;
margin: 5px;
}
}

1
assets/styles/bootstrap.scss vendored Normal file
View File

@ -0,0 +1 @@
@import '~bootstrap/scss/bootstrap';