@clayui/css 3.92.0 → 3.94.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 +258 -34
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +127 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +157 -69
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_custom-forms.scss +4 -5
- package/src/scss/atlas/variables/_menubar.scss +57 -17
- package/src/scss/atlas/variables/_pagination.scss +78 -5
- package/src/scss/cadmin/components/_drilldown.scss +1 -1
- package/src/scss/cadmin/components/_forms.scss +1 -1
- package/src/scss/cadmin/components/_input-groups.scss +2 -1
- package/src/scss/cadmin/components/_multi-step-nav.scss +3 -1
- package/src/scss/cadmin/components/_side-navigation.scss +2 -2
- package/src/scss/cadmin/components/_utilities-functional-important.scss +4 -0
- package/src/scss/cadmin/variables/_utilities.scss +35 -0
- package/src/scss/components/_alerts.scss +24 -22
- package/src/scss/components/_aspect-ratio.scss +33 -31
- package/src/scss/components/_badges.scss +28 -26
- package/src/scss/components/_buttons.scss +105 -97
- package/src/scss/components/_drilldown.scss +1 -1
- package/src/scss/components/_dropdowns.scss +10 -8
- package/src/scss/components/_forms.scss +12 -9
- package/src/scss/components/_input-groups.scss +2 -1
- package/src/scss/components/_labels.scss +48 -44
- package/src/scss/components/_list-group.scss +13 -11
- package/src/scss/components/_loaders.scss +22 -18
- package/src/scss/components/_modals.scss +4 -2
- package/src/scss/components/_multi-step-nav.scss +3 -1
- package/src/scss/components/_navs.scss +10 -8
- package/src/scss/components/_popovers.scss +33 -27
- package/src/scss/components/_progress-bars.scss +39 -33
- package/src/scss/components/_sheets.scss +39 -0
- package/src/scss/components/_side-navigation.scss +2 -2
- package/src/scss/components/_sidebar.scss +12 -10
- package/src/scss/components/_spinners.scss +20 -0
- package/src/scss/components/_stickers.scss +50 -46
- package/src/scss/components/_tables.scss +32 -30
- package/src/scss/components/_utilities-functional-important.scss +79 -63
- package/src/scss/functions/_global-functions.scss +25 -1
- package/src/scss/mixins/_alerts.scss +11 -9
- package/src/scss/mixins/_buttons.scss +60 -0
- package/src/scss/mixins/_dropdown-menu.scss +36 -0
- package/src/scss/mixins/_globals.scss +83 -1
- package/src/scss/mixins/_links.scss +9 -7
- package/src/scss/mixins/_transition.scss +15 -1
- package/src/scss/variables/_sheets.scss +17 -0
- package/src/scss/variables/_utilities.scss +35 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.94.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>
|
|
@@ -861,6 +861,14 @@ pre code {
|
|
|
861
861
|
vertical-align: text-bottom;
|
|
862
862
|
width: 2rem;
|
|
863
863
|
}
|
|
864
|
+
@media (prefers-reduced-motion: reduce) {
|
|
865
|
+
.spinner-border {
|
|
866
|
+
animation: none;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
.c-prefers-reduced-motion .spinner-border {
|
|
870
|
+
animation: none;
|
|
871
|
+
}
|
|
864
872
|
|
|
865
873
|
.spinner-border-sm {
|
|
866
874
|
border-width: 0.2em;
|
|
@@ -886,6 +894,14 @@ pre code {
|
|
|
886
894
|
vertical-align: text-bottom;
|
|
887
895
|
width: 2rem;
|
|
888
896
|
}
|
|
897
|
+
@media (prefers-reduced-motion: reduce) {
|
|
898
|
+
.spinner-grow {
|
|
899
|
+
animation: none;
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
.c-prefers-reduced-motion .spinner-grow {
|
|
903
|
+
animation: none;
|
|
904
|
+
}
|
|
889
905
|
|
|
890
906
|
.spinner-grow-sm {
|
|
891
907
|
height: 1rem;
|
|
@@ -7186,6 +7202,14 @@ input[type=button].btn-block {
|
|
|
7186
7202
|
.drilldown-transition {
|
|
7187
7203
|
transition: all 0.25s ease;
|
|
7188
7204
|
}
|
|
7205
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7206
|
+
.drilldown-transition {
|
|
7207
|
+
transition: none;
|
|
7208
|
+
}
|
|
7209
|
+
}
|
|
7210
|
+
.c-prefers-reduced-motion .drilldown-transition {
|
|
7211
|
+
transition: none;
|
|
7212
|
+
}
|
|
7189
7213
|
|
|
7190
7214
|
.drilldown-item.transitioning {
|
|
7191
7215
|
display: block;
|
|
@@ -7809,6 +7833,14 @@ textarea.form-control-plaintext,
|
|
|
7809
7833
|
border-radius: 100px;
|
|
7810
7834
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
7811
7835
|
}
|
|
7836
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7837
|
+
.form-control[type=range]::-webkit-slider-thumb {
|
|
7838
|
+
transition: none;
|
|
7839
|
+
}
|
|
7840
|
+
}
|
|
7841
|
+
.c-prefers-reduced-motion .form-control[type=range]::-webkit-slider-thumb {
|
|
7842
|
+
transition: none;
|
|
7843
|
+
}
|
|
7812
7844
|
|
|
7813
7845
|
.form-control-range {
|
|
7814
7846
|
display: block;
|
|
@@ -11041,6 +11073,15 @@ label.custom-control-label {
|
|
|
11041
11073
|
padding-right: 5px;
|
|
11042
11074
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11043
11075
|
}
|
|
11076
|
+
@media (prefers-reduced-motion: reduce) {
|
|
11077
|
+
.input-group .input-group-inset-item {
|
|
11078
|
+
transition: none;
|
|
11079
|
+
}
|
|
11080
|
+
}
|
|
11081
|
+
.c-prefers-reduced-motion .input-group .input-group-inset-item {
|
|
11082
|
+
transition: none;
|
|
11083
|
+
}
|
|
11084
|
+
|
|
11044
11085
|
.input-group .input-group-inset-item .btn {
|
|
11045
11086
|
align-items: center;
|
|
11046
11087
|
display: flex;
|
|
@@ -12487,6 +12528,15 @@ label.custom-control-label {
|
|
|
12487
12528
|
transition: box-shadow 0.15s ease-in-out;
|
|
12488
12529
|
width: 2rem;
|
|
12489
12530
|
}
|
|
12531
|
+
@media (prefers-reduced-motion: reduce) {
|
|
12532
|
+
.multi-step-icon {
|
|
12533
|
+
transition: none;
|
|
12534
|
+
}
|
|
12535
|
+
}
|
|
12536
|
+
.c-prefers-reduced-motion .multi-step-icon {
|
|
12537
|
+
transition: none;
|
|
12538
|
+
}
|
|
12539
|
+
|
|
12490
12540
|
.multi-step-icon:hover {
|
|
12491
12541
|
background-color: #e7e7ed;
|
|
12492
12542
|
color: #6b6c7e;
|
|
@@ -13105,9 +13155,10 @@ label.custom-control-label {
|
|
|
13105
13155
|
}
|
|
13106
13156
|
}
|
|
13107
13157
|
.menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
13108
|
-
border-radius: 0.
|
|
13158
|
+
border-radius: 0.25rem;
|
|
13109
13159
|
color: #6b6c7e;
|
|
13110
13160
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
13161
|
+
margin-bottom: 0.25rem;
|
|
13111
13162
|
}
|
|
13112
13163
|
@media (prefers-reduced-motion: reduce) {
|
|
13113
13164
|
.menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
@@ -13119,21 +13170,34 @@ label.custom-control-label {
|
|
|
13119
13170
|
}
|
|
13120
13171
|
|
|
13121
13172
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
13122
|
-
background-color: rgba(
|
|
13173
|
+
background-color: rgba(39, 40, 51, 0.04);
|
|
13123
13174
|
color: #272833;
|
|
13175
|
+
box-shadow: inset 0.125rem 0 0 0 #88889a;
|
|
13176
|
+
font-weight: 600;
|
|
13124
13177
|
}
|
|
13125
13178
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13126
|
-
background-color: rgba(11, 95, 255, 0.04);
|
|
13127
|
-
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13128
13179
|
color: #272833;
|
|
13129
13180
|
outline: 0;
|
|
13130
13181
|
}
|
|
13182
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13183
|
+
border-radius: 0.25rem;
|
|
13184
|
+
bottom: 0;
|
|
13185
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
13186
|
+
content: "";
|
|
13187
|
+
display: block;
|
|
13188
|
+
left: 0;
|
|
13189
|
+
pointer-events: none;
|
|
13190
|
+
position: absolute;
|
|
13191
|
+
right: 0;
|
|
13192
|
+
top: 0;
|
|
13193
|
+
}
|
|
13131
13194
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
13132
13195
|
color: rgba(0, 0, 0, 0.9);
|
|
13133
13196
|
}
|
|
13134
13197
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
13135
13198
|
font-weight: 600;
|
|
13136
13199
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13200
|
+
box-shadow: inset 0.25rem 0 0 0 #528eff;
|
|
13137
13201
|
color: #272833;
|
|
13138
13202
|
}
|
|
13139
13203
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
@@ -13176,22 +13240,31 @@ label.custom-control-label {
|
|
|
13176
13240
|
.menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
13177
13241
|
border-radius: 0;
|
|
13178
13242
|
color: #272833;
|
|
13243
|
+
margin-bottom: 0;
|
|
13179
13244
|
}
|
|
13180
13245
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
13181
|
-
background-color: rgba(
|
|
13246
|
+
background-color: rgba(39, 40, 51, 0.04);
|
|
13182
13247
|
color: #1c1d25;
|
|
13248
|
+
box-shadow: none;
|
|
13183
13249
|
}
|
|
13184
13250
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13185
|
-
background-color:
|
|
13251
|
+
background-color: transparent;
|
|
13252
|
+
}
|
|
13253
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
13254
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13186
13255
|
}
|
|
13187
13256
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
13188
13257
|
font-weight: 600;
|
|
13189
13258
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13259
|
+
box-shadow: none;
|
|
13190
13260
|
}
|
|
13191
13261
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
13192
13262
|
background-color: transparent;
|
|
13193
13263
|
color: #6b6c7e;
|
|
13194
13264
|
}
|
|
13265
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true], .menubar-vertical-expand-md.menubar-transparent .nav-link.show {
|
|
13266
|
+
box-shadow: none;
|
|
13267
|
+
}
|
|
13195
13268
|
}
|
|
13196
13269
|
@media (min-width: 768px) {
|
|
13197
13270
|
.menubar-vertical-expand-md.menubar-decorated .nav {
|
|
@@ -13289,9 +13362,10 @@ label.custom-control-label {
|
|
|
13289
13362
|
}
|
|
13290
13363
|
}
|
|
13291
13364
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
13292
|
-
border-radius: 0.
|
|
13365
|
+
border-radius: 0.25rem;
|
|
13293
13366
|
color: #6b6c7e;
|
|
13294
13367
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
13368
|
+
margin-bottom: 0.25rem;
|
|
13295
13369
|
}
|
|
13296
13370
|
@media (prefers-reduced-motion: reduce) {
|
|
13297
13371
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
@@ -13303,21 +13377,34 @@ label.custom-control-label {
|
|
|
13303
13377
|
}
|
|
13304
13378
|
|
|
13305
13379
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
13306
|
-
background-color: rgba(
|
|
13380
|
+
background-color: rgba(39, 40, 51, 0.04);
|
|
13307
13381
|
color: #272833;
|
|
13382
|
+
box-shadow: inset 0.125rem 0 0 0 #88889a;
|
|
13383
|
+
font-weight: 600;
|
|
13308
13384
|
}
|
|
13309
13385
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13310
13386
|
background-color: rgba(11, 95, 255, 0.04);
|
|
13311
|
-
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13312
13387
|
color: #272833;
|
|
13313
13388
|
outline: 0;
|
|
13314
13389
|
}
|
|
13390
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13391
|
+
border-radius: 0.25rem;
|
|
13392
|
+
bottom: 0;
|
|
13393
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
13394
|
+
content: "";
|
|
13395
|
+
display: block;
|
|
13396
|
+
left: 0;
|
|
13397
|
+
position: absolute;
|
|
13398
|
+
right: 0;
|
|
13399
|
+
top: 0;
|
|
13400
|
+
}
|
|
13315
13401
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
13316
13402
|
color: rgba(0, 0, 0, 0.9);
|
|
13317
13403
|
}
|
|
13318
13404
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
13319
13405
|
font-weight: 600;
|
|
13320
13406
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13407
|
+
box-shadow: inset 0.25rem 0 0 0 #528eff;
|
|
13321
13408
|
color: #272833;
|
|
13322
13409
|
}
|
|
13323
13410
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
@@ -13360,23 +13447,32 @@ label.custom-control-label {
|
|
|
13360
13447
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
13361
13448
|
border-radius: 0;
|
|
13362
13449
|
color: #272833;
|
|
13450
|
+
margin-bottom: 0;
|
|
13363
13451
|
}
|
|
13364
13452
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
13365
|
-
background-color: rgba(
|
|
13453
|
+
background-color: rgba(39, 40, 51, 0.04);
|
|
13366
13454
|
color: #1c1d25;
|
|
13455
|
+
box-shadow: none;
|
|
13367
13456
|
}
|
|
13368
13457
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13369
|
-
background-color:
|
|
13458
|
+
background-color: transparent;
|
|
13459
|
+
}
|
|
13460
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
13461
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13370
13462
|
}
|
|
13371
13463
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
13372
13464
|
font-weight: 600;
|
|
13373
13465
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13466
|
+
box-shadow: none;
|
|
13374
13467
|
color: #272833;
|
|
13375
13468
|
}
|
|
13376
13469
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
13377
13470
|
background-color: transparent;
|
|
13378
13471
|
color: #6b6c7e;
|
|
13379
13472
|
}
|
|
13473
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true], .menubar-vertical-expand-lg.menubar-transparent .nav-link.show {
|
|
13474
|
+
box-shadow: none;
|
|
13475
|
+
}
|
|
13380
13476
|
}
|
|
13381
13477
|
@media (min-width: 992px) {
|
|
13382
13478
|
.menubar-vertical-expand-lg.menubar-decorated .nav {
|
|
@@ -17352,7 +17448,8 @@ label.custom-control-label {
|
|
|
17352
17448
|
padding-right: 0.625rem;
|
|
17353
17449
|
padding-top: 0;
|
|
17354
17450
|
position: relative;
|
|
17355
|
-
transition:
|
|
17451
|
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
|
|
17452
|
+
letter-spacing: 0.033em;
|
|
17356
17453
|
}
|
|
17357
17454
|
@media (prefers-reduced-motion: reduce) {
|
|
17358
17455
|
.page-link {
|
|
@@ -17364,31 +17461,48 @@ label.custom-control-label {
|
|
|
17364
17461
|
}
|
|
17365
17462
|
|
|
17366
17463
|
.page-link:hover, .page-link.hover {
|
|
17367
|
-
background-color: rgba(39, 40,
|
|
17464
|
+
background-color: rgba(39, 40, 51, 0.04);
|
|
17368
17465
|
border-color: transparent;
|
|
17369
17466
|
color: #272833;
|
|
17370
17467
|
text-decoration: none;
|
|
17371
17468
|
z-index: 2;
|
|
17469
|
+
box-shadow: inset 0 -0.125rem 0 0 #88889a;
|
|
17470
|
+
font-weight: 600;
|
|
17471
|
+
letter-spacing: 0;
|
|
17372
17472
|
}
|
|
17373
17473
|
.page-link.focus, .page-link:focus {
|
|
17374
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17375
17474
|
outline: 0;
|
|
17376
17475
|
z-index: 4;
|
|
17377
|
-
background-color: rgba(39, 40, 41, 0.04);
|
|
17378
17476
|
border-color: transparent;
|
|
17379
17477
|
color: #272833;
|
|
17380
17478
|
}
|
|
17479
|
+
.page-link.focus::after, .page-link:focus::after {
|
|
17480
|
+
border-radius: 4px;
|
|
17481
|
+
bottom: 0;
|
|
17482
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17483
|
+
content: "";
|
|
17484
|
+
display: block;
|
|
17485
|
+
left: 0;
|
|
17486
|
+
pointer-events: none;
|
|
17487
|
+
position: absolute;
|
|
17488
|
+
right: 0;
|
|
17489
|
+
top: 0;
|
|
17490
|
+
}
|
|
17381
17491
|
.page-link:active {
|
|
17382
|
-
background-color:
|
|
17492
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
17383
17493
|
border-color: transparent;
|
|
17384
|
-
color: #
|
|
17494
|
+
color: #272833;
|
|
17385
17495
|
cursor: default;
|
|
17386
17496
|
z-index: 3;
|
|
17497
|
+
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17498
|
+
font-weight: 600;
|
|
17499
|
+
letter-spacing: 0;
|
|
17387
17500
|
}
|
|
17388
17501
|
.page-link.active {
|
|
17389
|
-
background-color:
|
|
17502
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
17390
17503
|
border-color: transparent;
|
|
17391
|
-
color: #
|
|
17504
|
+
color: #272833;
|
|
17505
|
+
font-weight: 600;
|
|
17392
17506
|
z-index: 3;
|
|
17393
17507
|
}
|
|
17394
17508
|
.page-link:disabled, .page-link.disabled {
|
|
@@ -17405,10 +17519,13 @@ label.custom-control-label {
|
|
|
17405
17519
|
pointer-events: none;
|
|
17406
17520
|
}
|
|
17407
17521
|
.page-link[aria-expanded=true], .page-link.show {
|
|
17408
|
-
background-color:
|
|
17522
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
17409
17523
|
border-color: transparent;
|
|
17410
|
-
color: #
|
|
17524
|
+
color: #272833;
|
|
17525
|
+
font-weight: 600;
|
|
17411
17526
|
z-index: 3;
|
|
17527
|
+
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17528
|
+
letter-spacing: 0;
|
|
17412
17529
|
}
|
|
17413
17530
|
.page-link > .c-inner {
|
|
17414
17531
|
margin-bottom: 0;
|
|
@@ -17425,11 +17542,14 @@ label.custom-control-label {
|
|
|
17425
17542
|
margin-right: 0.25rem;
|
|
17426
17543
|
}
|
|
17427
17544
|
.page-item.active .page-link {
|
|
17428
|
-
background-color:
|
|
17545
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
17429
17546
|
border-color: transparent;
|
|
17430
|
-
color: #
|
|
17547
|
+
color: #272833;
|
|
17431
17548
|
cursor: default;
|
|
17432
17549
|
z-index: 3;
|
|
17550
|
+
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17551
|
+
font-weight: 600;
|
|
17552
|
+
letter-spacing: 0;
|
|
17433
17553
|
}
|
|
17434
17554
|
.page-item.disabled .page-link {
|
|
17435
17555
|
background-color: transparent;
|
|
@@ -17475,7 +17595,8 @@ label.custom-control-label {
|
|
|
17475
17595
|
padding-right: 0.625rem;
|
|
17476
17596
|
padding-top: 0;
|
|
17477
17597
|
text-decoration: none;
|
|
17478
|
-
transition:
|
|
17598
|
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
|
|
17599
|
+
letter-spacing: 0.025em;
|
|
17479
17600
|
}
|
|
17480
17601
|
@media (prefers-reduced-motion: reduce) {
|
|
17481
17602
|
.pagination-items-per-page > a,
|
|
@@ -17491,30 +17612,47 @@ label.custom-control-label {
|
|
|
17491
17612
|
.pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
|
|
17492
17613
|
.pagination-items-per-page > button:hover,
|
|
17493
17614
|
.pagination-items-per-page > button.hover {
|
|
17494
|
-
background-color: rgba(39, 40,
|
|
17615
|
+
background-color: rgba(39, 40, 51, 0.04);
|
|
17495
17616
|
border-color: transparent;
|
|
17496
17617
|
color: #272833;
|
|
17618
|
+
box-shadow: inset 0 -0.125rem 0 0 #88889a;
|
|
17619
|
+
font-weight: 600;
|
|
17620
|
+
letter-spacing: 0;
|
|
17621
|
+
text-decoration: none;
|
|
17622
|
+
z-index: 2;
|
|
17497
17623
|
}
|
|
17498
17624
|
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
|
|
17499
17625
|
.pagination-items-per-page > button.focus,
|
|
17500
17626
|
.pagination-items-per-page > button:focus {
|
|
17501
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17502
17627
|
outline: 0;
|
|
17503
|
-
background-color: rgba(39, 40, 41, 0.04);
|
|
17504
17628
|
border-color: transparent;
|
|
17505
17629
|
color: #272833;
|
|
17506
17630
|
}
|
|
17631
|
+
.pagination-items-per-page > a.focus::after, .pagination-items-per-page > a:focus::after,
|
|
17632
|
+
.pagination-items-per-page > button.focus::after,
|
|
17633
|
+
.pagination-items-per-page > button:focus::after {
|
|
17634
|
+
border-radius: 4px;
|
|
17635
|
+
bottom: 0;
|
|
17636
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17637
|
+
content: "";
|
|
17638
|
+
display: block;
|
|
17639
|
+
left: 0;
|
|
17640
|
+
pointer-events: none;
|
|
17641
|
+
position: absolute;
|
|
17642
|
+
right: 0;
|
|
17643
|
+
top: 0;
|
|
17644
|
+
}
|
|
17507
17645
|
.pagination-items-per-page > a:active,
|
|
17508
17646
|
.pagination-items-per-page > button:active {
|
|
17509
|
-
background-color:
|
|
17647
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
17510
17648
|
border-color: transparent;
|
|
17511
|
-
color: #
|
|
17649
|
+
color: #272833;
|
|
17512
17650
|
}
|
|
17513
17651
|
.pagination-items-per-page > a.active,
|
|
17514
17652
|
.pagination-items-per-page > button.active {
|
|
17515
|
-
background-color:
|
|
17653
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
17516
17654
|
border-color: transparent;
|
|
17517
|
-
color: #
|
|
17655
|
+
color: #272833;
|
|
17518
17656
|
}
|
|
17519
17657
|
.pagination-items-per-page > a:disabled, .pagination-items-per-page > a.disabled,
|
|
17520
17658
|
.pagination-items-per-page > button:disabled,
|
|
@@ -17530,9 +17668,12 @@ label.custom-control-label {
|
|
|
17530
17668
|
.pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
|
|
17531
17669
|
.pagination-items-per-page > button[aria-expanded=true],
|
|
17532
17670
|
.pagination-items-per-page > button.show {
|
|
17533
|
-
background-color:
|
|
17671
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
17534
17672
|
border-color: transparent;
|
|
17535
|
-
color: #
|
|
17673
|
+
color: #272833;
|
|
17674
|
+
font-weight: 600;
|
|
17675
|
+
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17676
|
+
letter-spacing: 0;
|
|
17536
17677
|
}
|
|
17537
17678
|
.pagination-items-per-page > a > .c-inner,
|
|
17538
17679
|
.pagination-items-per-page > button > .c-inner {
|
|
@@ -18384,6 +18525,9 @@ label.custom-control-label {
|
|
|
18384
18525
|
animation: none;
|
|
18385
18526
|
}
|
|
18386
18527
|
}
|
|
18528
|
+
.c-prefers-reduced-motion .progress-bar-animated {
|
|
18529
|
+
animation: none;
|
|
18530
|
+
}
|
|
18387
18531
|
|
|
18388
18532
|
.progress-lg,
|
|
18389
18533
|
.progress-lg > .progress {
|
|
@@ -18549,6 +18693,17 @@ label.custom-control-label {
|
|
|
18549
18693
|
}
|
|
18550
18694
|
}
|
|
18551
18695
|
|
|
18696
|
+
.sheet-row {
|
|
18697
|
+
margin-left: -1.5rem;
|
|
18698
|
+
margin-right: -1.5rem;
|
|
18699
|
+
}
|
|
18700
|
+
@media (max-width: 767.98px) {
|
|
18701
|
+
.sheet-row {
|
|
18702
|
+
margin-left: -1rem;
|
|
18703
|
+
margin-right: -1rem;
|
|
18704
|
+
}
|
|
18705
|
+
}
|
|
18706
|
+
|
|
18552
18707
|
.sheet-header {
|
|
18553
18708
|
margin-bottom: 3rem;
|
|
18554
18709
|
}
|
|
@@ -18875,10 +19030,30 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18875
19030
|
.sidenav-transition .sidenav-menu-slider {
|
|
18876
19031
|
transition: all 0.5s ease;
|
|
18877
19032
|
}
|
|
19033
|
+
@media (prefers-reduced-motion: reduce) {
|
|
19034
|
+
.sidenav-transition .sidenav-content,
|
|
19035
|
+
.sidenav-transition .sidenav-menu,
|
|
19036
|
+
.sidenav-transition .sidenav-menu-slider {
|
|
19037
|
+
transition: none;
|
|
19038
|
+
}
|
|
19039
|
+
}
|
|
19040
|
+
.c-prefers-reduced-motion .sidenav-transition .sidenav-content,
|
|
19041
|
+
.c-prefers-reduced-motion .sidenav-transition .sidenav-menu,
|
|
19042
|
+
.c-prefers-reduced-motion .sidenav-transition .sidenav-menu-slider {
|
|
19043
|
+
transition: none;
|
|
19044
|
+
}
|
|
18878
19045
|
|
|
18879
19046
|
.sidenav-transition {
|
|
18880
19047
|
transition: all 0.5s ease;
|
|
18881
19048
|
}
|
|
19049
|
+
@media (prefers-reduced-motion: reduce) {
|
|
19050
|
+
.sidenav-transition {
|
|
19051
|
+
transition: none;
|
|
19052
|
+
}
|
|
19053
|
+
}
|
|
19054
|
+
.c-prefers-reduced-motion .sidenav-transition {
|
|
19055
|
+
transition: none;
|
|
19056
|
+
}
|
|
18882
19057
|
|
|
18883
19058
|
.sidenav-fixed.sidenav-menu-slider {
|
|
18884
19059
|
bottom: 0;
|
|
@@ -27314,6 +27489,41 @@ button.bg-dark:focus {
|
|
|
27314
27489
|
display: none !important;
|
|
27315
27490
|
}
|
|
27316
27491
|
|
|
27492
|
+
.d-block-c-prefers-reduced-motion {
|
|
27493
|
+
display: none !important;
|
|
27494
|
+
}
|
|
27495
|
+
|
|
27496
|
+
.d-inline-block-c-prefers-reduced-motion {
|
|
27497
|
+
display: none !important;
|
|
27498
|
+
}
|
|
27499
|
+
|
|
27500
|
+
@media (prefers-reduced-motion: reduce) {
|
|
27501
|
+
.d-none-c-prefers-reduced-motion {
|
|
27502
|
+
display: none !important;
|
|
27503
|
+
}
|
|
27504
|
+
}
|
|
27505
|
+
@media (prefers-reduced-motion: reduce) {
|
|
27506
|
+
.d-block-c-prefers-reduced-motion {
|
|
27507
|
+
display: block !important;
|
|
27508
|
+
}
|
|
27509
|
+
}
|
|
27510
|
+
@media (prefers-reduced-motion: reduce) {
|
|
27511
|
+
.d-inline-block-c-prefers-reduced-motion {
|
|
27512
|
+
display: inline-block !important;
|
|
27513
|
+
}
|
|
27514
|
+
}
|
|
27515
|
+
.c-prefers-reduced-motion .d-none-c-prefers-reduced-motion {
|
|
27516
|
+
display: none !important;
|
|
27517
|
+
}
|
|
27518
|
+
|
|
27519
|
+
.c-prefers-reduced-motion .d-block-c-prefers-reduced-motion {
|
|
27520
|
+
display: block !important;
|
|
27521
|
+
}
|
|
27522
|
+
|
|
27523
|
+
.c-prefers-reduced-motion .d-inline-block-c-prefers-reduced-motion {
|
|
27524
|
+
display: inline-block !important;
|
|
27525
|
+
}
|
|
27526
|
+
|
|
27317
27527
|
@media print {
|
|
27318
27528
|
.d-print-none {
|
|
27319
27529
|
display: none !important;
|
|
@@ -32656,6 +32866,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32656
32866
|
top: 50%;
|
|
32657
32867
|
width: 0.25em;
|
|
32658
32868
|
}
|
|
32869
|
+
.c-prefers-reduced-motion .loading-animation::before {
|
|
32870
|
+
animation: none;
|
|
32871
|
+
}
|
|
32872
|
+
|
|
32659
32873
|
.loading-animation::after {
|
|
32660
32874
|
animation: loading-animation-circle 1s linear infinite;
|
|
32661
32875
|
background-color: currentColor;
|
|
@@ -32669,6 +32883,9 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32669
32883
|
padding: 0.25em;
|
|
32670
32884
|
width: 1em;
|
|
32671
32885
|
}
|
|
32886
|
+
.c-prefers-reduced-motion .loading-animation::after {
|
|
32887
|
+
animation: none;
|
|
32888
|
+
}
|
|
32672
32889
|
|
|
32673
32890
|
@keyframes loading-animation-squares-box-1 {
|
|
32674
32891
|
0% {
|
|
@@ -32747,6 +32964,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32747
32964
|
transform: scale(1);
|
|
32748
32965
|
width: 1em;
|
|
32749
32966
|
}
|
|
32967
|
+
.c-prefers-reduced-motion .loading-animation-squares::before {
|
|
32968
|
+
animation: none;
|
|
32969
|
+
}
|
|
32970
|
+
|
|
32750
32971
|
.loading-animation-squares::after {
|
|
32751
32972
|
animation: loading-animation-squares-box-2 2.4s ease-in-out infinite;
|
|
32752
32973
|
background-color: currentColor;
|
|
@@ -32762,6 +32983,9 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32762
32983
|
transform: scale(2);
|
|
32763
32984
|
width: 1em;
|
|
32764
32985
|
}
|
|
32986
|
+
.c-prefers-reduced-motion .loading-animation-squares::after {
|
|
32987
|
+
animation: none;
|
|
32988
|
+
}
|
|
32765
32989
|
|
|
32766
32990
|
.loading-animation-xs {
|
|
32767
32991
|
font-size: 0.625rem;
|