X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d74e7628fe26ad89907b97807155f753952ecfd3..c36f09b28db7244066df53b9e52c7ab32a1693da:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index edef1444b..4b7380ffc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -852,45 +852,6 @@ div.secondary-actions { } } -/* Rules for the "Welcome" and "Fix the map" pages */ - -.site-welcome, .site-fixthemap { - .sprite { - width: 50px; - height: 50px; - background-image: image-url("welcome-sprite.svg"); - background-size: 500px 250px; - } - - .sprite.x { - /*rtl:ignore*/ background-position: -50px 0; - } - - .sprite.node { - /*rtl:ignore*/ background-position: -100px 0; - } - - .sprite.way { - /*rtl:ignore*/ background-position: -150px 0; - } - - .sprite.tag { - /*rtl:ignore*/ background-position: -200px 0; - } - - .sprite.editor { - /*rtl:ignore*/ background-position: -250px 0; - } - - .sprite.question { - /*rtl:ignore*/ background-position: -300px 0; - } - - .sprite.rules { - /*rtl:ignore*/ background-position: -350px 0; - } -} - /* Rules for the "About" page */ .site-about #content {