Add arrow controls

This commit is contained in:
Daniel Gasienica
2018-04-15 01:19:46 -04:00
parent f0895af6dc
commit 2cb0b0aeb1
2 changed files with 15 additions and 1 deletions
+12
View File
@@ -42,4 +42,16 @@
@include color-svg('../images/x.svg', white);
}
}
&.previous {
&:before {
@include color-svg('../images/back.svg', white);
}
}
&.next {
&:before {
@include color-svg('../images/forward.svg', white);
}
}
}