field video on paragraphe source

This commit is contained in:
2024-04-02 11:32:48 +02:00
parent 820edbd36e
commit a96230ebe7
9 changed files with 311 additions and 55 deletions

View File

@@ -397,7 +397,7 @@ body{
>section{
padding-bottom: 2em;
}
>section.image{
// >section.image{
figure{
// border: #333 1px solid;
position: relative;
@@ -421,11 +421,14 @@ body{
opacity: 1;
}
}
}
// }
.sources{
// padding-top: 1em;
.source{
padding-top: 0.5em;
>section{
padding-bottom: 0.5em;
}
// div.date{
// display: block;
// font-weight: 100;
@@ -436,11 +439,20 @@ body{
>div{
// @include font_reponses();
font-size: inherit;
padding-bottom: 1em;
// padding-bottom: 1em;
}
}
.liens{
section.audio{
padding:1em 0;
label{
padding: 0;
}
div.plyr__controls{
padding:0;
}
}
section.liens{
a{
text-decoration: underline;
@include font_reponses();
@@ -1056,10 +1068,11 @@ body{
}
}
div.editable-image{
div.editable-image,
div.editable-video{
background: #eee;
max-width: 100%;
div.btn{
div.file-btn{
border: #eee 2px solid;
border-radius: 5px;
margin: 1em 0 0;
@@ -1083,6 +1096,14 @@ div.editable-image{
}
}
div.video-btn{
cursor: pointer;
}
div.editable-wrapper{
padding:0.3em 0.5em;
margin:0.5em 0;
}
div.delete-btn{
cursor: pointer;
}