third
This commit is contained in:
26
assets/styles/front.scss
Normal file
26
assets/styles/front.scss
Normal 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
|
||||
}
|
@ -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';
|
||||
|
Reference in New Issue
Block a user