summaryrefslogtreecommitdiff
path: root/src/components/ArrowButton.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ArrowButton.css')
-rw-r--r--src/components/ArrowButton.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/ArrowButton.css b/src/components/ArrowButton.css
new file mode 100644
index 0000000..a39f44a
--- /dev/null
+++ b/src/components/ArrowButton.css
@@ -0,0 +1,9 @@
+@scope (.__ArrowButton) {
+ :scope {
+ margin-top: 1rem;
+ padding: 0 1rem;
+ background-image: url('../icons/arrow-right.svg');
+ background-position: right 1rem center;
+ background-repeat: no-repeat;
+ }
+} \ No newline at end of file