correction pages: register, myProfil-user, search, myPlaylists

This commit is contained in:
MiharyR 2021-11-14 03:39:24 +01:00
parent 91171a3765
commit a8cbd4efb7
27 changed files with 278 additions and 352 deletions

View file

@ -2,8 +2,7 @@
background-color: white ;
text-align: center;
width: 35vw;
height: 79vh;
margin: 3vh 0vh 3vh 0vh;
margin: 1vh 0vh 3vh 0vh;
padding: 0px;
border: solid 2px black;
}
@ -11,14 +10,16 @@
// SearchBar -----------------------------------------------------------
.searchBarContainer {
text-align: center;
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
background-color: #dcdcdc;
border-bottom: solid 2px black;
height: 5vh;
padding: 15px;
font-size: large;
border-bottom: solid 1px black;
}
.inputSearchBar {
width: 50%;
width: 70%;
}
.btnRechercher {
border: solid black 1px;
@ -29,7 +30,7 @@
.playlistListContainer {
max-width: 100%;
height: 70vh;
height: 60vh;
overflow-y: scroll;
padding: 0px;
}
@ -42,7 +43,7 @@
.btnPlaylist {
background-color: white;
padding: 20px;
border-bottom: solid 2px black;
border-bottom: solid 1px black;
width: 100%;
}
.btnPlaylist:hover {
@ -57,19 +58,12 @@
// Bouton creer playlist -------------------------------------------------
.btnCreerPlaylistContainer {
height: 4vh;
margin: 0px;
padding: 0px;
margin: 0px 0px 0px 0px;
background-color: #dcdcdc;
font-size: large;
border-top: solid 1px black;
}
.btnCreerPlaylist {
background-color: #dcdcdc;
border-top: solid 2px black;
border-bottom: solid 2px black;
height: 100%;
width: 100%;
padding: 10px;
}
.btnCreerPlaylist:hover {
background-color: #969696;
margin: 0px 0px 0px 0px;
}