aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-11-16 01:14:46 -0500
committerSophie Zhang <sophie_zhang@brown.edu>2023-11-16 01:14:46 -0500
commit953627770c09cbb6918a0816f4e5974bb57044e1 (patch)
treec995a11e68f43262872ab80fcda6ca542456a6ad /src/client/views/PropertiesView.scss
parent8fccdb8c21015eb9204de7c24a80ece82f338d8e (diff)
palette, extracting image colors
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index 2da2ec568..ffcad0e7e 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -7,6 +7,15 @@
position: absolute;
right: 4;
}
+.propertiesView-palette {
+ cursor: pointer;
+ padding: 8px;
+ border-radius: 4px;
+ transition: all 0.2s ease;
+ &:hover {
+ background-color: #3b3c3e;
+ }
+}
.propertiesView {
height: 100%;
width: 250;