@cullsin/lnc-menu 5.7.0 → 5.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/src/sidemenu.scss +10 -16
- package/package.json +1 -1
|
@@ -50,15 +50,17 @@
|
|
|
50
50
|
|
|
51
51
|
// Selected state - unified capsule background
|
|
52
52
|
&.selected {
|
|
53
|
-
padding:
|
|
53
|
+
padding: 10px 15px;
|
|
54
54
|
background: linear-gradient(to bottom, #7ad4f7, #20a9ef) !important;
|
|
55
55
|
border-radius: 20px;
|
|
56
56
|
margin: 0 7px;
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
57
59
|
|
|
58
60
|
.MuiListItemIcon-root {
|
|
59
61
|
color: #1e2f97;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
+
min-width: auto;
|
|
63
|
+
margin-right: 8px;
|
|
62
64
|
|
|
63
65
|
svg,
|
|
64
66
|
.MuiSvgIcon-root {
|
|
@@ -69,11 +71,6 @@
|
|
|
69
71
|
|
|
70
72
|
.MuiListItemText-root {
|
|
71
73
|
margin: 0;
|
|
72
|
-
|
|
73
|
-
span {
|
|
74
|
-
padding: 10px 15px 10px 5px;
|
|
75
|
-
display: inline-block;
|
|
76
|
-
}
|
|
77
74
|
|
|
78
75
|
.MuiTypography-root {
|
|
79
76
|
color: #1e2f97;
|
|
@@ -83,15 +80,17 @@
|
|
|
83
80
|
|
|
84
81
|
// Hover state - unified capsule background
|
|
85
82
|
&:hover:not(.selected) {
|
|
86
|
-
padding:
|
|
83
|
+
padding: 10px 15px;
|
|
87
84
|
background: linear-gradient(to bottom, #7ad4f7, #20a9ef) !important;
|
|
88
85
|
border-radius: 20px;
|
|
89
86
|
margin: 0 7px;
|
|
87
|
+
display: flex;
|
|
88
|
+
align-items: center;
|
|
90
89
|
|
|
91
90
|
.MuiListItemIcon-root {
|
|
92
91
|
color: #1e2f97;
|
|
93
|
-
|
|
94
|
-
|
|
92
|
+
min-width: auto;
|
|
93
|
+
margin-right: 8px;
|
|
95
94
|
|
|
96
95
|
svg,
|
|
97
96
|
.MuiSvgIcon-root {
|
|
@@ -102,11 +101,6 @@
|
|
|
102
101
|
|
|
103
102
|
.MuiListItemText-root {
|
|
104
103
|
margin: 0;
|
|
105
|
-
|
|
106
|
-
span {
|
|
107
|
-
padding: 10px 15px 10px 5px;
|
|
108
|
-
display: inline-block;
|
|
109
|
-
}
|
|
110
104
|
|
|
111
105
|
.MuiTypography-root {
|
|
112
106
|
color: #1e2f97;
|