traductions, sentry, form, mariadb, assets
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
34
assets/styles/app.scss
Normal file
34
assets/styles/app.scss
Normal 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
1
assets/styles/bootstrap.scss
vendored
Normal file
@ -0,0 +1 @@
|
||||
@import '~bootstrap/scss/bootstrap';
|
Reference in New Issue
Block a user