diff --git a/app/styles/app.scss b/app/styles/app.scss index a2eaf59..ed35cb7 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -9,4 +9,6 @@ @import "components/help"; -@import "components/footer"; \ No newline at end of file +@import "components/footer"; + +@import "components/verse"; \ No newline at end of file diff --git a/app/styles/components/verse.scss b/app/styles/components/verse.scss new file mode 100644 index 0000000..30e0259 --- /dev/null +++ b/app/styles/components/verse.scss @@ -0,0 +1,19 @@ +.bi-arrow-left-square { + float:left; + font-size:2rem; + vertical-align: center; +} + +.bi-arrow-right-square { + float:right; + font-size:2rem; + vertical-align: center; +} + +a .bi-arrow-left-square, a .bi-arrow-right-square { + color:#212529; +} + +.bi-arrow-left-square:hover,.bi-arrow-right-square:hover { + color:darkgrey; +} \ No newline at end of file