UNPKG
content-player-trigyn
Version:
latest (0.0.1)
0.0.1
Which renders the contents in both web and devices
github.com/project-sunbird/sunbird-content-player
content-player-trigyn
/
coreplugins
/
org.ekstep.previousnavigation-1.0
/
renderer
/
templates
/
top.html
11 lines
•
342 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
style
>
.nav-btn-top
.previous
{
right
:
8%
; }
.nav-btn-top
.previous
img
.nav-previous
{
transform
:
rotate
(-
180deg
); }
</
style
>
<
a
href
=
"#"
class
=
"sb-btn-arrows prev"
ng-click
=
"navigate('previous')"
>
<
span
class
=
"chevron left"
style
=
"display: flex;align-items: center;"
>
</
span
>
</
a
>