paysage sonor done #2146
This commit is contained in:
@@ -97,5 +97,12 @@ html,body{
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#recit-player{
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
bottom: 0; right: 0;
|
||||
padding: 0.5rem;
|
||||
z-index: 100;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -404,6 +404,25 @@ body{
|
||||
|
||||
|
||||
|
||||
}
|
||||
&.recit-opened section.concernement {
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
#recit-player{
|
||||
--plyr-color-main: #01ffe2;
|
||||
--plyr-control-icon-size: 14px;
|
||||
--plyr-audio-controls-background: rgba(255,255,255,0.4);
|
||||
--plyr-control-spacing: 4px;
|
||||
--plyr-range-track-height: 2px;
|
||||
// --plyr-control-radius: 10px;
|
||||
>div.plyr{
|
||||
width:450px;
|
||||
>div.plyr__controls{
|
||||
border-radius: 3px;
|
||||
// border: #fff 1px solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user