field video on paragraphe source
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user