@clayui/css 3.133.0 → 3.135.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/lib/css/atlas.css +92 -32
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +93 -32
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +39 -33
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/flags-en-IE.svg +12 -0
- package/lib/images/icons/flags-en-LV.svg +11 -0
- package/lib/images/icons/flags-my-MM.svg +13 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/flags-en-IE.svg +12 -0
- package/src/images/icons/flags-en-LV.svg +11 -0
- package/src/images/icons/flags-my-MM.svg +13 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_labels.scss +1 -0
- package/src/scss/atlas/variables/_modals.scss +1 -0
- package/src/scss/cadmin/variables/_labels.scss +4 -5
- package/src/scss/cadmin/variables/_modals.scss +18 -2
- package/src/scss/cadmin/variables/_utilities.scss +7 -0
- package/src/scss/functions/_lx-icons-generated.scss +6 -0
- package/src/scss/mixins/_forms.scss +690 -432
- package/src/scss/mixins/_input-groups.scss +222 -107
- package/src/scss/mixins/_labels.scss +100 -48
- package/src/scss/mixins/_menubar.scss +131 -60
- package/src/scss/mixins/_modals.scss +36 -20
- package/src/scss/mixins/_nav.scss +86 -34
- package/src/scss/mixins/_navbar.scss +436 -270
- package/src/scss/mixins/_pagination.scss +241 -151
- package/src/scss/mixins/_panels.scss +86 -51
- package/src/scss/mixins/_popovers.scss +82 -32
- package/src/scss/mixins/_sheet.scss +19 -7
- package/src/scss/mixins/_sidebar.scss +195 -89
- package/src/scss/mixins/_slideout.scss +96 -46
- package/src/scss/mixins/_stickers.scss +86 -39
- package/src/scss/mixins/_tables.scss +527 -308
- package/src/scss/mixins/_tbar.scss +165 -87
- package/src/scss/mixins/_toggle-switch.scss +705 -380
- package/src/scss/mixins/_tooltip.scss +53 -21
- package/src/scss/variables/_labels.scss +4 -5
- package/src/scss/variables/_modals.scss +18 -2
- package/src/scss/variables/_utilities.scss +6 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.135.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -5103,15 +5103,14 @@ input[type=button].btn-block {
|
|
|
5103
5103
|
display: inline-flex;
|
|
5104
5104
|
}
|
|
5105
5105
|
.label-item .close {
|
|
5106
|
-
border-radius:
|
|
5106
|
+
border-radius: 5000px;
|
|
5107
5107
|
color: inherit;
|
|
5108
5108
|
display: inline-flex;
|
|
5109
5109
|
font-size: 1rem;
|
|
5110
|
-
height:
|
|
5111
|
-
margin
|
|
5112
|
-
margin-top: -2px;
|
|
5110
|
+
height: 1.5rem;
|
|
5111
|
+
margin: -5px -4px;
|
|
5113
5112
|
opacity: 1;
|
|
5114
|
-
width:
|
|
5113
|
+
width: 1.5rem;
|
|
5115
5114
|
}
|
|
5116
5115
|
.label-item .close:hover {
|
|
5117
5116
|
color: inherit;
|
|
@@ -5481,6 +5480,7 @@ input[type=button].btn-block {
|
|
|
5481
5480
|
.sticker .lexicon-icon {
|
|
5482
5481
|
margin-top: 0;
|
|
5483
5482
|
}
|
|
5483
|
+
|
|
5484
5484
|
.sticker-overlay {
|
|
5485
5485
|
align-items: center;
|
|
5486
5486
|
border-radius: inherit;
|
|
@@ -8208,6 +8208,7 @@ select.form-control {
|
|
|
8208
8208
|
select.form-control.focus, select.form-control:focus-visible, .c-prefers-focus select.form-control:focus {
|
|
8209
8209
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%236b6c7e'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
|
|
8210
8210
|
}
|
|
8211
|
+
|
|
8211
8212
|
select.form-control:disabled, select.form-control.disabled {
|
|
8212
8213
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23a7a9bc'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23a7a9bc'/%3E%3C/svg%3E");
|
|
8213
8214
|
}
|
|
@@ -8335,6 +8336,7 @@ select.form-control[multiple] option:checked {
|
|
|
8335
8336
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23272833'/%3E%3C/svg%3E");
|
|
8336
8337
|
color: #272833;
|
|
8337
8338
|
}
|
|
8339
|
+
|
|
8338
8340
|
.form-control-select-secondary.show {
|
|
8339
8341
|
background-color: #f1f2f5;
|
|
8340
8342
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23272833'/%3E%3C/svg%3E");
|
|
@@ -10857,6 +10859,7 @@ label.custom-control-label {
|
|
|
10857
10859
|
background-color: #f1f2f5;
|
|
10858
10860
|
color: #272833;
|
|
10859
10861
|
}
|
|
10862
|
+
|
|
10860
10863
|
.date-picker-nav select.form-control:disabled, .date-picker-nav select.form-control.disabled {
|
|
10861
10864
|
background-color: transparent;
|
|
10862
10865
|
color: #a7a9bc;
|
|
@@ -10886,6 +10889,7 @@ label.custom-control-label {
|
|
|
10886
10889
|
background-color: #f1f2f5;
|
|
10887
10890
|
color: #272833;
|
|
10888
10891
|
}
|
|
10892
|
+
|
|
10889
10893
|
.date-picker-nav .form-control-select:disabled, .date-picker-nav .form-control-select.disabled {
|
|
10890
10894
|
background-color: transparent;
|
|
10891
10895
|
color: #a7a9bc;
|
|
@@ -11734,10 +11738,12 @@ label.custom-control-label {
|
|
|
11734
11738
|
word-wrap: break-word;
|
|
11735
11739
|
width: 100%;
|
|
11736
11740
|
}
|
|
11741
|
+
|
|
11737
11742
|
.input-group-item-shrink {
|
|
11738
11743
|
flex-grow: 0;
|
|
11739
11744
|
width: auto;
|
|
11740
11745
|
}
|
|
11746
|
+
|
|
11741
11747
|
.input-group-item-focusable {
|
|
11742
11748
|
border-radius: 0.25rem;
|
|
11743
11749
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -11765,6 +11771,7 @@ label.custom-control-label {
|
|
|
11765
11771
|
border-top-left-radius: 0;
|
|
11766
11772
|
border-bottom-left-radius: 0;
|
|
11767
11773
|
}
|
|
11774
|
+
|
|
11768
11775
|
.input-group-text {
|
|
11769
11776
|
align-items: center;
|
|
11770
11777
|
background-color: #e7e7ed;
|
|
@@ -11817,6 +11824,7 @@ label.custom-control-label {
|
|
|
11817
11824
|
.input-group-text-secondary label {
|
|
11818
11825
|
color: #6b6c7e;
|
|
11819
11826
|
}
|
|
11827
|
+
|
|
11820
11828
|
@media (max-width: 575.98px) {
|
|
11821
11829
|
.input-group-stacked-sm-down > .input-group-item {
|
|
11822
11830
|
margin-bottom: 0.5rem;
|
|
@@ -13077,6 +13085,10 @@ label.custom-control-label {
|
|
|
13077
13085
|
padding-top: 0;
|
|
13078
13086
|
z-index: 1;
|
|
13079
13087
|
}
|
|
13088
|
+
.modal-header .modal-title {
|
|
13089
|
+
margin-bottom: 0;
|
|
13090
|
+
margin-top: 0;
|
|
13091
|
+
}
|
|
13080
13092
|
.modal-body {
|
|
13081
13093
|
border-top: 0.0625rem solid #e7e7ed;
|
|
13082
13094
|
flex-grow: 1;
|
|
@@ -13094,6 +13106,17 @@ label.custom-control-label {
|
|
|
13094
13106
|
overflow: auto;
|
|
13095
13107
|
padding: 1.5rem;
|
|
13096
13108
|
}
|
|
13109
|
+
.modal-body .modal-banner-img {
|
|
13110
|
+
margin-left: -1.5rem;
|
|
13111
|
+
margin-right: -1.5rem;
|
|
13112
|
+
top: -1.5rem;
|
|
13113
|
+
}
|
|
13114
|
+
.modal-body .close {
|
|
13115
|
+
position: absolute;
|
|
13116
|
+
right: 1rem;
|
|
13117
|
+
top: 1rem;
|
|
13118
|
+
z-index: 1;
|
|
13119
|
+
}
|
|
13097
13120
|
|
|
13098
13121
|
.modal-body-flush {
|
|
13099
13122
|
padding: 0;
|
|
@@ -13167,8 +13190,9 @@ label.custom-control-label {
|
|
|
13167
13190
|
flex-grow: 1;
|
|
13168
13191
|
font-size: 1.25rem;
|
|
13169
13192
|
font-weight: 700;
|
|
13170
|
-
line-height: 1.
|
|
13171
|
-
margin-bottom:
|
|
13193
|
+
line-height: 1.2;
|
|
13194
|
+
margin-bottom: 1.5rem;
|
|
13195
|
+
margin-top: 1rem;
|
|
13172
13196
|
overflow: hidden;
|
|
13173
13197
|
text-overflow: ellipsis;
|
|
13174
13198
|
white-space: nowrap;
|
|
@@ -13921,6 +13945,7 @@ label.custom-control-label {
|
|
|
13921
13945
|
flex: 1 1 auto;
|
|
13922
13946
|
text-align: center;
|
|
13923
13947
|
}
|
|
13948
|
+
|
|
13924
13949
|
.nav-justified .nav-link {
|
|
13925
13950
|
text-align: center;
|
|
13926
13951
|
width: 100%;
|
|
@@ -13930,6 +13955,7 @@ label.custom-control-label {
|
|
|
13930
13955
|
flex-grow: 1;
|
|
13931
13956
|
text-align: center;
|
|
13932
13957
|
}
|
|
13958
|
+
|
|
13933
13959
|
.nav-stacked {
|
|
13934
13960
|
display: block;
|
|
13935
13961
|
}
|
|
@@ -13939,6 +13965,7 @@ label.custom-control-label {
|
|
|
13939
13965
|
padding-right: 0.5rem;
|
|
13940
13966
|
padding-top: 0.625rem;
|
|
13941
13967
|
}
|
|
13968
|
+
|
|
13942
13969
|
.nav-unstyled {
|
|
13943
13970
|
flex-wrap: nowrap;
|
|
13944
13971
|
}
|
|
@@ -16854,6 +16881,7 @@ label.custom-control-label {
|
|
|
16854
16881
|
.application-bar-dark .navbar-overlay {
|
|
16855
16882
|
background-color: #30313f;
|
|
16856
16883
|
}
|
|
16884
|
+
|
|
16857
16885
|
.management-bar {
|
|
16858
16886
|
border-width: 0px 0px 0.0625rem 0px;
|
|
16859
16887
|
font-size: 0.875rem;
|
|
@@ -18043,6 +18071,7 @@ label.custom-control-label {
|
|
|
18043
18071
|
.management-bar-light .navbar-overlay {
|
|
18044
18072
|
background-color: #fff;
|
|
18045
18073
|
}
|
|
18074
|
+
|
|
18046
18075
|
.management-bar-primary {
|
|
18047
18076
|
background-color: #f0f5ff;
|
|
18048
18077
|
border-color: #0b5fff;
|
|
@@ -18115,6 +18144,7 @@ label.custom-control-label {
|
|
|
18115
18144
|
.management-bar-primary .navbar-overlay {
|
|
18116
18145
|
background-color: #f0f5ff;
|
|
18117
18146
|
}
|
|
18147
|
+
|
|
18118
18148
|
.navigation-bar {
|
|
18119
18149
|
border-width: 0px 0px 0.0625rem 0px;
|
|
18120
18150
|
font-size: 0.875rem;
|
|
@@ -18762,6 +18792,7 @@ label.custom-control-label {
|
|
|
18762
18792
|
margin-bottom: 0.5rem;
|
|
18763
18793
|
padding-left: 0;
|
|
18764
18794
|
}
|
|
18795
|
+
|
|
18765
18796
|
.pagination-bar {
|
|
18766
18797
|
align-items: center;
|
|
18767
18798
|
display: flex;
|
|
@@ -19532,6 +19563,7 @@ label.custom-control-label {
|
|
|
19532
19563
|
.panel-block .panel-footer {
|
|
19533
19564
|
padding: 0 1.25rem 1.25rem;
|
|
19534
19565
|
}
|
|
19566
|
+
|
|
19535
19567
|
.panel-default {
|
|
19536
19568
|
border-width: 0px;
|
|
19537
19569
|
}
|
|
@@ -19577,6 +19609,7 @@ label.custom-control-label {
|
|
|
19577
19609
|
.panel-default .panel-footer {
|
|
19578
19610
|
padding: 1.25rem 0;
|
|
19579
19611
|
}
|
|
19612
|
+
|
|
19580
19613
|
.panel-secondary {
|
|
19581
19614
|
border-color: #e7e7ed;
|
|
19582
19615
|
color: #6b6c7e;
|
|
@@ -19590,6 +19623,7 @@ label.custom-control-label {
|
|
|
19590
19623
|
.panel-secondary .panel-footer {
|
|
19591
19624
|
border-color: #e7e7ed;
|
|
19592
19625
|
}
|
|
19626
|
+
|
|
19593
19627
|
.panel-unstyled {
|
|
19594
19628
|
background-color: transparent;
|
|
19595
19629
|
border-radius: 0px;
|
|
@@ -19647,6 +19681,7 @@ label.custom-control-label {
|
|
|
19647
19681
|
.panel-lg.panel-block .panel-footer {
|
|
19648
19682
|
padding: 0 1.5rem 1.5rem;
|
|
19649
19683
|
}
|
|
19684
|
+
|
|
19650
19685
|
.panel-sm.panel-block .panel-header {
|
|
19651
19686
|
font-size: 1rem;
|
|
19652
19687
|
padding: 0.8125rem 1rem;
|
|
@@ -19664,6 +19699,7 @@ label.custom-control-label {
|
|
|
19664
19699
|
.panel-sm.panel-block .panel-footer {
|
|
19665
19700
|
padding: 0 1rem 1rem;
|
|
19666
19701
|
}
|
|
19702
|
+
|
|
19667
19703
|
.panel-sm.panel-default .panel-header {
|
|
19668
19704
|
font-size: 0.75rem;
|
|
19669
19705
|
line-height: 1;
|
|
@@ -19737,6 +19773,7 @@ label.custom-control-label {
|
|
|
19737
19773
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
|
|
19738
19774
|
outline: 0;
|
|
19739
19775
|
}
|
|
19776
|
+
|
|
19740
19777
|
.popover-secondary {
|
|
19741
19778
|
box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
|
|
19742
19779
|
}
|
|
@@ -19875,15 +19912,18 @@ label.custom-control-label {
|
|
|
19875
19912
|
.popover-header:empty {
|
|
19876
19913
|
display: none;
|
|
19877
19914
|
}
|
|
19915
|
+
|
|
19878
19916
|
.popover-body {
|
|
19879
19917
|
border-bottom-left-radius: calc( 0.25rem - 1px );
|
|
19880
19918
|
border-bottom-right-radius: calc( 0.25rem - 1px );
|
|
19881
19919
|
color: #6b6c7e;
|
|
19882
19920
|
padding: 0.75rem 1rem;
|
|
19883
19921
|
}
|
|
19922
|
+
|
|
19884
19923
|
.popover-width-lg {
|
|
19885
19924
|
max-width: 421px;
|
|
19886
19925
|
}
|
|
19926
|
+
|
|
19887
19927
|
.clay-popover-top,
|
|
19888
19928
|
.clay-popover-top-left,
|
|
19889
19929
|
.clay-popover-top-right {
|
|
@@ -19911,6 +19951,7 @@ label.custom-control-label {
|
|
|
19911
19951
|
border-width: 5px 5px 0;
|
|
19912
19952
|
bottom: 1px;
|
|
19913
19953
|
}
|
|
19954
|
+
|
|
19914
19955
|
.clay-popover-top-left .arrow {
|
|
19915
19956
|
left: 0.625rem;
|
|
19916
19957
|
margin: 0;
|
|
@@ -19948,6 +19989,7 @@ label.custom-control-label {
|
|
|
19948
19989
|
border-width: 5px 5px 5px 0;
|
|
19949
19990
|
left: 1px;
|
|
19950
19991
|
}
|
|
19992
|
+
|
|
19951
19993
|
.clay-popover-right-bottom .arrow {
|
|
19952
19994
|
bottom: 0.625rem;
|
|
19953
19995
|
margin: 0;
|
|
@@ -19960,6 +20002,7 @@ label.custom-control-label {
|
|
|
19960
20002
|
.clay-popover-right-top .arrow::after {
|
|
19961
20003
|
border-right-color: #fff;
|
|
19962
20004
|
}
|
|
20005
|
+
|
|
19963
20006
|
.clay-popover-bottom,
|
|
19964
20007
|
.clay-popover-bottom-left,
|
|
19965
20008
|
.clay-popover-bottom-right {
|
|
@@ -19986,6 +20029,7 @@ label.custom-control-label {
|
|
|
19986
20029
|
border-width: 0 5px 5px 5px;
|
|
19987
20030
|
top: 1px;
|
|
19988
20031
|
}
|
|
20032
|
+
|
|
19989
20033
|
.clay-popover-bottom-left .arrow {
|
|
19990
20034
|
left: 0.625rem;
|
|
19991
20035
|
margin: 0;
|
|
@@ -19993,6 +20037,7 @@ label.custom-control-label {
|
|
|
19993
20037
|
.clay-popover-bottom-left .arrow::after {
|
|
19994
20038
|
border-bottom-color: #fff;
|
|
19995
20039
|
}
|
|
20040
|
+
|
|
19996
20041
|
.clay-popover-bottom-right .arrow {
|
|
19997
20042
|
left: auto;
|
|
19998
20043
|
right: 0.625rem;
|
|
@@ -20000,6 +20045,7 @@ label.custom-control-label {
|
|
|
20000
20045
|
.clay-popover-bottom-right .arrow::after {
|
|
20001
20046
|
border-bottom-color: #fff;
|
|
20002
20047
|
}
|
|
20048
|
+
|
|
20003
20049
|
.clay-popover-left,
|
|
20004
20050
|
.clay-popover-left-bottom,
|
|
20005
20051
|
.clay-popover-left-top {
|
|
@@ -20028,6 +20074,7 @@ label.custom-control-label {
|
|
|
20028
20074
|
border-width: 5px 0 5px 5px;
|
|
20029
20075
|
right: 1px;
|
|
20030
20076
|
}
|
|
20077
|
+
|
|
20031
20078
|
.clay-popover-left-bottom .arrow {
|
|
20032
20079
|
bottom: 0.625rem;
|
|
20033
20080
|
margin: 0;
|
|
@@ -20040,6 +20087,7 @@ label.custom-control-label {
|
|
|
20040
20087
|
.clay-popover-left-top .arrow::after {
|
|
20041
20088
|
border-left-color: #fff;
|
|
20042
20089
|
}
|
|
20090
|
+
|
|
20043
20091
|
.progress {
|
|
20044
20092
|
background-color: #f1f2f5;
|
|
20045
20093
|
border-radius: 100px;
|
|
@@ -20857,6 +20905,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
20857
20905
|
.sidebar-light .component-navigation-bar .navbar-overlay {
|
|
20858
20906
|
background-color: #fff;
|
|
20859
20907
|
}
|
|
20908
|
+
|
|
20860
20909
|
.sidebar-dark {
|
|
20861
20910
|
background-color: #272833;
|
|
20862
20911
|
color: #fff;
|
|
@@ -21132,6 +21181,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21132
21181
|
.c-slideout-height-full {
|
|
21133
21182
|
z-index: calc(1030 + 5);
|
|
21134
21183
|
}
|
|
21184
|
+
|
|
21135
21185
|
table {
|
|
21136
21186
|
border-collapse: collapse;
|
|
21137
21187
|
}
|
|
@@ -21320,16 +21370,19 @@ caption {
|
|
|
21320
21370
|
.table-lg td {
|
|
21321
21371
|
padding: 1.0625rem;
|
|
21322
21372
|
}
|
|
21373
|
+
|
|
21323
21374
|
.table-md th,
|
|
21324
21375
|
.table-md td {
|
|
21325
21376
|
height: 48px;
|
|
21326
21377
|
padding: 0.375rem 1rem;
|
|
21327
21378
|
}
|
|
21379
|
+
|
|
21328
21380
|
.table-sm th,
|
|
21329
21381
|
.table-sm td {
|
|
21330
21382
|
height: 32px;
|
|
21331
21383
|
padding: 0.25rem 1rem;
|
|
21332
21384
|
}
|
|
21385
|
+
|
|
21333
21386
|
.table-bordered {
|
|
21334
21387
|
border: 0.0625rem solid #e7e7ed;
|
|
21335
21388
|
}
|
|
@@ -21341,6 +21394,7 @@ caption {
|
|
|
21341
21394
|
.table-bordered td {
|
|
21342
21395
|
border: 0.0625rem solid #e7e7ed;
|
|
21343
21396
|
}
|
|
21397
|
+
|
|
21344
21398
|
.table-head-bordered thead th,
|
|
21345
21399
|
.table-head-bordered thead td {
|
|
21346
21400
|
border-left: 0.0625rem solid #e7e7ed;
|
|
@@ -21349,6 +21403,7 @@ caption {
|
|
|
21349
21403
|
.table-head-bordered thead td:first-child {
|
|
21350
21404
|
border-left-width: 0;
|
|
21351
21405
|
}
|
|
21406
|
+
|
|
21352
21407
|
.table-borderless th,
|
|
21353
21408
|
.table-borderless td,
|
|
21354
21409
|
.table-borderless thead th,
|
|
@@ -21380,6 +21435,7 @@ caption {
|
|
|
21380
21435
|
.table-hover .table-disabled:hover {
|
|
21381
21436
|
background-color: #fff;
|
|
21382
21437
|
}
|
|
21438
|
+
|
|
21383
21439
|
tr.table-focus {
|
|
21384
21440
|
outline: 0;
|
|
21385
21441
|
}
|
|
@@ -21953,6 +22009,7 @@ td.table-focus {
|
|
|
21953
22009
|
.table.table-list.table-bordered .table-column-start {
|
|
21954
22010
|
border-left-width: 0;
|
|
21955
22011
|
}
|
|
22012
|
+
|
|
21956
22013
|
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
21957
22014
|
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th,
|
|
21958
22015
|
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
@@ -21982,6 +22039,7 @@ td.table-focus {
|
|
|
21982
22039
|
.table-list.table-hover .table-disabled:hover {
|
|
21983
22040
|
background-color: #fff;
|
|
21984
22041
|
}
|
|
22042
|
+
|
|
21985
22043
|
.table-list-title {
|
|
21986
22044
|
font-size: 0.875rem;
|
|
21987
22045
|
font-weight: 600;
|
|
@@ -22234,6 +22292,7 @@ td.table-focus {
|
|
|
22234
22292
|
height: 1.5rem;
|
|
22235
22293
|
width: 1.5rem;
|
|
22236
22294
|
}
|
|
22295
|
+
|
|
22237
22296
|
.show-quick-actions-on-hover tr:not(.table-active):not(.table-disabled):hover .quick-action-menu {
|
|
22238
22297
|
display: flex;
|
|
22239
22298
|
}
|
|
@@ -22551,9 +22610,6 @@ td.table-focus {
|
|
|
22551
22610
|
height: 3.5rem;
|
|
22552
22611
|
color: #6b6c7e;
|
|
22553
22612
|
}
|
|
22554
|
-
.component-tbar .tbar-label {
|
|
22555
|
-
border-width: 0.0625rem;
|
|
22556
|
-
}
|
|
22557
22613
|
.subnav-tbar {
|
|
22558
22614
|
font-size: 0.875rem;
|
|
22559
22615
|
}
|
|
@@ -22656,9 +22712,6 @@ td.table-focus {
|
|
|
22656
22712
|
.subnav-tbar .component-label {
|
|
22657
22713
|
font-weight: 400;
|
|
22658
22714
|
}
|
|
22659
|
-
.subnav-tbar .tbar-label {
|
|
22660
|
-
border-width: 0.0625rem;
|
|
22661
|
-
}
|
|
22662
22715
|
.subnav-tbar-primary {
|
|
22663
22716
|
background-color: #b3cdff;
|
|
22664
22717
|
padding-bottom: 0.625rem;
|
|
@@ -22722,18 +22775,12 @@ td.table-focus {
|
|
|
22722
22775
|
.subnav-tbar-primary.subnav-tbar-disabled .component-label {
|
|
22723
22776
|
border-color: #8e94aa;
|
|
22724
22777
|
}
|
|
22725
|
-
.subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
22726
|
-
border-width: 0.0625rem;
|
|
22727
|
-
}
|
|
22728
22778
|
.subnav-tbar-light {
|
|
22729
22779
|
background-color: white;
|
|
22730
22780
|
color: #6b6c7e;
|
|
22731
22781
|
padding-bottom: 0.125rem;
|
|
22732
22782
|
padding-top: 0.125rem;
|
|
22733
22783
|
}
|
|
22734
|
-
.subnav-tbar-light .tbar-label {
|
|
22735
|
-
border-width: 0.0625rem;
|
|
22736
|
-
}
|
|
22737
22784
|
.tbar-stacked {
|
|
22738
22785
|
display: inline-flex;
|
|
22739
22786
|
height: 100%;
|
|
@@ -22798,9 +22845,6 @@ td.table-focus {
|
|
|
22798
22845
|
margin-right: 0;
|
|
22799
22846
|
margin-top: 0;
|
|
22800
22847
|
}
|
|
22801
|
-
.tbar-stacked .tbar-label {
|
|
22802
|
-
border-width: 0.0625rem;
|
|
22803
|
-
}
|
|
22804
22848
|
.tbar-light {
|
|
22805
22849
|
background-color: #fff;
|
|
22806
22850
|
box-shadow: inset 1px 0 0 0 #f1f2f5, inset -1px 0 0 0 #f1f2f5;
|
|
@@ -22834,9 +22878,6 @@ td.table-focus {
|
|
|
22834
22878
|
background-color: #f1f2f5;
|
|
22835
22879
|
color: #272833;
|
|
22836
22880
|
}
|
|
22837
|
-
.tbar-light .tbar-label {
|
|
22838
|
-
border-width: 0.0625rem;
|
|
22839
|
-
}
|
|
22840
22881
|
.tbar-dark-l2 {
|
|
22841
22882
|
background-color: #393a4a;
|
|
22842
22883
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -22871,9 +22912,6 @@ td.table-focus {
|
|
|
22871
22912
|
background-color: rgba(255, 255, 255, 0.06);
|
|
22872
22913
|
color: #fff;
|
|
22873
22914
|
}
|
|
22874
|
-
.tbar-dark-l2 .tbar-label {
|
|
22875
|
-
border-width: 0.0625rem;
|
|
22876
|
-
}
|
|
22877
22915
|
.tbar-dark-d1 {
|
|
22878
22916
|
background-color: #1c1c24;
|
|
22879
22917
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -22927,9 +22965,6 @@ td.table-focus {
|
|
|
22927
22965
|
top: 0;
|
|
22928
22966
|
width: 0.25rem;
|
|
22929
22967
|
}
|
|
22930
|
-
.tbar-dark-d1 .tbar-label {
|
|
22931
|
-
border-width: 0.0625rem;
|
|
22932
|
-
}
|
|
22933
22968
|
.timeline {
|
|
22934
22969
|
list-style: none;
|
|
22935
22970
|
padding-left: 0;
|
|
@@ -23228,6 +23263,7 @@ td.table-focus {
|
|
|
23228
23263
|
.toggle-switch-bar .button-icon {
|
|
23229
23264
|
font-size: 0.625rem;
|
|
23230
23265
|
}
|
|
23266
|
+
|
|
23231
23267
|
.toggle-switch-check {
|
|
23232
23268
|
bottom: 0;
|
|
23233
23269
|
font-size: 62.5%;
|
|
@@ -23362,6 +23398,7 @@ td.table-focus {
|
|
|
23362
23398
|
.toggle-switch-check:focus-visible ~ .toggle-switch-bar::before, .c-prefers-focus .toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
23363
23399
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
|
|
23364
23400
|
}
|
|
23401
|
+
|
|
23365
23402
|
.toggle-switch-check[disabled] ~ .toggle-switch-bar, .toggle-switch-check:disabled ~ .toggle-switch-bar {
|
|
23366
23403
|
cursor: not-allowed;
|
|
23367
23404
|
opacity: 0.4;
|
|
@@ -23603,6 +23640,7 @@ td.table-focus {
|
|
|
23603
23640
|
content: "";
|
|
23604
23641
|
position: absolute;
|
|
23605
23642
|
}
|
|
23643
|
+
|
|
23606
23644
|
.tooltip-inner {
|
|
23607
23645
|
background-color: #111116;
|
|
23608
23646
|
border-radius: 0.25rem;
|
|
@@ -23711,15 +23749,18 @@ td.table-focus {
|
|
|
23711
23749
|
left: 50%;
|
|
23712
23750
|
top: 0;
|
|
23713
23751
|
}
|
|
23752
|
+
|
|
23714
23753
|
.clay-tooltip-bottom-left .arrow {
|
|
23715
23754
|
left: 0.5rem;
|
|
23716
23755
|
margin-left: 0;
|
|
23717
23756
|
}
|
|
23757
|
+
|
|
23718
23758
|
.clay-tooltip-bottom-right .arrow {
|
|
23719
23759
|
left: auto;
|
|
23720
23760
|
margin-left: 0;
|
|
23721
23761
|
right: 0.5rem;
|
|
23722
23762
|
}
|
|
23763
|
+
|
|
23723
23764
|
.clay-tooltip-left,
|
|
23724
23765
|
.clay-tooltip-left-bottom,
|
|
23725
23766
|
.clay-tooltip-left-top {
|
|
@@ -23749,15 +23790,18 @@ td.table-focus {
|
|
|
23749
23790
|
right: 0;
|
|
23750
23791
|
top: 50%;
|
|
23751
23792
|
}
|
|
23793
|
+
|
|
23752
23794
|
.clay-tooltip-left-bottom .arrow {
|
|
23753
23795
|
bottom: 0.5rem;
|
|
23754
23796
|
margin-top: 0;
|
|
23755
23797
|
top: auto;
|
|
23756
23798
|
}
|
|
23799
|
+
|
|
23757
23800
|
.clay-tooltip-left-top .arrow {
|
|
23758
23801
|
margin-top: 0;
|
|
23759
23802
|
top: 0.5rem;
|
|
23760
23803
|
}
|
|
23804
|
+
|
|
23761
23805
|
.clay-tooltip-right,
|
|
23762
23806
|
.clay-tooltip-right-bottom,
|
|
23763
23807
|
.clay-tooltip-right-top {
|
|
@@ -23787,15 +23831,18 @@ td.table-focus {
|
|
|
23787
23831
|
left: 0;
|
|
23788
23832
|
top: 50%;
|
|
23789
23833
|
}
|
|
23834
|
+
|
|
23790
23835
|
.clay-tooltip-right-bottom .arrow {
|
|
23791
23836
|
bottom: 0.5rem;
|
|
23792
23837
|
margin-top: 0;
|
|
23793
23838
|
top: auto;
|
|
23794
23839
|
}
|
|
23840
|
+
|
|
23795
23841
|
.clay-tooltip-right-top .arrow {
|
|
23796
23842
|
margin-top: 0;
|
|
23797
23843
|
top: 0.5rem;
|
|
23798
23844
|
}
|
|
23845
|
+
|
|
23799
23846
|
.clay-tooltip-top,
|
|
23800
23847
|
.clay-tooltip-top-left,
|
|
23801
23848
|
.clay-tooltip-top-right {
|
|
@@ -23823,15 +23870,18 @@ td.table-focus {
|
|
|
23823
23870
|
bottom: 0;
|
|
23824
23871
|
left: 50%;
|
|
23825
23872
|
}
|
|
23873
|
+
|
|
23826
23874
|
.clay-tooltip-top-left .arrow {
|
|
23827
23875
|
left: 0.5rem;
|
|
23828
23876
|
margin-left: 0;
|
|
23829
23877
|
}
|
|
23878
|
+
|
|
23830
23879
|
.clay-tooltip-top-right .arrow {
|
|
23831
23880
|
left: auto;
|
|
23832
23881
|
margin-left: 0;
|
|
23833
23882
|
right: 0.5rem;
|
|
23834
23883
|
}
|
|
23884
|
+
|
|
23835
23885
|
.treeview {
|
|
23836
23886
|
display: flex;
|
|
23837
23887
|
flex-direction: column;
|
|
@@ -28948,6 +28998,16 @@ button.bg-primary:focus {
|
|
|
28948
28998
|
background-color: #004ad7 !important;
|
|
28949
28999
|
}
|
|
28950
29000
|
|
|
29001
|
+
.bg-primary-l3 {
|
|
29002
|
+
background-color: #f0f5ff !important;
|
|
29003
|
+
}
|
|
29004
|
+
|
|
29005
|
+
a.bg-primary-l3:hover, a.bg-primary-l3:focus,
|
|
29006
|
+
button.bg-primary-l3:hover,
|
|
29007
|
+
button.bg-primary-l3:focus {
|
|
29008
|
+
background-color: #bdd4ff !important;
|
|
29009
|
+
}
|
|
29010
|
+
|
|
28951
29011
|
.bg-secondary {
|
|
28952
29012
|
background-color: #6b6c7e !important;
|
|
28953
29013
|
}
|