Skip to content
Snippets Groups Projects
Commit f7dffcfe authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4124: adding view on source to Twitter

parent 26565902
No related branches found
No related tags found
No related merge requests found
...@@ -5240,6 +5240,10 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] { ...@@ -5240,6 +5240,10 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] {
margin-right: auto; margin-right: auto;
text-align: center; } text-align: center; }
.uw-twitter__view-on-source {
padding: 1rem 0;
text-align: center; }
.views-element-container { .views-element-container {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
......
...@@ -4,4 +4,9 @@ ...@@ -4,4 +4,9 @@
margin-right: auto; margin-right: auto;
text-align: center; text-align: center;
} }
&__view-on-source {
padding: 1rem 0;
text-align: center;
}
} }
...@@ -35,5 +35,9 @@ ...@@ -35,5 +35,9 @@
<script src="https://platform.twitter.com/widgets.js"></script> <script src="https://platform.twitter.com/widgets.js"></script>
<div class="uw-twitter__view-on-source">
View on <a href="{{ twitter.href }}">Twitter</a>
</div>
</div> </div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment