aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/button/FontIconBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.scss')
-rw-r--r--src/client/views/nodes/button/FontIconBox.scss64
1 files changed, 42 insertions, 22 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss
index 0c866988d..72fab74d9 100644
--- a/src/client/views/nodes/button/FontIconBox.scss
+++ b/src/client/views/nodes/button/FontIconBox.scss
@@ -43,6 +43,11 @@
&.tglBtn {
cursor: pointer;
+
+ svg {
+ width: 50% !important;
+ height: 50%;
+ }
}
&.toolBtn {
@@ -99,6 +104,8 @@
overflow: hidden;
cursor: pointer;
background: transparent;
+ align-content: center;
+ align-items: center;
.menuButton-dropdownList {
position: absolute;
@@ -145,6 +152,39 @@
}
}
+ .menuButton-dropdown {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: 15px;
+ /* background-color: #b9b9b9; */
+ grid-column: 2;
+ border-radius: 0px 7px 7px 0px;
+ /* position: absolute; */
+ width: 13px;
+ height: 100%;
+ right: 0;
+ }
+
+ .menuButton-dropdown-header{
+ width: 100%;
+ font-weight: 300;
+ overflow:hidden;
+ font-size: 12px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+
+ .dropbox-background {
+ width: 100vw;
+ height: 100vh;
+ top: 0;
+ z-index: 20;
+ left: 0;
+ background:transparent;
+ position: fixed;
+ }
+
}
@@ -186,31 +226,11 @@
// position: absolute;
// }
-// .menuButton-dropdown {
-// display: flex;
-// justify-content: center;
-// align-items: center;
-// font-size: 15px;
-// /* background-color: #b9b9b9; */
-// grid-column: 2;
-// border-radius: 0px 7px 7px 0px;
-// /* position: absolute; */
-// width: 13px;
-// height: 100%;
-// right: 0;
-// }
+
// &:hover {
// background-color: $light-gray;
// }
-// .dropbox-background {
-// width: 100vw;
-// height: 100vh;
-// top: 0;
-// z-index: 20;
-// left: 0;
-// background:transparent;
-// position: fixed;
-// }
+
// } \ No newline at end of file