conteneurisation de l'appli
This commit is contained in:
16
assets/styles/front/front.scss
Normal file
16
assets/styles/front/front.scss
Normal file
@ -0,0 +1,16 @@
|
||||
@import '~bootstrap/scss/bootstrap';
|
||||
@import '~bootstrap/scss/bootstrap-utilities';
|
||||
|
||||
.login-wrapper{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.login{
|
||||
border: 1px solid grey;
|
||||
border-radius: 5px;
|
||||
box-shadow: 2px 2px 2px grey;
|
||||
padding: 30px;
|
||||
}
|
Reference in New Issue
Block a user