add designed layout

This commit is contained in:
Tixie
2020-02-15 20:13:33 +01:00
parent baa0951409
commit 2ff9ba0e89
20 changed files with 219 additions and 47 deletions

View File

@@ -0,0 +1,20 @@
/* ----------------------------------------------------------- */
/* == Big player */
/* ----------------------------------------------------------- */
.playerBig__player {
position: relative;
padding-bottom: calc(100% / (16/9));
}
.playerBig__player > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.playerBig__overlay {
cursor: default;
}