Commit 7c5647e4 by Waheed Ahmed

Added copy icon on course about read only page.

ECOM-5205
parent b6376f1a
......@@ -99,7 +99,10 @@ nav {
.btn-copy {
text-decoration: none;
@include margin-left(10px);
color: #999;
padding-top: 2px;
padding-bottom: 2px;
@include padding-left(5px);
@include padding-right(5px);
}
}
}
......
......@@ -28,6 +28,7 @@
{% else %}
<link rel="stylesheet" href="{% static 'sass/main-ltr.scss' %}" type="text/x-scss">
{% endif %}
<link rel="stylesheet" href="{% static 'bower_components/font-awesome/css/font-awesome.css' %}" type="text/x-scss">
<link rel="stylesheet" href="{% static 'bower_components/pikaday/css/pikaday.css' %}" type="text/x-scss">
{% endblock %}
{% endcompress %}
......
<button class="btn-copy" title="copy to clipboard">+</button>
<button class="btn btn-small btn-copy" title="Copy to clipboard" aria-label="Copy to clipboard">
<span class="icon fa fa-copy" aria-hidden="true"></span>
</button>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment