@open-condo/ui 2.50.2 → 2.51.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/components/Markdown/markdown.d.ts.map +1 -1
- package/dist/events.d.ts +1 -1
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +36 -15
- package/dist/index.js +11 -7
- package/dist/style-vars/variables.css +1 -1
- package/dist/style-vars/variables.less +1 -1
- package/dist/styles.css +9 -2
- package/dist/styles.min.css +1 -1
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -9614,6 +9614,13 @@ textarea.condo-input {
|
|
|
9614
9614
|
.condo-markdown {
|
|
9615
9615
|
color: #707695;
|
|
9616
9616
|
}
|
|
9617
|
+
.condo-markdown--inline {
|
|
9618
|
+
color: #222;
|
|
9619
|
+
}
|
|
9620
|
+
.condo-markdown--inline ul,
|
|
9621
|
+
.condo-markdown--inline ol {
|
|
9622
|
+
color: #222;
|
|
9623
|
+
}
|
|
9617
9624
|
.condo-markdown > * {
|
|
9618
9625
|
margin-bottom: 20px;
|
|
9619
9626
|
}
|
|
@@ -12254,7 +12261,7 @@ span.condo-radio + * {
|
|
|
12254
12261
|
display: flex;
|
|
12255
12262
|
gap: 8px;
|
|
12256
12263
|
align-items: center;
|
|
12257
|
-
justify-content: start;
|
|
12264
|
+
justify-content: flex-start;
|
|
12258
12265
|
width: 100%;
|
|
12259
12266
|
margin: 0;
|
|
12260
12267
|
padding: 16px 0;
|
|
@@ -13197,7 +13204,7 @@ span.condo-radio + * {
|
|
|
13197
13204
|
opacity: 0.5;
|
|
13198
13205
|
}
|
|
13199
13206
|
.condo-tabs-dropdown .condo-tabs-tab-label {
|
|
13200
|
-
justify-content: start;
|
|
13207
|
+
justify-content: flex-start;
|
|
13201
13208
|
color: #707695;
|
|
13202
13209
|
font-weight: 600;
|
|
13203
13210
|
font-size: 14px;
|