diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 4a23b51..34e3053 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -142,26 +142,6 @@ 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.png) center left no-repeat; - background-size: contain; - padding: 10px 0 10px 50px; - @media screen and (max-width: $mobile-limit) { - display: block; - text-indent: -9999px; - } - } - } div#help { position: absolute; top: 25%; diff --git a/static/grandlyon-cut/images/back.png b/static/grandlyon-cut/images/back.png deleted file mode 100644 index 643b740..0000000 Binary files a/static/grandlyon-cut/images/back.png and /dev/null differ diff --git a/templates/theme.html b/templates/theme.html index c0c10e1..1d52984 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -39,16 +39,6 @@