diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index c41f82e..04ef5a5 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -142,6 +142,27 @@ div#header { } } } + + div#return { + background: $primary-color; + position: absolute; + top: 50%; + left: 1%; + @media screen and (max-width: $mobile-limit) { + top: 3%; + } + a { + color: #000; + background: #fff url(images/back.svg) center left no-repeat; + background-size: contain; + padding: 1px 0 1px 50px; + @media screen and (max-width: $mobile-limit) { + display: block; + text-indent: -9999px; + padding: 10px 0 10px 40px; + } + } + } div#help { position: absolute; top: 25%; diff --git a/static/grandlyon-cut/images/back.svg b/static/grandlyon-cut/images/back.svg new file mode 100644 index 0000000..881d6e2 --- /dev/null +++ b/static/grandlyon-cut/images/back.svg @@ -0,0 +1,3 @@ + + + diff --git a/templates/theme.html b/templates/theme.html index 1d52984..c0c10e1 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -39,6 +39,16 @@