commencement de la 'page search'
This commit is contained in:
parent
5f4ecfc7b3
commit
58d80d1a6b
47 changed files with 889 additions and 84 deletions
13
src/app/user/search/video-grid/video-grid.component.scss
Normal file
13
src/app/user/search/video-grid/video-grid.component.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.conteneur {
|
||||
border: solid black 2px;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
height: 66vh;
|
||||
}
|
||||
|
||||
.ligne {
|
||||
margin: 30px 0px 30px 0px;
|
||||
}
|
||||
Reference in a new issue