Skip to content
Snippets Groups Projects
Commit 8ee8fe9b authored by Frode Petterson's avatar Frode Petterson
Browse files

Add new hub icon to sharing bar

parent 73367243
No related branches found
No related tags found
No related merge requests found
Subproject commit babdd63132f47731ff74c7fe8bd02d2918b4b2d0
Subproject commit 3b208d7172472615d9866692926fb274bd2360a1
Subproject commit 1831312d414ee86c4f72ed1b19dcebd3fe6e7431
Subproject commit 90835b734597218fce405123552b2896e0e12bee
......@@ -5,7 +5,7 @@
</div>
{{/isshared}}
{{#isshared}}
<div><i class="h5picon-content-hub" aria-hidden="false"></i>{{# str }} contenthuboptions, mod_hvp {{/str}}</div>
<div><i class="content-hub-icon" aria-hidden="false"></i>{{# str }} contenthuboptions, mod_hvp {{/str}}</div>
<div class="content-hub-edit"><a href="share.php?id={{ id }}"><span>{{# str }} contenthubeditsharing, mod_hvp {{/str}}</span></a></div>
{{#canbesynced}}
<div class="content-hub-sync">
......
.content-hub-icon {
font-family: h5p!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.content-hub-icon:before {
content: "\e93b";
}
.content-hub-options {
font-size: 14px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment