|
@@ -6,7 +6,9 @@
|
|
|
height: 100%;
|
|
|
flex-shrink: 0;
|
|
|
padding: 10px 22px;
|
|
|
- background-color: rgba(6, 34, 87, 0.45);
|
|
|
+ background-color: rgba(6, 34, 87, 0.8);
|
|
|
+ backdrop-filter: blur(3px);
|
|
|
+ -webkit-backdrop-filter: blur(3px);
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
@@ -231,6 +233,7 @@
|
|
|
border-radius: 16px;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
+ box-shadow: 4px -3px 6px 0px #B2E8FF;
|
|
|
|
|
|
.plyr__control.plyr__control--overlaid {
|
|
|
width: 48px;
|
|
@@ -247,6 +250,9 @@
|
|
|
.plyr__controls {
|
|
|
background: initial;
|
|
|
padding: 0 20px 13px;
|
|
|
+ opacity: 1 !important;
|
|
|
+ transform: translateY(0) !important;
|
|
|
+ pointer-events: initial !important;
|
|
|
|
|
|
.plyr__controls__item.plyr__control {
|
|
|
padding: 0;
|
|
@@ -296,6 +302,7 @@
|
|
|
width: 12px;
|
|
|
height: 12px;
|
|
|
margin-top: -4px;
|
|
|
+ box-shadow: initial;
|
|
|
}
|
|
|
|
|
|
.plyr__progress__buffer {
|
|
@@ -332,6 +339,7 @@
|
|
|
background-size: 100% 100%;
|
|
|
position: relative;
|
|
|
border-radius: 16px;
|
|
|
+ box-shadow: 4px -3px 6px 0px #B2E8FF;
|
|
|
|
|
|
.audioBga {
|
|
|
width: 100%;
|
|
@@ -358,6 +366,7 @@
|
|
|
height: initial;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
+ box-shadow: initial;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -442,7 +451,7 @@
|
|
|
position: absolute;
|
|
|
width: 154px;
|
|
|
left: 50%;
|
|
|
- top: -6px;
|
|
|
+ top: -5px;
|
|
|
transform: translateX(-50%);
|
|
|
}
|
|
|
}
|