commencement de la 'page search'
This commit is contained in:
parent
5f4ecfc7b3
commit
58d80d1a6b
47 changed files with 889 additions and 84 deletions
41
src/app/user/search/page-search/page-search.component.scss
Normal file
41
src/app/user/search/page-search/page-search.component.scss
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
.conteneur {
|
||||
text-align: center;
|
||||
max-width: 100%;
|
||||
max-height: 100vh;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.blocMilieu1 {
|
||||
height: 70vh;
|
||||
margin-bottom: 70px
|
||||
}
|
||||
|
||||
.inputSearchBar {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.btnRechercher {
|
||||
border: solid black 1px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.conteneurPubGauche {
|
||||
border: solid black 2px;
|
||||
height: 75vh;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.conteneurPubDroite {
|
||||
border: solid black 2px;
|
||||
height: 75vh;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.conteneurPubBas {
|
||||
//width: 80%;
|
||||
//margin-left: auto;
|
||||
//margin-right: auto;
|
||||
height: 100%;
|
||||
border: solid black 2px;
|
||||
}
|
||||
Reference in a new issue