]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Remove old map sidebar close button css
[rails.git] / app / assets / stylesheets / common.scss
index ed444899f2912b74734f634c8f0f86616928f18a..a94b6700a0680ba2670b3fd6beb4e59b1bdabf02 100644 (file)
@@ -511,15 +511,6 @@ body.small-nav {
       padding: 10px 20px;
     }
 
-    a.close-button {
-      float: right;
-      padding:5px;
-      font-size:20px;
-      line-height:10px;
-      color:#222;
-      border:1px solid $grey;
-    }
-
     .tooltip {
       opacity: 1;
       border: 1px solid $grey;
@@ -530,7 +521,7 @@ body.small-nav {
   }
 }
 
-@media (max-width: 767.98px) {
+@include media-breakpoint-down(md) {
   body.map-layout {
     #sidebar, #map {
       position: relative;
@@ -1719,9 +1710,3 @@ dl.dl-inline {
 }
 
 @import 'browse';
-
-@media only screen and (max-width:960px) {
-  .header-illustration.new-user-arm {
-    display: none;
-  }
-}