add designed layout
This commit is contained in:
20
src/assets/scss/5-modules/player-big.scss
Normal file
20
src/assets/scss/5-modules/player-big.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user