summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index a2d2120..2583284 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -58,6 +58,17 @@ a{
}
+.floatingSwatch {
+ width: 50px;
+ height: 50px;
+ position:absolute;
+ border: 2px solid black;
+ box-shadow: -2px 2px #fff;
+ display: none;
+ z-index: 10;
+ pointer-events: none;
+}
+
.ants {
max-width:320px;
height: auto;