Skip to content

Commit 59303bf

Browse files
ayleeandersenAylee AndersenLacah
authored
Fixed styling on menu labels (#20)
Co-authored-by: Aylee Andersen <aylee@Aylees-MacBook-Pro.local> Co-authored-by: Laszlo <47461634+Lacah@users.noreply.github.com>
1 parent df03f51 commit 59303bf

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/x-759224-menu-builder-uic/styles/menu-item.scss

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
.menu-item {
22
align-items: center;
33
display: flex;
4+
gap: 1rem;
45

56
.leftMenu {
67
display: flex;
78
gap: 10px;
8-
margin-right: 10px;
99
align-items: center;
1010
}
1111

1212
.midMenu {
1313
display: flex;
14-
width: 33%;
14+
width: 100%;
15+
max-width: 300px;
1516
align-items: center;
1617
gap: 10px;
1718

@@ -63,7 +64,7 @@ li {
6364
span {
6465
text-transform: capitalize;
6566
color: white;
66-
padding: 8px;
67+
padding: 0.25rem 0.75rem;
6768
border-radius: 32px;
6869

6970
&[data-choice="menu"] {
@@ -74,3 +75,17 @@ span {
7475
background-color: #28a745;
7576
}
7677
}
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+
color: #7d7d7d;
89+
}
90+
}
91+
}

0 commit comments

Comments
 (0)