]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Add bootstrap 4
[rails.git] / app / assets / stylesheets / common.scss
index d3488fe73766cc15e3f04bbdc8fa9d604223d3dd..0e42eb9000e959e505b2b379fcd8be00cffc4960 100644 (file)
@@ -1,4 +1,5 @@
 @import "parameters";
+@import "bootstrap";
 
 /* Styles common to large and small screens */
 
@@ -1230,6 +1231,15 @@ tr.turn:hover {
       border-left: 1px solid #ddd;
       background-color: #fff;
     }
+
+    .colour-preview-box {
+      float: right;
+      width: 12px;
+      height: 12px;
+      margin: 4px 0px;
+      border: 1px solid rgba(0, 0, 0, .1);
+      // add color via inline css on element: background-color: <tag value>;
+    }
   }
 
   .warning {