amelioration du style de la partie user

This commit is contained in:
MiharyR 2021-11-21 12:56:11 +01:00
parent 3dce1f6865
commit 7c24996e73
18 changed files with 137 additions and 148 deletions

View file

@ -5,6 +5,8 @@
margin: 1vh 0vh 3vh 0vh;
padding: 0px;
border: solid 2px black;
border-radius: 10px;
box-shadow: 10px 5px 5px black;
}
// SearchBar -----------------------------------------------------------
@ -16,16 +18,16 @@
background-color: #dcdcdc;
font-size: large;
border-bottom: solid 1px black;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inputSearchBar {
width: 70%;
}
.btnRechercher {
border: solid black 1px;
border-radius: 5px;
}
// Liste des playlists -------------------------------------------------
.playlistListContainer {
@ -62,6 +64,8 @@
background-color: #dcdcdc;
font-size: large;
border-top: solid 1px black;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.btnCreerPlaylist {