@kodiak-finance/orderly-ui 2.8.21-alpha.0 → 2.8.21-rc.2
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/index.css +15 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1016,6 +1016,9 @@ body {
|
|
|
1016
1016
|
.\!oui-mb-\[6px\] {
|
|
1017
1017
|
margin-bottom: 6px !important;
|
|
1018
1018
|
}
|
|
1019
|
+
.\!oui-mt-0 {
|
|
1020
|
+
margin-top: 0px !important;
|
|
1021
|
+
}
|
|
1019
1022
|
.-oui-mb-1 {
|
|
1020
1023
|
margin-bottom: -0.25rem;
|
|
1021
1024
|
}
|
|
@@ -1058,9 +1061,6 @@ body {
|
|
|
1058
1061
|
.oui-mb-0 {
|
|
1059
1062
|
margin-bottom: 0px;
|
|
1060
1063
|
}
|
|
1061
|
-
.oui-mb-0\.5 {
|
|
1062
|
-
margin-bottom: 0.125rem;
|
|
1063
|
-
}
|
|
1064
1064
|
.oui-mb-1 {
|
|
1065
1065
|
margin-bottom: 0.25rem;
|
|
1066
1066
|
}
|
|
@@ -3176,6 +3176,9 @@ body {
|
|
|
3176
3176
|
border-top-left-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3177
3177
|
border-top-right-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3178
3178
|
}
|
|
3179
|
+
.\!oui-rounded-bl {
|
|
3180
|
+
border-bottom-left-radius: var(--oui-rounded, 0.25rem) !important;
|
|
3181
|
+
}
|
|
3179
3182
|
.oui-rounded-bl {
|
|
3180
3183
|
border-bottom-left-radius: var(--oui-rounded, 0.25rem);
|
|
3181
3184
|
}
|
|
@@ -3185,6 +3188,9 @@ body {
|
|
|
3185
3188
|
.oui-rounded-bl-\[6px\] {
|
|
3186
3189
|
border-bottom-left-radius: 6px;
|
|
3187
3190
|
}
|
|
3191
|
+
.oui-rounded-bl-xl {
|
|
3192
|
+
border-bottom-left-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3193
|
+
}
|
|
3188
3194
|
.oui-rounded-br-\[3px\] {
|
|
3189
3195
|
border-bottom-right-radius: 3px;
|
|
3190
3196
|
}
|
|
@@ -3194,6 +3200,9 @@ body {
|
|
|
3194
3200
|
.oui-rounded-br-none {
|
|
3195
3201
|
border-bottom-right-radius: 0;
|
|
3196
3202
|
}
|
|
3203
|
+
.oui-rounded-br-xl {
|
|
3204
|
+
border-bottom-right-radius: var(--oui-rounded-xl, 0.75rem);
|
|
3205
|
+
}
|
|
3197
3206
|
.oui-rounded-tl {
|
|
3198
3207
|
border-top-left-radius: var(--oui-rounded, 0.25rem);
|
|
3199
3208
|
}
|
|
@@ -7423,6 +7432,9 @@ body {
|
|
|
7423
7432
|
}
|
|
7424
7433
|
}
|
|
7425
7434
|
@media (min-width: 1024px) {
|
|
7435
|
+
.xl\:\!oui-mt-3 {
|
|
7436
|
+
margin-top: 0.75rem !important;
|
|
7437
|
+
}
|
|
7426
7438
|
.xl\:oui-flex {
|
|
7427
7439
|
display: flex;
|
|
7428
7440
|
}
|