@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/base.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>
|
|
@@ -4887,15 +4887,14 @@ input[type=button].btn-block {
|
|
|
4887
4887
|
display: inline-flex;
|
|
4888
4888
|
}
|
|
4889
4889
|
.label-item .close {
|
|
4890
|
-
border-radius:
|
|
4890
|
+
border-radius: 5000px;
|
|
4891
4891
|
color: inherit;
|
|
4892
4892
|
display: inline-flex;
|
|
4893
4893
|
font-size: 1rem;
|
|
4894
|
-
height:
|
|
4895
|
-
margin
|
|
4896
|
-
margin-top: -2px;
|
|
4894
|
+
height: 1.5rem;
|
|
4895
|
+
margin: -6px;
|
|
4897
4896
|
opacity: 1;
|
|
4898
|
-
width:
|
|
4897
|
+
width: 1.5rem;
|
|
4899
4898
|
}
|
|
4900
4899
|
.label-item .close:hover {
|
|
4901
4900
|
color: inherit;
|
|
@@ -5326,6 +5325,7 @@ input[type=button].btn-block {
|
|
|
5326
5325
|
.sticker .lexicon-icon {
|
|
5327
5326
|
margin-top: 0;
|
|
5328
5327
|
}
|
|
5328
|
+
|
|
5329
5329
|
.sticker-overlay {
|
|
5330
5330
|
align-items: center;
|
|
5331
5331
|
border-radius: inherit;
|
|
@@ -7988,9 +7988,11 @@ select.form-control[size] {
|
|
|
7988
7988
|
select.form-control[size].focus, select.form-control[size]:focus-visible, .c-prefers-focus select.form-control[size]:focus {
|
|
7989
7989
|
background-image: none;
|
|
7990
7990
|
}
|
|
7991
|
+
|
|
7991
7992
|
select.form-control[size] option {
|
|
7992
7993
|
padding: 0.25rem;
|
|
7993
7994
|
}
|
|
7995
|
+
|
|
7994
7996
|
select.form-control[multiple] {
|
|
7995
7997
|
background-image: none;
|
|
7996
7998
|
height: auto;
|
|
@@ -8002,9 +8004,11 @@ select.form-control[multiple] {
|
|
|
8002
8004
|
select.form-control[multiple].focus, select.form-control[multiple]:focus-visible, .c-prefers-focus select.form-control[multiple]:focus {
|
|
8003
8005
|
background-image: none;
|
|
8004
8006
|
}
|
|
8007
|
+
|
|
8005
8008
|
select.form-control[multiple] option {
|
|
8006
8009
|
padding: 0.25rem;
|
|
8007
8010
|
}
|
|
8011
|
+
|
|
8008
8012
|
.form-control-shrink {
|
|
8009
8013
|
max-width: 100%;
|
|
8010
8014
|
white-space: nowrap;
|
|
@@ -11059,10 +11063,12 @@ label.custom-control-label {
|
|
|
11059
11063
|
word-wrap: break-word;
|
|
11060
11064
|
width: 100%;
|
|
11061
11065
|
}
|
|
11066
|
+
|
|
11062
11067
|
.input-group-item-shrink {
|
|
11063
11068
|
flex-grow: 0;
|
|
11064
11069
|
width: auto;
|
|
11065
11070
|
}
|
|
11071
|
+
|
|
11066
11072
|
.input-group-item-focusable {
|
|
11067
11073
|
border-radius: 0.25rem;
|
|
11068
11074
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -11090,6 +11096,7 @@ label.custom-control-label {
|
|
|
11090
11096
|
border-top-left-radius: 0;
|
|
11091
11097
|
border-bottom-left-radius: 0;
|
|
11092
11098
|
}
|
|
11099
|
+
|
|
11093
11100
|
.input-group-text {
|
|
11094
11101
|
align-items: center;
|
|
11095
11102
|
background-color: #e9ecef;
|
|
@@ -11142,6 +11149,7 @@ label.custom-control-label {
|
|
|
11142
11149
|
.input-group-text-secondary label {
|
|
11143
11150
|
color: #fff;
|
|
11144
11151
|
}
|
|
11152
|
+
|
|
11145
11153
|
@media (max-width: 575.98px) {
|
|
11146
11154
|
.input-group-stacked-sm-down > .input-group-item {
|
|
11147
11155
|
margin-bottom: 0.5rem;
|
|
@@ -12289,6 +12297,10 @@ label.custom-control-label {
|
|
|
12289
12297
|
padding-top: 0;
|
|
12290
12298
|
z-index: 1;
|
|
12291
12299
|
}
|
|
12300
|
+
.modal-header .modal-title {
|
|
12301
|
+
margin-bottom: 0;
|
|
12302
|
+
margin-top: 0;
|
|
12303
|
+
}
|
|
12292
12304
|
|
|
12293
12305
|
.modal-body {
|
|
12294
12306
|
border-top: 0.0625rem solid #dee2e6;
|
|
@@ -12307,6 +12319,17 @@ label.custom-control-label {
|
|
|
12307
12319
|
overflow: auto;
|
|
12308
12320
|
padding: 1rem;
|
|
12309
12321
|
}
|
|
12322
|
+
.modal-body .modal-banner-img {
|
|
12323
|
+
margin-left: -1rem;
|
|
12324
|
+
margin-right: -1rem;
|
|
12325
|
+
top: -1rem;
|
|
12326
|
+
}
|
|
12327
|
+
.modal-body .close {
|
|
12328
|
+
position: absolute;
|
|
12329
|
+
right: 1rem;
|
|
12330
|
+
top: 1rem;
|
|
12331
|
+
z-index: 1;
|
|
12332
|
+
}
|
|
12310
12333
|
|
|
12311
12334
|
.modal-body-flush {
|
|
12312
12335
|
padding: 0;
|
|
@@ -12381,8 +12404,9 @@ label.custom-control-label {
|
|
|
12381
12404
|
flex-grow: 1;
|
|
12382
12405
|
font-size: 1.25rem;
|
|
12383
12406
|
font-weight: 500;
|
|
12384
|
-
line-height: 1.
|
|
12385
|
-
margin-bottom:
|
|
12407
|
+
line-height: 1.2;
|
|
12408
|
+
margin-bottom: 1.5rem;
|
|
12409
|
+
margin-top: 1rem;
|
|
12386
12410
|
overflow: hidden;
|
|
12387
12411
|
text-overflow: ellipsis;
|
|
12388
12412
|
white-space: nowrap;
|
|
@@ -13111,6 +13135,7 @@ label.custom-control-label {
|
|
|
13111
13135
|
flex: 1 1 auto;
|
|
13112
13136
|
text-align: center;
|
|
13113
13137
|
}
|
|
13138
|
+
|
|
13114
13139
|
.nav-justified .nav-link {
|
|
13115
13140
|
text-align: center;
|
|
13116
13141
|
width: 100%;
|
|
@@ -13120,6 +13145,7 @@ label.custom-control-label {
|
|
|
13120
13145
|
flex-grow: 1;
|
|
13121
13146
|
text-align: center;
|
|
13122
13147
|
}
|
|
13148
|
+
|
|
13123
13149
|
.nav-stacked {
|
|
13124
13150
|
display: block;
|
|
13125
13151
|
}
|
|
@@ -13129,6 +13155,7 @@ label.custom-control-label {
|
|
|
13129
13155
|
padding-right: 0.5rem;
|
|
13130
13156
|
padding-top: 0.5rem;
|
|
13131
13157
|
}
|
|
13158
|
+
|
|
13132
13159
|
.nav-unstyled {
|
|
13133
13160
|
flex-wrap: nowrap;
|
|
13134
13161
|
}
|
|
@@ -15727,6 +15754,7 @@ label.custom-control-label {
|
|
|
15727
15754
|
.application-bar-dark .navbar-overlay {
|
|
15728
15755
|
background-color: #343a40;
|
|
15729
15756
|
}
|
|
15757
|
+
|
|
15730
15758
|
.management-bar {
|
|
15731
15759
|
border-width: 0px 0px 0.0625rem 0px;
|
|
15732
15760
|
font-size: 1rem;
|
|
@@ -16847,6 +16875,7 @@ label.custom-control-label {
|
|
|
16847
16875
|
.management-bar-light .navbar-overlay {
|
|
16848
16876
|
background-color: #f8f9fa;
|
|
16849
16877
|
}
|
|
16878
|
+
|
|
16850
16879
|
.management-bar-primary {
|
|
16851
16880
|
background-color: #e5f2ff;
|
|
16852
16881
|
border-color: #007bff;
|
|
@@ -16890,6 +16919,7 @@ label.custom-control-label {
|
|
|
16890
16919
|
.management-bar-primary .navbar-overlay {
|
|
16891
16920
|
background-color: #e5f2ff;
|
|
16892
16921
|
}
|
|
16922
|
+
|
|
16893
16923
|
.navigation-bar {
|
|
16894
16924
|
border-width: 0px 0px 0.0625rem 0px;
|
|
16895
16925
|
font-size: 1rem;
|
|
@@ -17524,6 +17554,7 @@ label.custom-control-label {
|
|
|
17524
17554
|
margin-bottom: 0.5rem;
|
|
17525
17555
|
padding-left: 0;
|
|
17526
17556
|
}
|
|
17557
|
+
|
|
17527
17558
|
.pagination-bar {
|
|
17528
17559
|
align-items: center;
|
|
17529
17560
|
display: flex;
|
|
@@ -18120,6 +18151,7 @@ label.custom-control-label {
|
|
|
18120
18151
|
.panel-block .panel-footer {
|
|
18121
18152
|
padding: 0 1.25rem 1.25rem;
|
|
18122
18153
|
}
|
|
18154
|
+
|
|
18123
18155
|
.panel-default {
|
|
18124
18156
|
border-width: 0px;
|
|
18125
18157
|
}
|
|
@@ -18165,6 +18197,7 @@ label.custom-control-label {
|
|
|
18165
18197
|
.panel-default .panel-footer {
|
|
18166
18198
|
padding: 1.25rem 0;
|
|
18167
18199
|
}
|
|
18200
|
+
|
|
18168
18201
|
.panel-secondary {
|
|
18169
18202
|
border-color: rgba(0, 0, 0, 0.125);
|
|
18170
18203
|
}
|
|
@@ -18179,6 +18212,7 @@ label.custom-control-label {
|
|
|
18179
18212
|
background-color: #f8f9fa;
|
|
18180
18213
|
border-color: rgba(0, 0, 0, 0.125);
|
|
18181
18214
|
}
|
|
18215
|
+
|
|
18182
18216
|
.panel-unstyled {
|
|
18183
18217
|
background-color: transparent;
|
|
18184
18218
|
border-radius: 0px;
|
|
@@ -18208,6 +18242,7 @@ label.custom-control-label {
|
|
|
18208
18242
|
.panel-unstyled .panel-footer {
|
|
18209
18243
|
padding: 1rem 0 0.1px 0;
|
|
18210
18244
|
}
|
|
18245
|
+
|
|
18211
18246
|
.panel-lg.panel-block .panel-header {
|
|
18212
18247
|
font-size: 1.5rem;
|
|
18213
18248
|
padding: 1.5rem 1.5rem;
|
|
@@ -18225,6 +18260,7 @@ label.custom-control-label {
|
|
|
18225
18260
|
.panel-lg.panel-block .panel-footer {
|
|
18226
18261
|
padding: 0 1.5rem 1.5rem;
|
|
18227
18262
|
}
|
|
18263
|
+
|
|
18228
18264
|
.panel-sm.panel-block .panel-header {
|
|
18229
18265
|
font-size: 1rem;
|
|
18230
18266
|
padding: 0.8125rem 1rem;
|
|
@@ -18242,6 +18278,7 @@ label.custom-control-label {
|
|
|
18242
18278
|
.panel-sm.panel-block .panel-footer {
|
|
18243
18279
|
padding: 0 1rem 1rem;
|
|
18244
18280
|
}
|
|
18281
|
+
|
|
18245
18282
|
.panel-sm.panel-default .panel-header {
|
|
18246
18283
|
font-size: 0.75rem;
|
|
18247
18284
|
line-height: 1;
|
|
@@ -18314,6 +18351,7 @@ label.custom-control-label {
|
|
|
18314
18351
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
18315
18352
|
outline: 0;
|
|
18316
18353
|
}
|
|
18354
|
+
|
|
18317
18355
|
.popover-secondary {
|
|
18318
18356
|
box-shadow: 0 8px 16px 0 rgba(0, 123, 255, 0.16);
|
|
18319
18357
|
}
|
|
@@ -18448,15 +18486,18 @@ label.custom-control-label {
|
|
|
18448
18486
|
.popover-header:empty {
|
|
18449
18487
|
display: none;
|
|
18450
18488
|
}
|
|
18489
|
+
|
|
18451
18490
|
.popover-body {
|
|
18452
18491
|
border-bottom-left-radius: calc( 0.3rem - 0.0625rem );
|
|
18453
18492
|
border-bottom-right-radius: calc( 0.3rem - 0.0625rem );
|
|
18454
18493
|
color: #212529;
|
|
18455
18494
|
padding: 0.5rem 0.75rem;
|
|
18456
18495
|
}
|
|
18496
|
+
|
|
18457
18497
|
.popover-width-lg {
|
|
18458
18498
|
max-width: 421px;
|
|
18459
18499
|
}
|
|
18500
|
+
|
|
18460
18501
|
.clay-popover-top,
|
|
18461
18502
|
.clay-popover-top-left,
|
|
18462
18503
|
.clay-popover-top-right {
|
|
@@ -18484,6 +18525,7 @@ label.custom-control-label {
|
|
|
18484
18525
|
border-width: 0.5rem 0.5rem 0;
|
|
18485
18526
|
bottom: 0.0625rem;
|
|
18486
18527
|
}
|
|
18528
|
+
|
|
18487
18529
|
.clay-popover-top-left .arrow {
|
|
18488
18530
|
left: 0.375rem;
|
|
18489
18531
|
margin: 0;
|
|
@@ -18521,6 +18563,7 @@ label.custom-control-label {
|
|
|
18521
18563
|
border-width: 0.5rem 0.5rem 0.5rem 0;
|
|
18522
18564
|
left: 0.0625rem;
|
|
18523
18565
|
}
|
|
18566
|
+
|
|
18524
18567
|
.clay-popover-right-bottom .arrow {
|
|
18525
18568
|
bottom: 0.375rem;
|
|
18526
18569
|
margin: 0;
|
|
@@ -18533,6 +18576,7 @@ label.custom-control-label {
|
|
|
18533
18576
|
.clay-popover-right-top .arrow::after {
|
|
18534
18577
|
border-right-color: #f7f7f7;
|
|
18535
18578
|
}
|
|
18579
|
+
|
|
18536
18580
|
.clay-popover-bottom,
|
|
18537
18581
|
.clay-popover-bottom-left,
|
|
18538
18582
|
.clay-popover-bottom-right {
|
|
@@ -18559,6 +18603,7 @@ label.custom-control-label {
|
|
|
18559
18603
|
border-width: 0 0.5rem 0.5rem 0.5rem;
|
|
18560
18604
|
top: 0.0625rem;
|
|
18561
18605
|
}
|
|
18606
|
+
|
|
18562
18607
|
.clay-popover-bottom-left .arrow {
|
|
18563
18608
|
left: 0.375rem;
|
|
18564
18609
|
margin: 0;
|
|
@@ -18566,6 +18611,7 @@ label.custom-control-label {
|
|
|
18566
18611
|
.clay-popover-bottom-left .arrow::after {
|
|
18567
18612
|
border-bottom-color: #f7f7f7;
|
|
18568
18613
|
}
|
|
18614
|
+
|
|
18569
18615
|
.clay-popover-bottom-right .arrow {
|
|
18570
18616
|
left: auto;
|
|
18571
18617
|
right: 0.375rem;
|
|
@@ -18573,6 +18619,7 @@ label.custom-control-label {
|
|
|
18573
18619
|
.clay-popover-bottom-right .arrow::after {
|
|
18574
18620
|
border-bottom-color: #f7f7f7;
|
|
18575
18621
|
}
|
|
18622
|
+
|
|
18576
18623
|
.clay-popover-left,
|
|
18577
18624
|
.clay-popover-left-bottom,
|
|
18578
18625
|
.clay-popover-left-top {
|
|
@@ -18601,6 +18648,7 @@ label.custom-control-label {
|
|
|
18601
18648
|
border-width: 0.5rem 0 0.5rem 0.5rem;
|
|
18602
18649
|
right: 0.0625rem;
|
|
18603
18650
|
}
|
|
18651
|
+
|
|
18604
18652
|
.clay-popover-left-bottom .arrow {
|
|
18605
18653
|
bottom: 0.375rem;
|
|
18606
18654
|
margin: 0;
|
|
@@ -18613,6 +18661,7 @@ label.custom-control-label {
|
|
|
18613
18661
|
.clay-popover-left-top .arrow::after {
|
|
18614
18662
|
border-left-color: #f7f7f7;
|
|
18615
18663
|
}
|
|
18664
|
+
|
|
18616
18665
|
.progress {
|
|
18617
18666
|
background-color: #e9ecef;
|
|
18618
18667
|
border-radius: 0.25rem;
|
|
@@ -19295,6 +19344,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19295
19344
|
.sidebar-light .component-navigation-bar .navbar-overlay {
|
|
19296
19345
|
background-color: #f8f9fa;
|
|
19297
19346
|
}
|
|
19347
|
+
|
|
19298
19348
|
.sidebar-dark {
|
|
19299
19349
|
background-color: #343a40;
|
|
19300
19350
|
color: #fff;
|
|
@@ -19570,6 +19620,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19570
19620
|
.c-slideout-height-full {
|
|
19571
19621
|
z-index: calc(1030 + 5);
|
|
19572
19622
|
}
|
|
19623
|
+
|
|
19573
19624
|
table {
|
|
19574
19625
|
border-collapse: collapse;
|
|
19575
19626
|
}
|
|
@@ -19728,16 +19779,19 @@ caption {
|
|
|
19728
19779
|
.table-lg td {
|
|
19729
19780
|
padding: 1.0625rem;
|
|
19730
19781
|
}
|
|
19782
|
+
|
|
19731
19783
|
.table-md th,
|
|
19732
19784
|
.table-md td {
|
|
19733
19785
|
height: 48px;
|
|
19734
19786
|
padding: 0.375rem 1rem;
|
|
19735
19787
|
}
|
|
19788
|
+
|
|
19736
19789
|
.table-sm th,
|
|
19737
19790
|
.table-sm td {
|
|
19738
19791
|
height: 32px;
|
|
19739
19792
|
padding: 0.25rem 1rem;
|
|
19740
19793
|
}
|
|
19794
|
+
|
|
19741
19795
|
.table-bordered {
|
|
19742
19796
|
border: 0.0625rem solid #dee2e6;
|
|
19743
19797
|
}
|
|
@@ -19749,6 +19803,7 @@ caption {
|
|
|
19749
19803
|
.table-bordered td {
|
|
19750
19804
|
border: 0.0625rem solid #dee2e6;
|
|
19751
19805
|
}
|
|
19806
|
+
|
|
19752
19807
|
.table-head-bordered thead th,
|
|
19753
19808
|
.table-head-bordered thead td {
|
|
19754
19809
|
border-left: 0.0625rem solid #dee2e6;
|
|
@@ -19757,6 +19812,7 @@ caption {
|
|
|
19757
19812
|
.table-head-bordered thead td:first-child {
|
|
19758
19813
|
border-left-width: 0;
|
|
19759
19814
|
}
|
|
19815
|
+
|
|
19760
19816
|
.table-borderless th,
|
|
19761
19817
|
.table-borderless td,
|
|
19762
19818
|
.table-borderless thead th,
|
|
@@ -19788,6 +19844,7 @@ caption {
|
|
|
19788
19844
|
.table-hover .table-disabled:hover {
|
|
19789
19845
|
background-color: #fff;
|
|
19790
19846
|
}
|
|
19847
|
+
|
|
19791
19848
|
tr.table-focus {
|
|
19792
19849
|
outline: 0;
|
|
19793
19850
|
}
|
|
@@ -20287,6 +20344,7 @@ td.table-focus {
|
|
|
20287
20344
|
.table.table-list.table-bordered .table-column-start {
|
|
20288
20345
|
border-left-width: 0;
|
|
20289
20346
|
}
|
|
20347
|
+
|
|
20290
20348
|
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
20291
20349
|
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th,
|
|
20292
20350
|
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
@@ -20316,6 +20374,7 @@ td.table-focus {
|
|
|
20316
20374
|
.table-list.table-hover .table-disabled:hover {
|
|
20317
20375
|
background-color: #fff;
|
|
20318
20376
|
}
|
|
20377
|
+
|
|
20319
20378
|
.table-list-title {
|
|
20320
20379
|
font-size: 1rem;
|
|
20321
20380
|
font-weight: 500;
|
|
@@ -20496,6 +20555,7 @@ td.table-focus {
|
|
|
20496
20555
|
height: 1.5rem;
|
|
20497
20556
|
width: 1.5rem;
|
|
20498
20557
|
}
|
|
20558
|
+
|
|
20499
20559
|
.show-quick-actions-on-hover tr:not(.table-active):not(.table-disabled):hover .quick-action-menu {
|
|
20500
20560
|
display: flex;
|
|
20501
20561
|
}
|
|
@@ -20812,9 +20872,6 @@ td.table-focus {
|
|
|
20812
20872
|
border-width: 0 0 0.0625rem 0;
|
|
20813
20873
|
height: 3.5rem;
|
|
20814
20874
|
}
|
|
20815
|
-
.component-tbar .tbar-label {
|
|
20816
|
-
border-width: 0.0625rem;
|
|
20817
|
-
}
|
|
20818
20875
|
.subnav-tbar {
|
|
20819
20876
|
font-size: 0.875rem;
|
|
20820
20877
|
}
|
|
@@ -20917,9 +20974,6 @@ td.table-focus {
|
|
|
20917
20974
|
.subnav-tbar .component-label {
|
|
20918
20975
|
font-weight: 400;
|
|
20919
20976
|
}
|
|
20920
|
-
.subnav-tbar .tbar-label {
|
|
20921
|
-
border-width: 0.0625rem;
|
|
20922
|
-
}
|
|
20923
20977
|
.subnav-tbar-primary {
|
|
20924
20978
|
background-color: #a8d2ff;
|
|
20925
20979
|
padding-bottom: 0.625rem;
|
|
@@ -20983,18 +21037,12 @@ td.table-focus {
|
|
|
20983
21037
|
.subnav-tbar-primary.subnav-tbar-disabled .component-label {
|
|
20984
21038
|
border-color: #6c757d;
|
|
20985
21039
|
}
|
|
20986
|
-
.subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
20987
|
-
border-width: 0.0625rem;
|
|
20988
|
-
}
|
|
20989
21040
|
.subnav-tbar-light {
|
|
20990
21041
|
background-color: #f8f9fa;
|
|
20991
21042
|
color: rgba(0, 0, 0, 0.5);
|
|
20992
21043
|
padding-bottom: 0.125rem;
|
|
20993
21044
|
padding-top: 0.125rem;
|
|
20994
21045
|
}
|
|
20995
|
-
.subnav-tbar-light .tbar-label {
|
|
20996
|
-
border-width: 0.0625rem;
|
|
20997
|
-
}
|
|
20998
21046
|
.tbar-stacked {
|
|
20999
21047
|
display: inline-flex;
|
|
21000
21048
|
height: 100%;
|
|
@@ -21059,9 +21107,6 @@ td.table-focus {
|
|
|
21059
21107
|
margin-right: 0;
|
|
21060
21108
|
margin-top: 0;
|
|
21061
21109
|
}
|
|
21062
|
-
.tbar-stacked .tbar-label {
|
|
21063
|
-
border-width: 0.0625rem;
|
|
21064
|
-
}
|
|
21065
21110
|
.tbar-light {
|
|
21066
21111
|
background-color: #fff;
|
|
21067
21112
|
box-shadow: inset 1px 0 0 0 #e9ecef, inset -1px 0 0 0 #e9ecef;
|
|
@@ -21095,9 +21140,6 @@ td.table-focus {
|
|
|
21095
21140
|
background-color: #e9ecef;
|
|
21096
21141
|
color: #343a40;
|
|
21097
21142
|
}
|
|
21098
|
-
.tbar-light .tbar-label {
|
|
21099
|
-
border-width: 0.0625rem;
|
|
21100
|
-
}
|
|
21101
21143
|
.tbar-dark-l2 {
|
|
21102
21144
|
background-color: #828e9a;
|
|
21103
21145
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -21132,9 +21174,6 @@ td.table-focus {
|
|
|
21132
21174
|
background-color: rgba(255, 255, 255, 0.06);
|
|
21133
21175
|
color: #fff;
|
|
21134
21176
|
}
|
|
21135
|
-
.tbar-dark-l2 .tbar-label {
|
|
21136
|
-
border-width: 0.0625rem;
|
|
21137
|
-
}
|
|
21138
21177
|
.tbar-dark-d1 {
|
|
21139
21178
|
background-color: #23272b;
|
|
21140
21179
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -21188,9 +21227,6 @@ td.table-focus {
|
|
|
21188
21227
|
top: 0;
|
|
21189
21228
|
width: 0.25rem;
|
|
21190
21229
|
}
|
|
21191
|
-
.tbar-dark-d1 .tbar-label {
|
|
21192
|
-
border-width: 0.0625rem;
|
|
21193
|
-
}
|
|
21194
21230
|
.timeline {
|
|
21195
21231
|
list-style: none;
|
|
21196
21232
|
padding-left: 0;
|
|
@@ -21488,6 +21524,7 @@ td.table-focus {
|
|
|
21488
21524
|
.toggle-switch-bar .button-icon {
|
|
21489
21525
|
font-size: 0.75rem;
|
|
21490
21526
|
}
|
|
21527
|
+
|
|
21491
21528
|
.toggle-switch-check {
|
|
21492
21529
|
bottom: 0;
|
|
21493
21530
|
font-size: 62.5%;
|
|
@@ -21622,6 +21659,7 @@ td.table-focus {
|
|
|
21622
21659
|
.toggle-switch-check:focus-visible ~ .toggle-switch-bar::before, .c-prefers-focus .toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
21623
21660
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
21624
21661
|
}
|
|
21662
|
+
|
|
21625
21663
|
.toggle-switch-check[disabled] ~ .toggle-switch-bar, .toggle-switch-check:disabled ~ .toggle-switch-bar {
|
|
21626
21664
|
cursor: not-allowed;
|
|
21627
21665
|
opacity: 0.4;
|
|
@@ -21859,6 +21897,7 @@ td.table-focus {
|
|
|
21859
21897
|
content: "";
|
|
21860
21898
|
position: absolute;
|
|
21861
21899
|
}
|
|
21900
|
+
|
|
21862
21901
|
.tooltip-inner {
|
|
21863
21902
|
background-color: #000;
|
|
21864
21903
|
border-radius: 0.25rem;
|
|
@@ -21966,15 +22005,18 @@ td.table-focus {
|
|
|
21966
22005
|
left: 50%;
|
|
21967
22006
|
top: 0;
|
|
21968
22007
|
}
|
|
22008
|
+
|
|
21969
22009
|
.clay-tooltip-bottom-left .arrow {
|
|
21970
22010
|
left: 0.25rem;
|
|
21971
22011
|
margin-left: 0;
|
|
21972
22012
|
}
|
|
22013
|
+
|
|
21973
22014
|
.clay-tooltip-bottom-right .arrow {
|
|
21974
22015
|
left: auto;
|
|
21975
22016
|
margin-left: 0;
|
|
21976
22017
|
right: 0.25rem;
|
|
21977
22018
|
}
|
|
22019
|
+
|
|
21978
22020
|
.clay-tooltip-left,
|
|
21979
22021
|
.clay-tooltip-left-bottom,
|
|
21980
22022
|
.clay-tooltip-left-top {
|
|
@@ -22004,15 +22046,18 @@ td.table-focus {
|
|
|
22004
22046
|
right: 0;
|
|
22005
22047
|
top: 50%;
|
|
22006
22048
|
}
|
|
22049
|
+
|
|
22007
22050
|
.clay-tooltip-left-bottom .arrow {
|
|
22008
22051
|
bottom: 0.25rem;
|
|
22009
22052
|
margin-top: 0;
|
|
22010
22053
|
top: auto;
|
|
22011
22054
|
}
|
|
22055
|
+
|
|
22012
22056
|
.clay-tooltip-left-top .arrow {
|
|
22013
22057
|
margin-top: 0;
|
|
22014
22058
|
top: 0.25rem;
|
|
22015
22059
|
}
|
|
22060
|
+
|
|
22016
22061
|
.clay-tooltip-right,
|
|
22017
22062
|
.clay-tooltip-right-bottom,
|
|
22018
22063
|
.clay-tooltip-right-top {
|
|
@@ -22042,15 +22087,18 @@ td.table-focus {
|
|
|
22042
22087
|
left: 0;
|
|
22043
22088
|
top: 50%;
|
|
22044
22089
|
}
|
|
22090
|
+
|
|
22045
22091
|
.clay-tooltip-right-bottom .arrow {
|
|
22046
22092
|
bottom: 0.25rem;
|
|
22047
22093
|
margin-top: 0;
|
|
22048
22094
|
top: auto;
|
|
22049
22095
|
}
|
|
22096
|
+
|
|
22050
22097
|
.clay-tooltip-right-top .arrow {
|
|
22051
22098
|
margin-top: 0;
|
|
22052
22099
|
top: 0.25rem;
|
|
22053
22100
|
}
|
|
22101
|
+
|
|
22054
22102
|
.clay-tooltip-top,
|
|
22055
22103
|
.clay-tooltip-top-left,
|
|
22056
22104
|
.clay-tooltip-top-right {
|
|
@@ -22078,15 +22126,18 @@ td.table-focus {
|
|
|
22078
22126
|
bottom: 0;
|
|
22079
22127
|
left: 50%;
|
|
22080
22128
|
}
|
|
22129
|
+
|
|
22081
22130
|
.clay-tooltip-top-left .arrow {
|
|
22082
22131
|
left: 0.25rem;
|
|
22083
22132
|
margin-left: 0;
|
|
22084
22133
|
}
|
|
22134
|
+
|
|
22085
22135
|
.clay-tooltip-top-right .arrow {
|
|
22086
22136
|
left: auto;
|
|
22087
22137
|
margin-left: 0;
|
|
22088
22138
|
right: 0.25rem;
|
|
22089
22139
|
}
|
|
22140
|
+
|
|
22090
22141
|
.treeview {
|
|
22091
22142
|
display: flex;
|
|
22092
22143
|
flex-direction: column;
|
|
@@ -26482,6 +26533,16 @@ button.bg-primary:focus {
|
|
|
26482
26533
|
background-color: #0062cc !important;
|
|
26483
26534
|
}
|
|
26484
26535
|
|
|
26536
|
+
.bg-primary-l3 {
|
|
26537
|
+
background-color: #e5f2ff !important;
|
|
26538
|
+
}
|
|
26539
|
+
|
|
26540
|
+
a.bg-primary-l3:hover, a.bg-primary-l3:focus,
|
|
26541
|
+
button.bg-primary-l3:hover,
|
|
26542
|
+
button.bg-primary-l3:focus {
|
|
26543
|
+
background-color: #b2d7ff !important;
|
|
26544
|
+
}
|
|
26545
|
+
|
|
26485
26546
|
.bg-secondary {
|
|
26486
26547
|
background-color: #6c757d !important;
|
|
26487
26548
|
}
|