@nine-lab/nine-ux 0.1.162 → 0.1.163
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/css/nineMenu.css
CHANGED
|
@@ -66,6 +66,24 @@
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
+
nine-side-menu-body {
|
|
70
|
+
display: flex;
|
|
71
|
+
--align-items: flex-start;
|
|
72
|
+
align-items: center; /* 수직 중앙 정렬 */
|
|
73
|
+
padding: 10px; /* 여백 추가 */
|
|
74
|
+
justify-content: center;
|
|
75
|
+
height: 100%;
|
|
76
|
+
overflow: auto;
|
|
77
|
+
|
|
78
|
+
ul.side-menu-body {
|
|
79
|
+
width: 100%;
|
|
80
|
+
padding: 0;
|
|
81
|
+
margin: 0;
|
|
82
|
+
display: flex;
|
|
83
|
+
flex-direction: column;
|
|
84
|
+
--align-items: center;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
69
87
|
|
|
70
88
|
nine-side-menu-foot {
|
|
71
89
|
display: flex;
|
|
@@ -112,24 +130,7 @@
|
|
|
112
130
|
|
|
113
131
|
|
|
114
132
|
|
|
115
|
-
:host(nine-side-menu-body) {
|
|
116
|
-
display: flex;
|
|
117
|
-
--align-items: flex-start;
|
|
118
|
-
align-items: center; /* 수직 중앙 정렬 */
|
|
119
|
-
padding: 10px; /* 여백 추가 */
|
|
120
|
-
justify-content: center;
|
|
121
|
-
height: 100%;
|
|
122
|
-
overflow: auto;
|
|
123
133
|
|
|
124
|
-
ul.side-menu-body {
|
|
125
|
-
width: 100%;
|
|
126
|
-
padding: 0;
|
|
127
|
-
margin: 0;
|
|
128
|
-
display: flex;
|
|
129
|
-
flex-direction: column;
|
|
130
|
-
--align-items: center;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
134
|
|
|
134
135
|
|
|
135
136
|
|