aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/button/FontIconBox.scss
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-08-24 19:06:43 -0400
committergeireann <geireann.lindfield@gmail.com>2021-08-24 19:06:43 -0400
commit0c5a95f37e91a07041699514155fd214f544a0de (patch)
tree58fe2ae043972171f2a91cc277c42a0e68acd773 /src/client/views/nodes/button/FontIconBox.scss
parent325d3a8c931cb9ff7eadfa29603a3c7ca747911b (diff)
updates
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.scss')
-rw-r--r--src/client/views/nodes/button/FontIconBox.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss
index 7a6887d38..dfb549b95 100644
--- a/src/client/views/nodes/button/FontIconBox.scss
+++ b/src/client/views/nodes/button/FontIconBox.scss
@@ -240,7 +240,9 @@
flex-direction: column;
background: transparent;
- .numberBtn-slider {}
+ .menu-slider {
+ width: 100px;
+ }
.menuButton-dropdownBox {
position: absolute;
@@ -255,20 +257,20 @@
}
.button {
- width: 30%;
+ width: 25%;
display: flex;
align-items: center;
justify-content: center;
&.number {
- width: 40%;
+ width: 50%;
.button-input {
background: none;
border: none;
text-align: right;
width: 100%;
- color: black;
+ color: $white;
height: 100%;
text-align: center;
}
@@ -288,9 +290,9 @@
position: absolute;
width: fit-content;
height: fit-content;
- min-width: 50px;
+ min-width: 50%;
max-height: 50vh;
- overflow: scroll;
+ overflow-y: scroll;
top: 100%;
z-index: 21;
background-color: $white;
@@ -323,7 +325,6 @@
&:hover {
background-color: $close-red;
}
-
}
&.drpDownBtn {