We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df03f51 commit 59303bfCopy full SHA for 59303bf
src/x-759224-menu-builder-uic/styles/menu-item.scss
@@ -1,17 +1,18 @@
1
.menu-item {
2
align-items: center;
3
display: flex;
4
+ gap: 1rem;
5
6
.leftMenu {
7
8
gap: 10px;
- margin-right: 10px;
9
10
}
11
12
.midMenu {
13
14
- width: 33%;
+ width: 100%;
15
+ max-width: 300px;
16
17
18
@@ -63,7 +64,7 @@ li {
63
64
span {
65
text-transform: capitalize;
66
color: white;
- padding: 8px;
67
+ padding: 0.25rem 0.75rem;
68
border-radius: 32px;
69
70
&[data-choice="menu"] {
@@ -74,3 +75,17 @@ span {
74
75
background-color: #28a745;
76
77
78
+
79
+.now-dropdown {
80
+ &.is-disabled {
81
+ opacity: 1;
82
83
+ .now-button-icon {
84
+ color: #7d7d7d;
85
+ }
86
87
+ .now-dropdown-label {
88
89
90
91
+}
0 commit comments