@ayseaistudio/ui-components 3.5.12 → 3.5.13
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/Profile/style.css +0 -4
- package/package.json +1 -1
package/dist/Profile/style.css
CHANGED
|
@@ -149,7 +149,6 @@
|
|
|
149
149
|
|
|
150
150
|
.profile.size-0-large .texts {
|
|
151
151
|
display: flex;
|
|
152
|
-
flex: 1;
|
|
153
152
|
flex-grow: 1;
|
|
154
153
|
gap: 6px;
|
|
155
154
|
}
|
|
@@ -167,7 +166,6 @@
|
|
|
167
166
|
.profile.size-0-x-small .text {
|
|
168
167
|
-webkit-line-clamp: 0;
|
|
169
168
|
align-items: center;
|
|
170
|
-
flex: 1;
|
|
171
169
|
font-family: var(--b2-bold-font-family);
|
|
172
170
|
font-size: var(--b2-bold-font-size);
|
|
173
171
|
font-style: var(--b2-bold-font-style);
|
|
@@ -182,7 +180,6 @@
|
|
|
182
180
|
.profile.size-0-large .text {
|
|
183
181
|
-webkit-line-clamp: 0;
|
|
184
182
|
align-items: center;
|
|
185
|
-
flex: 1;
|
|
186
183
|
font-family: var(--h4-bold-font-family);
|
|
187
184
|
font-size: var(--h4-bold-font-size);
|
|
188
185
|
font-style: var(--h4-bold-font-style);
|
|
@@ -208,7 +205,6 @@
|
|
|
208
205
|
.profile.size-0-small .text {
|
|
209
206
|
-webkit-line-clamp: 0;
|
|
210
207
|
align-items: center;
|
|
211
|
-
flex: 1;
|
|
212
208
|
font-family: var(--b2-bold-font-family);
|
|
213
209
|
font-size: var(--b2-bold-font-size);
|
|
214
210
|
font-style: var(--b2-bold-font-style);
|