@stack-spot/citric-react 0.15.3 → 0.15.4
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/citric.css +14 -2
- package/package.json +1 -1
package/dist/citric.css
CHANGED
|
@@ -471,6 +471,12 @@
|
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
[data-citric="tabs"] {
|
|
474
|
+
display: flex;
|
|
475
|
+
flex-direction: column;
|
|
476
|
+
gap: 16px;
|
|
477
|
+
flex: 1;
|
|
478
|
+
overflow: hidden;
|
|
479
|
+
|
|
474
480
|
> nav {
|
|
475
481
|
display: flex;
|
|
476
482
|
border-bottom: 1px solid var(--light-600);
|
|
@@ -508,7 +514,10 @@
|
|
|
508
514
|
}
|
|
509
515
|
|
|
510
516
|
> section {
|
|
511
|
-
|
|
517
|
+
display: flex;
|
|
518
|
+
flex-direction: column;
|
|
519
|
+
flex: 1;
|
|
520
|
+
overflow: auto;
|
|
512
521
|
}
|
|
513
522
|
|
|
514
523
|
&.stepper {
|
|
@@ -1940,7 +1949,6 @@ input[type="reset"][data-citric="icon-box"], .apply-citric input[type="reset"].c
|
|
|
1940
1949
|
|
|
1941
1950
|
&.full-width {
|
|
1942
1951
|
width: auto;
|
|
1943
|
-
flex: 1;
|
|
1944
1952
|
input {
|
|
1945
1953
|
flex: 1;
|
|
1946
1954
|
}
|
|
@@ -1978,6 +1986,10 @@ input[type="reset"][data-citric="icon-box"], .apply-citric input[type="reset"].c
|
|
|
1978
1986
|
}
|
|
1979
1987
|
}
|
|
1980
1988
|
|
|
1989
|
+
.row > [data-citric="field-group"].full-width {
|
|
1990
|
+
flex: 1;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1981
1993
|
|
|
1982
1994
|
input[data-citric="favorite"][type="checkbox"] {
|
|
1983
1995
|
--icon: var(--citric-icon-outline-Star);
|