aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-06-13 12:49:17 -0400
committerbob <bcz@cs.brown.edu>2019-06-13 12:49:17 -0400
commit618d3717e118f978de976cb34e8bc2051c726ffc (patch)
tree0a775022df27105b37c871e8b10d95901268e025 /src/client/views/Main.scss
parent5c8e4ee0c87b140f01f0d287af04fe205a80a584 (diff)
text and menu fixes.
Diffstat (limited to 'src/client/views/Main.scss')
-rw-r--r--src/client/views/Main.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss
index c3acd9790..690139341 100644
--- a/src/client/views/Main.scss
+++ b/src/client/views/Main.scss
@@ -126,6 +126,26 @@ button:hover {
margin-bottom: 10px;
}
}
+.toolbar-color-picker {
+ background-color: $light-color;
+ border-radius: 5px;
+ padding: 12px;
+ position: absolute;
+ bottom: 36px;
+ left: -3px;
+ box-shadow: $intermediate-color 0.2vw 0.2vw 0.8vw;
+}
+.toolbar-color-button {
+ border-radius: 11px;
+ width: 22px;
+ height: 22px;
+ cursor: pointer;
+ text-align: center; // span {
+ // color: $light-color;
+ // font-size: 8px;
+ // user-select: none;
+ // }
+}
// add nodes menu. Note that the + button is actually an input label, not an actual button.
#add-nodes-menu {