Builded AudioLink filter wich enable audio player for links to document node in all formatted texts
This commit is contained in:
@@ -1249,6 +1249,8 @@ main[role="main"] .layout-content {
|
||||
padding: 0 0 1em; }
|
||||
main[role="main"] .layout-content .row .col > .wrapper > * {
|
||||
padding: 0 1em; }
|
||||
main[role="main"] .layout-content .field.text-formatted a.audio-link {
|
||||
border-bottom: 1px dotted red; }
|
||||
|
||||
main[role="main"] article.node > h2 {
|
||||
font-size: 0.9em;
|
||||
|
||||
@@ -176,6 +176,11 @@ main[role="main"]{
|
||||
}
|
||||
}
|
||||
}
|
||||
.field.text-formatted{
|
||||
a.audio-link{
|
||||
border-bottom: 1px dotted red;
|
||||
}
|
||||
}
|
||||
}
|
||||
article.node>h2{
|
||||
@include content_titles;
|
||||
|
||||
Reference in New Issue
Block a user