Suppression de l'ancien frontend

This commit is contained in:
MiharyR 2021-12-21 12:56:16 +01:00 committed by GitHub
parent d62915bfe5
commit 427d837b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
219 changed files with 0 additions and 12333 deletions

View file

@ -1,48 +0,0 @@
.lightTheme {
border-color: black;
}
.darkTheme {
border-color: white;
}
.myContainer {
text-align: center;
max-width: 100vw;
height: 100vh;
overflow-x: hidden;
}
// Liste des vidéos -------------------------------------------------
.celluleListeVideo {
margin: 0px 0px 0px 0px;
}
// Liste des playlists ---------------------------------------------
.celluleListePlaylist {
margin: 0px 0px 0px 0px;
}
// Pub -------------------------------------------------------------
.cellulePub {
padding: 0px 10px 0px 10px;
width: 100%;
text-align: center;
justify-content: center;
}
.conteneurPub {
//height: 85vh;
text-align: center;
justify-content: center;
vertical-align: middle;
display: block;
width: 75%;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}