paysage sonor done #2146

This commit is contained in:
2023-07-12 13:08:34 +02:00
parent fcf01e4d6a
commit 109705d11a
7 changed files with 127 additions and 12 deletions

View File

@@ -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;
}
}

View File

@@ -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;
}
}
}