@useblu/ocean-core 1.55.0 → 1.57.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/CHANGELOG.md +6 -0
- package/ocean.css +117 -71
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.57.0](https://github.com/ocean-ds/ocean-web/compare/v1.56.0...v1.57.0) (2024-04-18)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- create unordered list component ([#1097](https://github.com/ocean-ds/ocean-web/issues/1097)) ([d590bd6](https://github.com/ocean-ds/ocean-web/commit/d590bd6f9ccd95d8549c4f0e07bf12a695b61036))
|
|
11
|
+
|
|
6
12
|
# [1.55.0](https://github.com/ocean-ds/ocean-web/compare/v1.54.1...v1.55.0) (2024-03-27)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
left: -5px;
|
|
1075
1075
|
}
|
|
1076
1076
|
.ods-form-control__helper-text {
|
|
1077
|
-
color: #
|
|
1077
|
+
color: #aaadc0;
|
|
1078
1078
|
font-size: 12px;
|
|
1079
1079
|
font-weight: 600;
|
|
1080
1080
|
line-height: 1;
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
color: #f5456e;
|
|
1085
1085
|
}
|
|
1086
1086
|
.ods-form-control__helper-text--disabled {
|
|
1087
|
-
color: #
|
|
1087
|
+
color: #aaadc0;
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
1090
|
.ods-form-label {
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
margin-bottom: 8px;
|
|
1098
1098
|
}
|
|
1099
1099
|
.ods-form-label--disabled {
|
|
1100
|
-
color: #
|
|
1100
|
+
color: #aaadc0;
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
1103
|
.ods-file-uploader {
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
width: 100%;
|
|
1129
1129
|
}
|
|
1130
1130
|
.ods-file-uploader__trigger--drag {
|
|
1131
|
-
background: #
|
|
1131
|
+
background: #f3f5fe;
|
|
1132
1132
|
border: 1px dashed #0025e0;
|
|
1133
1133
|
}
|
|
1134
1134
|
.ods-file-uploader--error .ods-file-uploader__trigger {
|
|
@@ -1179,7 +1179,7 @@
|
|
|
1179
1179
|
}
|
|
1180
1180
|
.ods-file-uploader__subtitle {
|
|
1181
1181
|
align-items: center;
|
|
1182
|
-
color: #
|
|
1182
|
+
color: #aaadc0;
|
|
1183
1183
|
display: flex;
|
|
1184
1184
|
font-size: 12px;
|
|
1185
1185
|
font-weight: 400;
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
justify-content: center;
|
|
1274
1274
|
}
|
|
1275
1275
|
.ods-file-uploader__file-actions .ods-icon-btn {
|
|
1276
|
-
color: #
|
|
1276
|
+
color: #aaadc0;
|
|
1277
1277
|
}
|
|
1278
1278
|
.ods-file-uploader__file-actions .ods-icon-btn:hover {
|
|
1279
1279
|
color: #0025e0;
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
cursor: not-allowed;
|
|
1378
1378
|
}
|
|
1379
1379
|
.ods-input--disabled input {
|
|
1380
|
-
color: #
|
|
1380
|
+
color: #aaadc0;
|
|
1381
1381
|
cursor: not-allowed;
|
|
1382
1382
|
}
|
|
1383
1383
|
.ods-input--disabled:hover, .ods-input--disabled:focus, .ods-input--disabled:active {
|
|
@@ -1465,7 +1465,7 @@
|
|
|
1465
1465
|
.ods-textarea:disabled {
|
|
1466
1466
|
background-color: #ebecf5;
|
|
1467
1467
|
border-color: #ebecf5;
|
|
1468
|
-
color: #
|
|
1468
|
+
color: #aaadc0;
|
|
1469
1469
|
cursor: not-allowed;
|
|
1470
1470
|
}
|
|
1471
1471
|
.ods-textarea:disabled:active {
|
|
@@ -1492,8 +1492,8 @@
|
|
|
1492
1492
|
user-select: none;
|
|
1493
1493
|
}
|
|
1494
1494
|
.ods-checkbox__root:hover .ods-checkbox__checkmark {
|
|
1495
|
-
background-color: #
|
|
1496
|
-
border-color: #
|
|
1495
|
+
background-color: #f3f5fe;
|
|
1496
|
+
border-color: #aaadc0;
|
|
1497
1497
|
}
|
|
1498
1498
|
.ods-checkbox__label {
|
|
1499
1499
|
cursor: pointer;
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
}
|
|
1502
1502
|
.ods-checkbox__checkmark {
|
|
1503
1503
|
background-color: white;
|
|
1504
|
-
border: solid 1px #
|
|
1504
|
+
border: solid 1px #aaadc0;
|
|
1505
1505
|
border-radius: 4px;
|
|
1506
1506
|
box-sizing: border-box;
|
|
1507
1507
|
cursor: pointer;
|
|
@@ -1574,8 +1574,8 @@
|
|
|
1574
1574
|
user-select: none;
|
|
1575
1575
|
}
|
|
1576
1576
|
.ods-radio__root:hover .ods-radio__checkmark {
|
|
1577
|
-
background-color: #
|
|
1578
|
-
border-color: #
|
|
1577
|
+
background-color: #f3f5fe;
|
|
1578
|
+
border-color: #aaadc0;
|
|
1579
1579
|
}
|
|
1580
1580
|
.ods-radio__label {
|
|
1581
1581
|
cursor: pointer;
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
}
|
|
1584
1584
|
.ods-radio__checkmark {
|
|
1585
1585
|
background-color: white;
|
|
1586
|
-
border: solid 1px #
|
|
1586
|
+
border: solid 1px #aaadc0;
|
|
1587
1587
|
border-radius: 50%;
|
|
1588
1588
|
box-sizing: border-box;
|
|
1589
1589
|
cursor: pointer;
|
|
@@ -1620,12 +1620,12 @@
|
|
|
1620
1620
|
width: 40px;
|
|
1621
1621
|
}
|
|
1622
1622
|
.ods-switch__root:hover .ods-switch__slider {
|
|
1623
|
-
background-color: #
|
|
1624
|
-
border-color: #
|
|
1623
|
+
background-color: #f3f5fe;
|
|
1624
|
+
border-color: #aaadc0;
|
|
1625
1625
|
}
|
|
1626
1626
|
.ods-switch__slider {
|
|
1627
1627
|
background-color: white;
|
|
1628
|
-
border: solid 1px #
|
|
1628
|
+
border: solid 1px #aaadc0;
|
|
1629
1629
|
border-radius: 500px;
|
|
1630
1630
|
bottom: 0;
|
|
1631
1631
|
box-sizing: border-box;
|
|
@@ -1638,7 +1638,7 @@
|
|
|
1638
1638
|
transition: all 0.2s ease;
|
|
1639
1639
|
}
|
|
1640
1640
|
.ods-switch__slider::before {
|
|
1641
|
-
background-color: #
|
|
1641
|
+
background-color: #aaadc0;
|
|
1642
1642
|
border-radius: 50%;
|
|
1643
1643
|
content: "";
|
|
1644
1644
|
display: block;
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
.ods-select__control:disabled {
|
|
1701
1701
|
background-color: #ebecf5;
|
|
1702
1702
|
border-color: #ebecf5;
|
|
1703
|
-
color: #
|
|
1703
|
+
color: #aaadc0;
|
|
1704
1704
|
cursor: not-allowed;
|
|
1705
1705
|
}
|
|
1706
1706
|
.ods-select__control--filled {
|
|
@@ -1731,7 +1731,7 @@
|
|
|
1731
1731
|
transform: rotate(0);
|
|
1732
1732
|
}
|
|
1733
1733
|
.ods-select__arrow--disabled {
|
|
1734
|
-
color: #
|
|
1734
|
+
color: #aaadc0;
|
|
1735
1735
|
}
|
|
1736
1736
|
.ods-select__listbox-wrapper {
|
|
1737
1737
|
position: relative;
|
|
@@ -1777,7 +1777,7 @@
|
|
|
1777
1777
|
white-space: nowrap;
|
|
1778
1778
|
}
|
|
1779
1779
|
.ods-select__option--selected, .ods-select__option:hover, .ods-select__option:focus, .ods-select__option:active {
|
|
1780
|
-
background-color: #
|
|
1780
|
+
background-color: #f3f5fe;
|
|
1781
1781
|
color: #0025e0;
|
|
1782
1782
|
font-weight: 700;
|
|
1783
1783
|
}
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
|
|
1788
1788
|
.ods-alert {
|
|
1789
1789
|
align-items: center;
|
|
1790
|
-
background-color: #
|
|
1790
|
+
background-color: #f3f5fe;
|
|
1791
1791
|
border-radius: 8px;
|
|
1792
1792
|
color: #67697a;
|
|
1793
1793
|
display: flex;
|
|
@@ -1908,7 +1908,7 @@
|
|
|
1908
1908
|
background-color: #ff8a14;
|
|
1909
1909
|
}
|
|
1910
1910
|
.ods-badge--neutral .ods-badge__content {
|
|
1911
|
-
background-color: #
|
|
1911
|
+
background-color: #aaadc0;
|
|
1912
1912
|
}
|
|
1913
1913
|
|
|
1914
1914
|
.ods-btn {
|
|
@@ -1970,7 +1970,7 @@
|
|
|
1970
1970
|
background-color: #d31441;
|
|
1971
1971
|
}
|
|
1972
1972
|
.ods-btn--secondary {
|
|
1973
|
-
background-color: #
|
|
1973
|
+
background-color: #f3f5fe;
|
|
1974
1974
|
color: #0025e0;
|
|
1975
1975
|
}
|
|
1976
1976
|
.ods-btn--secondary:hover {
|
|
@@ -1980,17 +1980,17 @@
|
|
|
1980
1980
|
background-color: #ebecf5;
|
|
1981
1981
|
}
|
|
1982
1982
|
.ods-btn--secondary:active {
|
|
1983
|
-
background-color: #
|
|
1983
|
+
background-color: #aaadc0;
|
|
1984
1984
|
}
|
|
1985
1985
|
.ods-btn--secondary-critical {
|
|
1986
1986
|
background-color: #fff1f4;
|
|
1987
1987
|
color: #f5456e;
|
|
1988
1988
|
}
|
|
1989
1989
|
.ods-btn--secondary-critical:hover {
|
|
1990
|
-
background-color: #
|
|
1990
|
+
background-color: #f3f5fe;
|
|
1991
1991
|
}
|
|
1992
1992
|
.ods-btn--secondary-critical:focus {
|
|
1993
|
-
background-color: #
|
|
1993
|
+
background-color: #f3f5fe;
|
|
1994
1994
|
}
|
|
1995
1995
|
.ods-btn--secondary-critical:active {
|
|
1996
1996
|
background-color: #ebecf5;
|
|
@@ -1999,10 +1999,10 @@
|
|
|
1999
1999
|
background-color: transparent;
|
|
2000
2000
|
}
|
|
2001
2001
|
.ods-btn--text:hover, .ods-btn--text-critical:hover {
|
|
2002
|
-
background-color: #
|
|
2002
|
+
background-color: #f3f5fe;
|
|
2003
2003
|
}
|
|
2004
2004
|
.ods-btn--text:focus, .ods-btn--text-critical:focus {
|
|
2005
|
-
background-color: #
|
|
2005
|
+
background-color: #f3f5fe;
|
|
2006
2006
|
}
|
|
2007
2007
|
.ods-btn--text:active, .ods-btn--text-critical:active {
|
|
2008
2008
|
background-color: #ebecf5;
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
}
|
|
2070
2070
|
.ods-btn:disabled, .ods-btn:disabled .ods-btn:hover {
|
|
2071
2071
|
background-color: #ebecf5;
|
|
2072
|
-
color: #
|
|
2072
|
+
color: #aaadc0;
|
|
2073
2073
|
cursor: not-allowed;
|
|
2074
2074
|
}
|
|
2075
2075
|
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
|
|
2194
2194
|
.slick-prev:hover,
|
|
2195
2195
|
.slick-next:hover {
|
|
2196
|
-
background: #
|
|
2196
|
+
background: #f3f5fe;
|
|
2197
2197
|
cursor: pointer;
|
|
2198
2198
|
outline: none;
|
|
2199
2199
|
}
|
|
@@ -2308,7 +2308,7 @@
|
|
|
2308
2308
|
width: 48px;
|
|
2309
2309
|
}
|
|
2310
2310
|
.ods-icon-btn:hover {
|
|
2311
|
-
background: #
|
|
2311
|
+
background: #f3f5fe;
|
|
2312
2312
|
color: #0025e0;
|
|
2313
2313
|
}
|
|
2314
2314
|
.ods-icon-btn:active {
|
|
@@ -2331,12 +2331,12 @@
|
|
|
2331
2331
|
width: 48px;
|
|
2332
2332
|
}
|
|
2333
2333
|
.ods-icon-btn--disabled {
|
|
2334
|
-
color: #
|
|
2334
|
+
color: #aaadc0;
|
|
2335
2335
|
cursor: not-allowed;
|
|
2336
2336
|
}
|
|
2337
2337
|
.ods-icon-btn--disabled:hover {
|
|
2338
2338
|
background-color: inherit;
|
|
2339
|
-
color: #
|
|
2339
|
+
color: #aaadc0;
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
2342
|
.ods-link {
|
|
@@ -2397,9 +2397,9 @@
|
|
|
2397
2397
|
|
|
2398
2398
|
.ods-transaction-list-item__icon {
|
|
2399
2399
|
align-items: center;
|
|
2400
|
-
background-color: #
|
|
2400
|
+
background-color: #f3f5fe;
|
|
2401
2401
|
border-radius: 40px;
|
|
2402
|
-
color: #
|
|
2402
|
+
color: #aaadc0;
|
|
2403
2403
|
display: flex;
|
|
2404
2404
|
height: 40px;
|
|
2405
2405
|
justify-content: center;
|
|
@@ -2420,7 +2420,7 @@
|
|
|
2420
2420
|
width: 100%;
|
|
2421
2421
|
}
|
|
2422
2422
|
.ods-transaction-list-item:hover, .ods-transaction-list-item:focus {
|
|
2423
|
-
background-color: #
|
|
2423
|
+
background-color: #f3f5fe;
|
|
2424
2424
|
}
|
|
2425
2425
|
.ods-transaction-list-item:hover .ods-transaction-list-item__icon, .ods-transaction-list-item:focus .ods-transaction-list-item__icon {
|
|
2426
2426
|
background-color: #ebecf5;
|
|
@@ -2519,7 +2519,7 @@
|
|
|
2519
2519
|
}
|
|
2520
2520
|
|
|
2521
2521
|
.ods-transaction-list-item__level3 {
|
|
2522
|
-
color: #
|
|
2522
|
+
color: #aaadc0;
|
|
2523
2523
|
font-family: "Nunito Sans";
|
|
2524
2524
|
font-size: 12px;
|
|
2525
2525
|
font-weight: 600;
|
|
@@ -2554,7 +2554,7 @@
|
|
|
2554
2554
|
}
|
|
2555
2555
|
|
|
2556
2556
|
.ods-transaction-list-item__time {
|
|
2557
|
-
color: #
|
|
2557
|
+
color: #aaadc0;
|
|
2558
2558
|
font-family: "Nunito Sans";
|
|
2559
2559
|
font-size: 12px;
|
|
2560
2560
|
font-weight: 600;
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
.ods-modal__header-close {
|
|
2584
2584
|
background: transparent;
|
|
2585
2585
|
border: 0;
|
|
2586
|
-
color: #
|
|
2586
|
+
color: #aaadc0;
|
|
2587
2587
|
cursor: pointer;
|
|
2588
2588
|
display: flex;
|
|
2589
2589
|
margin-left: auto;
|
|
@@ -2724,7 +2724,7 @@
|
|
|
2724
2724
|
|
|
2725
2725
|
.ods-sub-header {
|
|
2726
2726
|
align-items: center;
|
|
2727
|
-
background-color: #
|
|
2727
|
+
background-color: #f3f5fe;
|
|
2728
2728
|
box-sizing: border-box;
|
|
2729
2729
|
display: flex;
|
|
2730
2730
|
justify-content: space-between;
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
cursor: not-allowed;
|
|
2793
2793
|
}
|
|
2794
2794
|
.ods-search--disabled input {
|
|
2795
|
-
color: #
|
|
2795
|
+
color: #aaadc0;
|
|
2796
2796
|
cursor: not-allowed;
|
|
2797
2797
|
}
|
|
2798
2798
|
.ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {
|
|
@@ -2806,7 +2806,7 @@
|
|
|
2806
2806
|
color: #d8dae8;
|
|
2807
2807
|
}
|
|
2808
2808
|
.ods-search__clean {
|
|
2809
|
-
color: #
|
|
2809
|
+
color: #aaadc0;
|
|
2810
2810
|
margin-right: 4px;
|
|
2811
2811
|
}
|
|
2812
2812
|
.ods-search__clean:hover {
|
|
@@ -2815,7 +2815,7 @@
|
|
|
2815
2815
|
|
|
2816
2816
|
.ods-tag {
|
|
2817
2817
|
align-items: center;
|
|
2818
|
-
background-color: #
|
|
2818
|
+
background-color: #f3f5fe;
|
|
2819
2819
|
border-radius: 16px;
|
|
2820
2820
|
color: #67697a;
|
|
2821
2821
|
display: flex;
|
|
@@ -2857,16 +2857,16 @@
|
|
|
2857
2857
|
color: #2da94f;
|
|
2858
2858
|
}
|
|
2859
2859
|
.ods-tag--neutral {
|
|
2860
|
-
background-color: #
|
|
2860
|
+
background-color: #f3f5fe;
|
|
2861
2861
|
}
|
|
2862
2862
|
.ods-tag--neutral .ods-tag__icon {
|
|
2863
|
-
fill: #
|
|
2863
|
+
fill: #aaadc0;
|
|
2864
2864
|
}
|
|
2865
2865
|
.ods-tag--neutral .ods-tag__content {
|
|
2866
|
-
color: #
|
|
2866
|
+
color: #aaadc0;
|
|
2867
2867
|
}
|
|
2868
2868
|
.ods-tag--neutral-02 {
|
|
2869
|
-
background-color: #
|
|
2869
|
+
background-color: #f3f5fe;
|
|
2870
2870
|
}
|
|
2871
2871
|
.ods-tag--neutral-02 .ods-tag__icon {
|
|
2872
2872
|
fill: #5872f5;
|
|
@@ -3336,7 +3336,7 @@
|
|
|
3336
3336
|
width: 100%;
|
|
3337
3337
|
}
|
|
3338
3338
|
.ods-cross-sell-card__cta:hover {
|
|
3339
|
-
background: #
|
|
3339
|
+
background: #f3f5fe;
|
|
3340
3340
|
cursor: pointer;
|
|
3341
3341
|
}
|
|
3342
3342
|
.ods-cross-sell-card__cta:active {
|
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
top: 0;
|
|
3470
3470
|
}
|
|
3471
3471
|
.ods-date__navButtons:hover {
|
|
3472
|
-
background: #
|
|
3472
|
+
background: #f3f5fe;
|
|
3473
3473
|
}
|
|
3474
3474
|
.ods-date__navButtonPrev {
|
|
3475
3475
|
left: 17px;
|
|
@@ -3506,7 +3506,7 @@
|
|
|
3506
3506
|
padding: 0 8px;
|
|
3507
3507
|
}
|
|
3508
3508
|
.ods-date__headRow {
|
|
3509
|
-
color: #
|
|
3509
|
+
color: #aaadc0;
|
|
3510
3510
|
display: grid;
|
|
3511
3511
|
font-family: "Nunito Sans";
|
|
3512
3512
|
font-size: 12px;
|
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
}
|
|
3565
3565
|
.ods-date__day:hover::after {
|
|
3566
3566
|
align-items: center;
|
|
3567
|
-
border: 1px solid #
|
|
3567
|
+
border: 1px solid #aaadc0;
|
|
3568
3568
|
border-radius: 20px;
|
|
3569
3569
|
box-sizing: border-box;
|
|
3570
3570
|
content: "";
|
|
@@ -3590,7 +3590,7 @@
|
|
|
3590
3590
|
}
|
|
3591
3591
|
.ods-date__selected:hover::after {
|
|
3592
3592
|
align-items: center;
|
|
3593
|
-
border: 1px solid #
|
|
3593
|
+
border: 1px solid #aaadc0;
|
|
3594
3594
|
border-radius: 20px;
|
|
3595
3595
|
content: "";
|
|
3596
3596
|
display: flex;
|
|
@@ -3760,7 +3760,7 @@
|
|
|
3760
3760
|
line-height: 1.5;
|
|
3761
3761
|
}
|
|
3762
3762
|
.ods-chart__legend__row__description-level-2 {
|
|
3763
|
-
color: #
|
|
3763
|
+
color: #aaadc0;
|
|
3764
3764
|
margin-left: 16px;
|
|
3765
3765
|
}
|
|
3766
3766
|
|
|
@@ -3771,7 +3771,7 @@
|
|
|
3771
3771
|
padding: 6px 0;
|
|
3772
3772
|
}
|
|
3773
3773
|
.ods-breadcrumb svg {
|
|
3774
|
-
color: #
|
|
3774
|
+
color: #aaadc0;
|
|
3775
3775
|
}
|
|
3776
3776
|
.ods-breadcrumb__item {
|
|
3777
3777
|
align-items: center;
|
|
@@ -3780,7 +3780,7 @@
|
|
|
3780
3780
|
}
|
|
3781
3781
|
.ods-breadcrumb span,
|
|
3782
3782
|
.ods-breadcrumb a {
|
|
3783
|
-
color: #
|
|
3783
|
+
color: #aaadc0;
|
|
3784
3784
|
font-family: "Nunito Sans";
|
|
3785
3785
|
font-size: 12px;
|
|
3786
3786
|
font-weight: 600;
|
|
@@ -3870,7 +3870,7 @@
|
|
|
3870
3870
|
.ods-drawer__content--header .ods-btn--primary {
|
|
3871
3871
|
background: transparent;
|
|
3872
3872
|
border: 0;
|
|
3873
|
-
color: #
|
|
3873
|
+
color: #aaadc0;
|
|
3874
3874
|
cursor: pointer;
|
|
3875
3875
|
height: 100%;
|
|
3876
3876
|
min-width: 0;
|
|
@@ -4197,7 +4197,7 @@
|
|
|
4197
4197
|
transition: 200ms ease-in;
|
|
4198
4198
|
}
|
|
4199
4199
|
.ods-shortcut:is(:hover, :focus) {
|
|
4200
|
-
background-color: #
|
|
4200
|
+
background-color: #f3f5fe;
|
|
4201
4201
|
}
|
|
4202
4202
|
.ods-shortcut--disabled {
|
|
4203
4203
|
background-color: rgba(235, 236, 245, 0.64);
|
|
@@ -4207,7 +4207,7 @@
|
|
|
4207
4207
|
.ods-shortcut--disabled .ods-shortcut__icon,
|
|
4208
4208
|
.ods-shortcut--disabled .ods-shortcut__label,
|
|
4209
4209
|
.ods-shortcut--disabled .ods-shortcut__description {
|
|
4210
|
-
color: #
|
|
4210
|
+
color: #aaadc0;
|
|
4211
4211
|
}
|
|
4212
4212
|
.ods-shortcut--tiny {
|
|
4213
4213
|
min-width: 80px;
|
|
@@ -4265,7 +4265,7 @@
|
|
|
4265
4265
|
top: 8px;
|
|
4266
4266
|
}
|
|
4267
4267
|
.ods-shortcut__blocked {
|
|
4268
|
-
color: #
|
|
4268
|
+
color: #aaadc0;
|
|
4269
4269
|
height: 16px;
|
|
4270
4270
|
position: absolute;
|
|
4271
4271
|
right: 8px;
|
|
@@ -4291,7 +4291,7 @@
|
|
|
4291
4291
|
width: 320px;
|
|
4292
4292
|
}
|
|
4293
4293
|
.ods-card-list-item__leading-icon {
|
|
4294
|
-
background-color: #
|
|
4294
|
+
background-color: #f3f5fe;
|
|
4295
4295
|
border-radius: 50%;
|
|
4296
4296
|
box-sizing: content-box;
|
|
4297
4297
|
color: #5872f5;
|
|
@@ -4333,7 +4333,7 @@
|
|
|
4333
4333
|
}
|
|
4334
4334
|
.ods-card-list-item__action {
|
|
4335
4335
|
background-color: transparent;
|
|
4336
|
-
color: #
|
|
4336
|
+
color: #aaadc0;
|
|
4337
4337
|
height: 20px;
|
|
4338
4338
|
width: 20px;
|
|
4339
4339
|
}
|
|
@@ -4345,7 +4345,7 @@
|
|
|
4345
4345
|
width: 20px;
|
|
4346
4346
|
}
|
|
4347
4347
|
.ods-card-list-item:hover:not(.ods-card-list-item--disabled) {
|
|
4348
|
-
background-color: #
|
|
4348
|
+
background-color: #f3f5fe;
|
|
4349
4349
|
}
|
|
4350
4350
|
.ods-card-list-item:hover:not(.ods-card-list-item--disabled):not(.ods-card-list-item--size-small) .ods-card-list-item__leading-icon {
|
|
4351
4351
|
background-color: rgba(184, 195, 255, 0.16);
|
|
@@ -4356,7 +4356,7 @@
|
|
|
4356
4356
|
.ods-card-list-item--disabled .ods-card-list-item__content__title,
|
|
4357
4357
|
.ods-card-list-item--disabled .ods-card-list-item__content__description,
|
|
4358
4358
|
.ods-card-list-item--disabled .ods-card-list-item__content__caption {
|
|
4359
|
-
color: #
|
|
4359
|
+
color: #aaadc0;
|
|
4360
4360
|
}
|
|
4361
4361
|
.ods-card-list-item--disabled .ods-card-list-item__leading-icon,
|
|
4362
4362
|
.ods-card-list-item--disabled .ods-card-list-item__action {
|
|
@@ -4381,7 +4381,7 @@
|
|
|
4381
4381
|
position: relative;
|
|
4382
4382
|
}
|
|
4383
4383
|
.ods-chips__button {
|
|
4384
|
-
background: #
|
|
4384
|
+
background: #f3f5fe;
|
|
4385
4385
|
border: 0;
|
|
4386
4386
|
border-radius: 24px;
|
|
4387
4387
|
color: #0025e0;
|
|
@@ -4408,17 +4408,17 @@
|
|
|
4408
4408
|
width: 16px;
|
|
4409
4409
|
}
|
|
4410
4410
|
.ods-chips__button--disabled {
|
|
4411
|
-
background: #
|
|
4411
|
+
background: #f3f5fe;
|
|
4412
4412
|
pointer-events: none;
|
|
4413
4413
|
}
|
|
4414
4414
|
.ods-chips__button--disabled .ods-chips__label {
|
|
4415
|
-
color: #
|
|
4415
|
+
color: #aaadc0;
|
|
4416
4416
|
}
|
|
4417
4417
|
.ods-chips__button--disabled .ods-chips__badge > .ods-badge__content {
|
|
4418
|
-
background: #
|
|
4418
|
+
background: #aaadc0;
|
|
4419
4419
|
}
|
|
4420
4420
|
.ods-chips__button--disabled > svg {
|
|
4421
|
-
color: #
|
|
4421
|
+
color: #aaadc0;
|
|
4422
4422
|
}
|
|
4423
4423
|
.ods-chips__button--active {
|
|
4424
4424
|
background: #0025e0;
|
|
@@ -4488,13 +4488,13 @@
|
|
|
4488
4488
|
width: 100%;
|
|
4489
4489
|
}
|
|
4490
4490
|
.ods-chips__options--option--selected {
|
|
4491
|
-
background-color: #
|
|
4491
|
+
background-color: #f3f5fe;
|
|
4492
4492
|
border-radius: 4px;
|
|
4493
4493
|
color: #0025e0;
|
|
4494
4494
|
font-weight: 700;
|
|
4495
4495
|
}
|
|
4496
4496
|
.ods-chips__options--option:hover {
|
|
4497
|
-
background-color: #
|
|
4497
|
+
background-color: #f3f5fe;
|
|
4498
4498
|
border-radius: 4px;
|
|
4499
4499
|
color: #0025e0;
|
|
4500
4500
|
}
|
|
@@ -4505,4 +4505,50 @@
|
|
|
4505
4505
|
justify-content: space-between;
|
|
4506
4506
|
padding: 16px 16px 16px 8px;
|
|
4507
4507
|
}
|
|
4508
|
+
|
|
4509
|
+
.ods-unordered-list-item {
|
|
4510
|
+
align-items: flex-start;
|
|
4511
|
+
display: flex;
|
|
4512
|
+
gap: 8px;
|
|
4513
|
+
list-style-type: none;
|
|
4514
|
+
}
|
|
4515
|
+
.ods-unordered-list-item__icon {
|
|
4516
|
+
height: 24px;
|
|
4517
|
+
min-height: 24px;
|
|
4518
|
+
min-width: 24px;
|
|
4519
|
+
width: 24px;
|
|
4520
|
+
}
|
|
4521
|
+
.ods-unordered-list-item__icon--solid {
|
|
4522
|
+
height: 20px;
|
|
4523
|
+
min-height: 20px;
|
|
4524
|
+
min-width: 20px;
|
|
4525
|
+
width: 20px;
|
|
4526
|
+
}
|
|
4527
|
+
.ods-unordered-list-item__icon-container {
|
|
4528
|
+
align-items: center;
|
|
4529
|
+
background-color: #f3f5fe;
|
|
4530
|
+
border-radius: 50%;
|
|
4531
|
+
display: flex;
|
|
4532
|
+
gap: 8px;
|
|
4533
|
+
height: 24px;
|
|
4534
|
+
justify-content: center;
|
|
4535
|
+
min-height: 24px;
|
|
4536
|
+
min-width: 24px;
|
|
4537
|
+
width: 24px;
|
|
4538
|
+
}
|
|
4539
|
+
.ods-unordered-list-item__icon-container svg {
|
|
4540
|
+
fill: #5872f5;
|
|
4541
|
+
}
|
|
4542
|
+
.ods-unordered-list-item__title {
|
|
4543
|
+
color: #0c0d14;
|
|
4544
|
+
margin-bottom: 4px;
|
|
4545
|
+
}
|
|
4546
|
+
.ods-unordered-list-item__title--with-solid-icon {
|
|
4547
|
+
font-size: 14px;
|
|
4548
|
+
}
|
|
4549
|
+
.ods-unordered-list-item__description {
|
|
4550
|
+
align-items: center;
|
|
4551
|
+
display: flex;
|
|
4552
|
+
min-height: 24px;
|
|
4553
|
+
}
|
|
4508
4554
|
/*# sourceMappingURL=ocean.css.map */
|