This commit is contained in:
2022-10-16 10:36:53 +02:00
parent 85125c7d6b
commit 0f3447adf5
27 changed files with 1183 additions and 75 deletions

26
assets/styles/front.scss Normal file
View File

@ -0,0 +1,26 @@
.info{
display: flex;
justify-content: center;
align-items: center;
#info-don{
flex: 30%;
}
#info-donneur{
flex: 40%;
}
#info-psl{
flex: 30%;
}
}
#error{
height: 300px;
width: 300px;
background-color: grey;
}
#saisie{
position: absolute;
left:-300px
}

View File

@ -1,4 +1,4 @@
@import './header', './footer', './sidebar', 'common/login', 'add-flash';
@import './header', './footer', './sidebar', 'common/login', 'add-flash', 'front';
@import './global';
@import '~bootstrap/scss/bootstrap';
@import '~bootstrap/scss/bootstrap-utilities';