@qikdev/vue-ui 0.2.311 → 0.2.314
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/lib.es.js +11249 -10032
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +6333 -5102
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +184 -73
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -913,27 +913,28 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
913
913
|
background: #b14e4e;
|
|
914
914
|
color: #fff;
|
|
915
915
|
}
|
|
916
|
-
.basic-input-style[data-v-
|
|
916
|
+
.basic-input-style[data-v-0acb5372] {
|
|
917
917
|
color: inherit;
|
|
918
918
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
919
919
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
920
920
|
}
|
|
921
|
-
.avatar-image[data-v-
|
|
921
|
+
.avatar-image[data-v-0acb5372] {
|
|
922
922
|
width: 100%;
|
|
923
923
|
display: block;
|
|
924
924
|
border-radius: 100%;
|
|
925
925
|
overflow: hidden;
|
|
926
926
|
position: relative;
|
|
927
927
|
background-color: color-mix(in lab, currentColor 25%, transparent);
|
|
928
|
+
container-type: inline-size;
|
|
928
929
|
}
|
|
929
|
-
.avatar-image .avatar-img[data-v-
|
|
930
|
+
.avatar-image .avatar-img[data-v-0acb5372] {
|
|
930
931
|
background-size: cover;
|
|
931
932
|
background-position: center center;
|
|
932
933
|
height: 0;
|
|
933
934
|
padding-bottom: 100%;
|
|
934
935
|
position: relative;
|
|
935
936
|
}
|
|
936
|
-
.avatar-image .initials[data-v-
|
|
937
|
+
.avatar-image .initials[data-v-0acb5372] {
|
|
937
938
|
display: flex;
|
|
938
939
|
align-items: center;
|
|
939
940
|
justify-content: center;
|
|
@@ -946,38 +947,42 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
946
947
|
font-size: 0.9em;
|
|
947
948
|
font-weight: 500;
|
|
948
949
|
color: var(--bg1, currentColor);
|
|
950
|
+
font-size: 50cqw;
|
|
949
951
|
}
|
|
950
|
-
.basic-input-style[data-v-
|
|
952
|
+
.basic-input-style[data-v-740b543a] {
|
|
951
953
|
color: inherit;
|
|
952
954
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
953
955
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
954
956
|
}
|
|
955
|
-
.ux-spinner
|
|
957
|
+
.ux-spinner[data-v-740b543a] {
|
|
958
|
+
pointer-events: none;
|
|
959
|
+
}
|
|
960
|
+
.ux-spinner.large[data-v-740b543a] {
|
|
956
961
|
position: absolute;
|
|
957
962
|
left: 50%;
|
|
958
963
|
top: 50%;
|
|
959
964
|
transform: translate3d(-50%, -50%, 0);
|
|
960
965
|
font-size: clamp(50px, 10vw, 500px);
|
|
961
966
|
}
|
|
962
|
-
.ux-spinner svg[data-v-
|
|
967
|
+
.ux-spinner svg[data-v-740b543a] {
|
|
963
968
|
width: 1em !important;
|
|
964
969
|
height: 1em !important;
|
|
965
970
|
stroke: currentColor;
|
|
966
971
|
}
|
|
967
|
-
.ux-spinner .spinner_V8m1[data-v-
|
|
972
|
+
.ux-spinner .spinner_V8m1[data-v-740b543a] {
|
|
968
973
|
transform-origin: center;
|
|
969
|
-
animation: spinner_zKoa-
|
|
974
|
+
animation: spinner_zKoa-740b543a 2s linear infinite;
|
|
970
975
|
}
|
|
971
|
-
.ux-spinner .spinner_V8m1 circle[data-v-
|
|
976
|
+
.ux-spinner .spinner_V8m1 circle[data-v-740b543a] {
|
|
972
977
|
stroke-linecap: round;
|
|
973
|
-
animation: spinner_YpZS-
|
|
978
|
+
animation: spinner_YpZS-740b543a 1.5s ease-in-out infinite;
|
|
974
979
|
}
|
|
975
|
-
@keyframes spinner_zKoa-
|
|
980
|
+
@keyframes spinner_zKoa-740b543a {
|
|
976
981
|
to {
|
|
977
982
|
transform: rotate(360deg);
|
|
978
983
|
}
|
|
979
984
|
}
|
|
980
|
-
@keyframes spinner_YpZS-
|
|
985
|
+
@keyframes spinner_YpZS-740b543a {
|
|
981
986
|
0% {
|
|
982
987
|
stroke-dasharray: 0 150;
|
|
983
988
|
stroke-dashoffset: 0;
|
|
@@ -992,13 +997,13 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
992
997
|
stroke-dashoffset: -59;
|
|
993
998
|
}
|
|
994
999
|
}
|
|
995
|
-
.ux-spinner[lg][data-v-
|
|
1000
|
+
.ux-spinner[lg][data-v-740b543a] {
|
|
996
1001
|
font-size: 2em;
|
|
997
1002
|
}
|
|
998
|
-
.ux-spinner[xl][data-v-
|
|
1003
|
+
.ux-spinner[xl][data-v-740b543a] {
|
|
999
1004
|
font-size: 4em;
|
|
1000
1005
|
}
|
|
1001
|
-
.ux-spinner[xxl][data-v-
|
|
1006
|
+
.ux-spinner[xxl][data-v-740b543a] {
|
|
1002
1007
|
font-size: 6em;
|
|
1003
1008
|
}
|
|
1004
1009
|
.basic-input-style[data-v-ea56e98b] {
|
|
@@ -1256,27 +1261,27 @@ a.disabled[data-v-7a924ee2] {
|
|
|
1256
1261
|
width: 1em;
|
|
1257
1262
|
text-align: center;
|
|
1258
1263
|
}
|
|
1259
|
-
.basic-input-style[data-v-
|
|
1264
|
+
.basic-input-style[data-v-7ef96353] {
|
|
1260
1265
|
color: inherit;
|
|
1261
1266
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1262
1267
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1263
1268
|
}
|
|
1264
|
-
.ux-menu-outer[data-v-
|
|
1269
|
+
.ux-menu-outer[data-v-7ef96353] {
|
|
1265
1270
|
position: absolute;
|
|
1266
1271
|
z-index: 10;
|
|
1267
1272
|
font-size: 12px;
|
|
1268
1273
|
}
|
|
1269
|
-
.ux-menu-panel[data-v-
|
|
1274
|
+
.ux-menu-panel[data-v-7ef96353] {
|
|
1270
1275
|
position: absolute;
|
|
1271
1276
|
max-height: 70vh;
|
|
1272
1277
|
overflow: auto;
|
|
1273
1278
|
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
1274
1279
|
box-shadow: 0 0.2em 1em #0000001a;
|
|
1275
1280
|
}
|
|
1276
|
-
.ux-menu-panel.flex[data-v-
|
|
1281
|
+
.ux-menu-panel.flex[data-v-7ef96353] {
|
|
1277
1282
|
display: flex;
|
|
1278
1283
|
}
|
|
1279
|
-
.ux-menu-panel[data-v-
|
|
1284
|
+
.ux-menu-panel[data-v-7ef96353] .ux-list-item {
|
|
1280
1285
|
white-space: nowrap;
|
|
1281
1286
|
text-overflow: ellipsis;
|
|
1282
1287
|
overflow: hidden;
|
|
@@ -1474,19 +1479,19 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
|
|
|
1474
1479
|
.ux-list-item[data-v-a5de8929]:hover {
|
|
1475
1480
|
background: color-mix(in lab, currentColor 5%, transparent);
|
|
1476
1481
|
}
|
|
1477
|
-
.basic-input-style[data-v-
|
|
1482
|
+
.basic-input-style[data-v-de5516aa] {
|
|
1478
1483
|
color: inherit;
|
|
1479
1484
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1480
1485
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1481
1486
|
}
|
|
1482
|
-
.cell[data-v-
|
|
1487
|
+
.cell[data-v-de5516aa] {
|
|
1483
1488
|
display: flex;
|
|
1484
1489
|
min-width: 150px;
|
|
1485
1490
|
}
|
|
1486
|
-
.cell > div[data-v-
|
|
1491
|
+
.cell > div[data-v-de5516aa] {
|
|
1487
1492
|
flex: 1;
|
|
1488
1493
|
}
|
|
1489
|
-
.cell label[data-v-
|
|
1494
|
+
.cell label[data-v-de5516aa] {
|
|
1490
1495
|
display: block;
|
|
1491
1496
|
font-size: 0.8em;
|
|
1492
1497
|
margin-bottom: 0.3em;
|
|
@@ -1494,12 +1499,12 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
|
|
|
1494
1499
|
font-weight: 700;
|
|
1495
1500
|
opacity: 0.5;
|
|
1496
1501
|
}
|
|
1497
|
-
.cell input[data-v-
|
|
1502
|
+
.cell input[data-v-de5516aa] {
|
|
1498
1503
|
min-width: 150px;
|
|
1499
1504
|
flex: 1;
|
|
1500
1505
|
width: 100%;
|
|
1501
1506
|
}
|
|
1502
|
-
input[data-v-
|
|
1507
|
+
input[data-v-de5516aa] {
|
|
1503
1508
|
border-radius: 0.1em;
|
|
1504
1509
|
padding: 0.5em;
|
|
1505
1510
|
box-sizing: border-box;
|
|
@@ -1511,7 +1516,7 @@ input[data-v-8e1886fb] {
|
|
|
1511
1516
|
height: 2.5em;
|
|
1512
1517
|
color: inherit;
|
|
1513
1518
|
}
|
|
1514
|
-
input[data-v-
|
|
1519
|
+
input[data-v-de5516aa]:focus {
|
|
1515
1520
|
background: none;
|
|
1516
1521
|
border: 1px solid var(--primary);
|
|
1517
1522
|
outline: none;
|
|
@@ -1862,6 +1867,146 @@ input[data-v-1078f395]:focus {
|
|
|
1862
1867
|
border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1863
1868
|
}
|
|
1864
1869
|
}
|
|
1870
|
+
.basic-input-style[data-v-6ddd93f2] {
|
|
1871
|
+
color: inherit;
|
|
1872
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1873
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1874
|
+
}
|
|
1875
|
+
.search[data-v-6ddd93f2] {
|
|
1876
|
+
position: relative;
|
|
1877
|
+
width: 100%;
|
|
1878
|
+
}
|
|
1879
|
+
.search > .icon[data-v-6ddd93f2] {
|
|
1880
|
+
position: absolute;
|
|
1881
|
+
right: 0;
|
|
1882
|
+
top: 50%;
|
|
1883
|
+
translate: 0 -50%;
|
|
1884
|
+
bottom: 0;
|
|
1885
|
+
padding: 0 1em;
|
|
1886
|
+
}
|
|
1887
|
+
.search input[data-v-6ddd93f2] {
|
|
1888
|
+
width: 100%;
|
|
1889
|
+
border-radius: 5em;
|
|
1890
|
+
padding: 0.5em 1em;
|
|
1891
|
+
box-sizing: border-box;
|
|
1892
|
+
font-size: inherit;
|
|
1893
|
+
appearance: none;
|
|
1894
|
+
line-height: 1;
|
|
1895
|
+
color: inherit;
|
|
1896
|
+
background: color-mix(in lab, currentColor 6%, transparent);
|
|
1897
|
+
border: 1px solid transparent;
|
|
1898
|
+
}
|
|
1899
|
+
.search input[data-v-6ddd93f2]:focus {
|
|
1900
|
+
background: var(--bg1, #fff);
|
|
1901
|
+
border: 1px solid var(--primary);
|
|
1902
|
+
outline: none;
|
|
1903
|
+
}
|
|
1904
|
+
.basic-input-style[data-v-1f0deee2] {
|
|
1905
|
+
color: inherit;
|
|
1906
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1907
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1908
|
+
}
|
|
1909
|
+
.invisible[data-v-1f0deee2] {
|
|
1910
|
+
opacity: 0.5;
|
|
1911
|
+
pointer-events: none;
|
|
1912
|
+
}
|
|
1913
|
+
.search-component[data-v-1f0deee2] {
|
|
1914
|
+
position: relative;
|
|
1915
|
+
width: 100%;
|
|
1916
|
+
}
|
|
1917
|
+
.face[data-v-1f0deee2] {
|
|
1918
|
+
width: 20px;
|
|
1919
|
+
}
|
|
1920
|
+
.ux-content-search-selected-items[data-v-1f0deee2] {
|
|
1921
|
+
display: flex;
|
|
1922
|
+
flex-wrap: wrap;
|
|
1923
|
+
gap: 8px;
|
|
1924
|
+
margin-bottom: 8px;
|
|
1925
|
+
}
|
|
1926
|
+
.ux-content-search-selected-item[data-v-1f0deee2] {
|
|
1927
|
+
background-color: #f0f0f0;
|
|
1928
|
+
padding: 4px 8px;
|
|
1929
|
+
border-radius: 4px;
|
|
1930
|
+
font-size: 14px;
|
|
1931
|
+
}
|
|
1932
|
+
.ux-content-search-options[data-v-1f0deee2] {
|
|
1933
|
+
position: absolute;
|
|
1934
|
+
max-height: 20vh;
|
|
1935
|
+
overflow-y: auto;
|
|
1936
|
+
z-index: 100;
|
|
1937
|
+
box-shadow: 0 4px 6px #0000001a;
|
|
1938
|
+
border: 1px solid color-mix(in lab, currentColor, var(--bg1));
|
|
1939
|
+
border-radius: 4px;
|
|
1940
|
+
margin-top: 4px;
|
|
1941
|
+
background-color: var(--bg1);
|
|
1942
|
+
}
|
|
1943
|
+
.ux-content-search-option.active[data-v-1f0deee2] {
|
|
1944
|
+
background-color: color-mix(in lab, var(--primary) 15%, var(--bg1));
|
|
1945
|
+
}
|
|
1946
|
+
.basic-input-style[data-v-ec70a3d8],
|
|
1947
|
+
input[data-v-ec70a3d8] {
|
|
1948
|
+
color: inherit;
|
|
1949
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1950
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1951
|
+
}
|
|
1952
|
+
.ux-text-row[data-v-ec70a3d8] {
|
|
1953
|
+
margin-bottom: 0.5em;
|
|
1954
|
+
}
|
|
1955
|
+
[data-v-ec70a3d8] .ux-list {
|
|
1956
|
+
font-size: 0.9em;
|
|
1957
|
+
}
|
|
1958
|
+
input[data-v-ec70a3d8] {
|
|
1959
|
+
border-radius: 0.1em;
|
|
1960
|
+
padding: 0.5em;
|
|
1961
|
+
box-sizing: border-box;
|
|
1962
|
+
font-size: inherit;
|
|
1963
|
+
appearance: none;
|
|
1964
|
+
line-height: 1;
|
|
1965
|
+
height: 2.5em;
|
|
1966
|
+
}
|
|
1967
|
+
input[data-v-ec70a3d8]:focus {
|
|
1968
|
+
background: none;
|
|
1969
|
+
border: 1px solid var(--primary);
|
|
1970
|
+
outline: none;
|
|
1971
|
+
}
|
|
1972
|
+
.ux-text-row .ux-btn[data-v-ec70a3d8] {
|
|
1973
|
+
margin-left: 0.25em;
|
|
1974
|
+
}
|
|
1975
|
+
.ux-text-input-multiple[data-v-ec70a3d8] {
|
|
1976
|
+
width: 100%;
|
|
1977
|
+
}
|
|
1978
|
+
.ux-text-input-single[data-v-ec70a3d8] {
|
|
1979
|
+
width: calc(100% - 0.5em);
|
|
1980
|
+
margin: 0 0.5em 0 0;
|
|
1981
|
+
}
|
|
1982
|
+
.items[data-v-ec70a3d8] {
|
|
1983
|
+
border-radius: 0.3em;
|
|
1984
|
+
overflow: hidden;
|
|
1985
|
+
margin-bottom: 0.5em;
|
|
1986
|
+
}
|
|
1987
|
+
@media (prefers-color-scheme: light) {
|
|
1988
|
+
.items[data-v-ec70a3d8] {
|
|
1989
|
+
border: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
@media (prefers-color-scheme: dark) {
|
|
1993
|
+
.items[data-v-ec70a3d8] {
|
|
1994
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
.items .content-item[data-v-ec70a3d8] {
|
|
1998
|
+
border: none;
|
|
1999
|
+
}
|
|
2000
|
+
@media (prefers-color-scheme: light) {
|
|
2001
|
+
.items .content-item[data-v-ec70a3d8] {
|
|
2002
|
+
border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
@media (prefers-color-scheme: dark) {
|
|
2006
|
+
.items .content-item[data-v-ec70a3d8] {
|
|
2007
|
+
border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
1865
2010
|
.basic-input-style[data-v-17c04ff2] {
|
|
1866
2011
|
color: inherit;
|
|
1867
2012
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
@@ -2400,19 +2545,19 @@ textarea[data-v-a44b8610]:focus {
|
|
|
2400
2545
|
.ux-text-area-single[data-v-a44b8610] {
|
|
2401
2546
|
width: 100%;
|
|
2402
2547
|
}
|
|
2403
|
-
.basic-input-style[data-v-
|
|
2548
|
+
.basic-input-style[data-v-1b7b8bfb] {
|
|
2404
2549
|
color: inherit;
|
|
2405
2550
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2406
2551
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2407
2552
|
}
|
|
2408
|
-
.filter-condition[data-v-
|
|
2553
|
+
.filter-condition[data-v-1b7b8bfb] {
|
|
2409
2554
|
padding: 0.2em;
|
|
2410
2555
|
border-radius: 0.3em;
|
|
2411
2556
|
background: var(--bg1, #fff);
|
|
2412
2557
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2413
2558
|
margin: 0.2em 0.5em;
|
|
2414
2559
|
}
|
|
2415
|
-
label[data-v-
|
|
2560
|
+
label[data-v-1b7b8bfb] {
|
|
2416
2561
|
display: block;
|
|
2417
2562
|
text-transform: uppercase;
|
|
2418
2563
|
font-weight: 700;
|
|
@@ -2991,40 +3136,6 @@ input[data-v-c8feb6c2]:focus {
|
|
|
2991
3136
|
display: flex;
|
|
2992
3137
|
min-height: 300px;
|
|
2993
3138
|
}
|
|
2994
|
-
.basic-input-style[data-v-6ddd93f2] {
|
|
2995
|
-
color: inherit;
|
|
2996
|
-
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2997
|
-
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2998
|
-
}
|
|
2999
|
-
.search[data-v-6ddd93f2] {
|
|
3000
|
-
position: relative;
|
|
3001
|
-
width: 100%;
|
|
3002
|
-
}
|
|
3003
|
-
.search > .icon[data-v-6ddd93f2] {
|
|
3004
|
-
position: absolute;
|
|
3005
|
-
right: 0;
|
|
3006
|
-
top: 50%;
|
|
3007
|
-
translate: 0 -50%;
|
|
3008
|
-
bottom: 0;
|
|
3009
|
-
padding: 0 1em;
|
|
3010
|
-
}
|
|
3011
|
-
.search input[data-v-6ddd93f2] {
|
|
3012
|
-
width: 100%;
|
|
3013
|
-
border-radius: 5em;
|
|
3014
|
-
padding: 0.5em 1em;
|
|
3015
|
-
box-sizing: border-box;
|
|
3016
|
-
font-size: inherit;
|
|
3017
|
-
appearance: none;
|
|
3018
|
-
line-height: 1;
|
|
3019
|
-
color: inherit;
|
|
3020
|
-
background: color-mix(in lab, currentColor 6%, transparent);
|
|
3021
|
-
border: 1px solid transparent;
|
|
3022
|
-
}
|
|
3023
|
-
.search input[data-v-6ddd93f2]:focus {
|
|
3024
|
-
background: var(--bg1, #fff);
|
|
3025
|
-
border: 1px solid var(--primary);
|
|
3026
|
-
outline: none;
|
|
3027
|
-
}
|
|
3028
3139
|
.basic-input-style[data-v-a40a42bc] {
|
|
3029
3140
|
color: inherit;
|
|
3030
3141
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
@@ -3382,18 +3493,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3382
3493
|
border-color: var(--primary);
|
|
3383
3494
|
opacity: 0.5;
|
|
3384
3495
|
}
|
|
3385
|
-
.basic-input-style[data-v-
|
|
3496
|
+
.basic-input-style[data-v-b5298f2c] {
|
|
3386
3497
|
color: inherit;
|
|
3387
3498
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3388
3499
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3389
3500
|
}
|
|
3390
|
-
.ux-field[data-v-
|
|
3501
|
+
.ux-field[data-v-b5298f2c] {
|
|
3391
3502
|
margin-bottom: 1em;
|
|
3392
3503
|
}
|
|
3393
|
-
.ux-field.ux-layout-only[data-v-
|
|
3504
|
+
.ux-field.ux-layout-only[data-v-b5298f2c] {
|
|
3394
3505
|
margin-bottom: 0;
|
|
3395
3506
|
}
|
|
3396
|
-
.ux-field .ux-field-message[data-v-
|
|
3507
|
+
.ux-field .ux-field-message[data-v-b5298f2c] {
|
|
3397
3508
|
border: red;
|
|
3398
3509
|
background: rgba(255, 0, 0, 0.1);
|
|
3399
3510
|
color: red;
|
|
@@ -3403,23 +3514,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3403
3514
|
margin: 0.3em 0;
|
|
3404
3515
|
display: inline-block;
|
|
3405
3516
|
}
|
|
3406
|
-
[data-v-
|
|
3517
|
+
[data-v-b5298f2c] .ux-field-title {
|
|
3407
3518
|
margin-top: 0.5em;
|
|
3408
3519
|
display: block;
|
|
3409
3520
|
margin-bottom: 0.2em;
|
|
3410
3521
|
font-size: 0.9em;
|
|
3411
3522
|
font-weight: 700;
|
|
3412
3523
|
}
|
|
3413
|
-
.ux-field.ux-field-hide[data-v-
|
|
3524
|
+
.ux-field.ux-field-hide[data-v-b5298f2c] {
|
|
3414
3525
|
display: none !important;
|
|
3415
3526
|
margin: 0 !important;
|
|
3416
3527
|
}
|
|
3417
|
-
[data-v-
|
|
3528
|
+
[data-v-b5298f2c] .ux-field-description {
|
|
3418
3529
|
font-size: clamp(12px, 0.8em, 16px);
|
|
3419
3530
|
opacity: 0.5;
|
|
3420
3531
|
margin-bottom: 0.5em;
|
|
3421
3532
|
}
|
|
3422
|
-
.ux-field.ux-field-error[data-v-
|
|
3533
|
+
.ux-field.ux-field-error[data-v-b5298f2c] > .ux-field-title {
|
|
3423
3534
|
color: red;
|
|
3424
3535
|
}
|
|
3425
3536
|
.basic-input-style[data-v-f0b9d2cd] {
|