@clayui/css 3.81.0 → 3.83.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 +548 -118
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +521 -106
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +394 -144
- 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/_clay-color.scss +23 -9
- package/src/scss/atlas/variables/_date-picker.scss +31 -13
- package/src/scss/atlas/variables/_forms.scss +34 -0
- package/src/scss/atlas/variables/_modals.scss +60 -28
- package/src/scss/atlas/variables/_panels.scss +3 -3
- package/src/scss/atlas/variables/_tbar.scss +7 -3
- package/src/scss/atlas/variables/_time.scss +3 -1
- package/src/scss/cadmin/components/_forms.scss +26 -0
- package/src/scss/cadmin/components/_sidebar.scss +29 -34
- package/src/scss/cadmin/components/_utilities.scss +22 -0
- package/src/scss/cadmin/variables/_cards.scss +48 -19
- package/src/scss/cadmin/variables/_clay-color.scss +17 -7
- package/src/scss/cadmin/variables/_date-picker.scss +42 -22
- package/src/scss/cadmin/variables/_forms.scss +35 -0
- package/src/scss/cadmin/variables/_modals.scss +60 -28
- package/src/scss/cadmin/variables/_sheets.scss +9 -5
- package/src/scss/cadmin/variables/_sidebar.scss +54 -0
- package/src/scss/cadmin/variables/_tbar.scss +177 -91
- package/src/scss/cadmin/variables/_time.scss +6 -2
- package/src/scss/cadmin/variables/_utilities.scss +22 -7
- package/src/scss/components/_dropdowns.scss +14 -0
- package/src/scss/components/_forms.scss +26 -0
- package/src/scss/components/_progress-bars.scss +29 -2
- package/src/scss/components/_sidebar.scss +28 -34
- package/src/scss/components/_spinners.scss +3 -2
- package/src/scss/components/_utilities.scss +22 -0
- package/src/scss/mixins/_dropdown-menu.scss +76 -2
- package/src/scss/mixins/_forms.scss +62 -3
- package/src/scss/mixins/_globals.scss +2 -0
- package/src/scss/mixins/_input-groups.scss +6 -2
- package/src/scss/mixins/_modals.scss +8 -4
- package/src/scss/mixins/_panels.scss +4 -4
- package/src/scss/mixins/_sidebar.scss +5 -0
- package/src/scss/mixins/_tbar.scss +116 -28
- package/src/scss/variables/_clay-color.scss +13 -7
- package/src/scss/variables/_date-picker.scss +38 -18
- package/src/scss/variables/_dropdowns.scss +52 -0
- package/src/scss/variables/_forms.scss +18 -3
- package/src/scss/variables/_modals.scss +60 -28
- package/src/scss/variables/_panels.scss +8 -8
- package/src/scss/variables/_progress-bars.scss +24 -8
- package/src/scss/variables/_sidebar.scss +54 -0
- package/src/scss/variables/_tbar.scss +168 -87
- package/src/scss/variables/_utilities.scss +17 -2
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.83.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>
|
|
@@ -866,9 +866,10 @@ pre code {
|
|
|
866
866
|
}
|
|
867
867
|
.spinner-border {
|
|
868
868
|
animation: spinner-border 0.75s linear infinite;
|
|
869
|
+
border-color: currentColor transparent currentColor currentColor;
|
|
869
870
|
border-radius: 50%;
|
|
870
|
-
border-
|
|
871
|
-
border: 0.25em
|
|
871
|
+
border-style: solid;
|
|
872
|
+
border-width: 0.25em;
|
|
872
873
|
display: inline-block;
|
|
873
874
|
height: 2rem;
|
|
874
875
|
vertical-align: text-bottom;
|
|
@@ -6398,12 +6399,12 @@ input[type=button].btn-block {
|
|
|
6398
6399
|
word-wrap: break-word;
|
|
6399
6400
|
font-size: inherit;
|
|
6400
6401
|
}
|
|
6401
|
-
.dropdown-item:hover {
|
|
6402
|
+
.dropdown-item:hover, .dropdown-item.hover {
|
|
6402
6403
|
background-color: #f0f5ff;
|
|
6403
6404
|
color: #272833;
|
|
6404
6405
|
text-decoration: none;
|
|
6405
6406
|
}
|
|
6406
|
-
.dropdown-item:focus {
|
|
6407
|
+
.dropdown-item:focus, .dropdown-item.focus {
|
|
6407
6408
|
background-color: #f0f5ff;
|
|
6408
6409
|
color: #272833;
|
|
6409
6410
|
text-decoration: none;
|
|
@@ -6612,6 +6613,51 @@ input[type=button].btn-block {
|
|
|
6612
6613
|
margin-bottom: 0;
|
|
6613
6614
|
}
|
|
6614
6615
|
|
|
6616
|
+
.dropdown-menu-select.dropdown-menu .dropdown-header {
|
|
6617
|
+
padding-bottom: 0.375rem;
|
|
6618
|
+
padding-left: 1.75rem;
|
|
6619
|
+
padding-right: 1.75rem;
|
|
6620
|
+
padding-top: 0.3125rem;
|
|
6621
|
+
}
|
|
6622
|
+
.dropdown-menu-select.dropdown-menu .dropdown-subheader {
|
|
6623
|
+
padding-bottom: 0.4375rem;
|
|
6624
|
+
padding-left: 1.75rem;
|
|
6625
|
+
padding-right: 1.75rem;
|
|
6626
|
+
padding-top: 0.4375rem;
|
|
6627
|
+
}
|
|
6628
|
+
.dropdown-menu-select.dropdown-menu .dropdown-section {
|
|
6629
|
+
padding-left: 1.75rem;
|
|
6630
|
+
padding-right: 1.75rem;
|
|
6631
|
+
}
|
|
6632
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item {
|
|
6633
|
+
padding-bottom: 0.375rem;
|
|
6634
|
+
padding-left: 1.75rem;
|
|
6635
|
+
padding-right: 1.75rem;
|
|
6636
|
+
padding-top: 0.3125rem;
|
|
6637
|
+
}
|
|
6638
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item .c-inner {
|
|
6639
|
+
flex-grow: 1;
|
|
6640
|
+
margin-bottom: -0.375rem;
|
|
6641
|
+
margin-left: -1.75rem;
|
|
6642
|
+
margin-right: -1.75rem;
|
|
6643
|
+
margin-top: -0.3125rem;
|
|
6644
|
+
width: auto;
|
|
6645
|
+
}
|
|
6646
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item.autofit-row {
|
|
6647
|
+
padding-left: 1.5rem;
|
|
6648
|
+
padding-right: 1.5rem;
|
|
6649
|
+
}
|
|
6650
|
+
.dropdown-menu-select.dropdown-menu .dropdown-divider {
|
|
6651
|
+
margin: 0.3125rem 0;
|
|
6652
|
+
}
|
|
6653
|
+
.dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-start .dropdown-item-indicator-start {
|
|
6654
|
+
left: 0.5rem;
|
|
6655
|
+
top: 0.5rem;
|
|
6656
|
+
}
|
|
6657
|
+
.dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
|
|
6658
|
+
right: 0.5rem;
|
|
6659
|
+
top: 0.5rem;
|
|
6660
|
+
}
|
|
6615
6661
|
.dropdown-menu-left {
|
|
6616
6662
|
left: 0;
|
|
6617
6663
|
right: auto;
|
|
@@ -7543,9 +7589,6 @@ select.form-control:disabled, select.form-control.disabled {
|
|
|
7543
7589
|
select.form-control:disabled > option, select.form-control.disabled > option {
|
|
7544
7590
|
cursor: not-allowed;
|
|
7545
7591
|
}
|
|
7546
|
-
select.form-control option {
|
|
7547
|
-
cursor: pointer;
|
|
7548
|
-
}
|
|
7549
7592
|
select.form-control::-ms-expand {
|
|
7550
7593
|
display: none;
|
|
7551
7594
|
}
|
|
@@ -7565,6 +7608,7 @@ select.form-control:focus::-ms-value {
|
|
|
7565
7608
|
background-size: 1.5em 1.5em;
|
|
7566
7609
|
padding-right: 2em;
|
|
7567
7610
|
overflow: hidden;
|
|
7611
|
+
text-align: left;
|
|
7568
7612
|
text-overflow: ellipsis;
|
|
7569
7613
|
white-space: nowrap;
|
|
7570
7614
|
}
|
|
@@ -7592,12 +7636,6 @@ select.form-control[size]:focus > option:checked, select.form-control[size].focu
|
|
|
7592
7636
|
color: #fff;
|
|
7593
7637
|
filter: invert(100%);
|
|
7594
7638
|
}
|
|
7595
|
-
select.form-control[size] option {
|
|
7596
|
-
padding: 0.4375rem 0.5rem;
|
|
7597
|
-
}
|
|
7598
|
-
select.form-control[size] option:checked {
|
|
7599
|
-
background-image: linear-gradient(#e7e7ed, #e7e7ed);
|
|
7600
|
-
}
|
|
7601
7639
|
@-moz-document url-prefix() {
|
|
7602
7640
|
select.form-control[size]:focus > option:checked, select.form-control[size].focus > option:checked {
|
|
7603
7641
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
@@ -7624,12 +7662,6 @@ select.form-control[multiple]:focus > option:checked, select.form-control[multip
|
|
|
7624
7662
|
color: #fff;
|
|
7625
7663
|
filter: invert(100%);
|
|
7626
7664
|
}
|
|
7627
|
-
select.form-control[multiple] option {
|
|
7628
|
-
padding: 0.4375rem 0.5rem;
|
|
7629
|
-
}
|
|
7630
|
-
select.form-control[multiple] option:checked {
|
|
7631
|
-
background-image: linear-gradient(#e7e7ed, #e7e7ed);
|
|
7632
|
-
}
|
|
7633
7665
|
@-moz-document url-prefix() {
|
|
7634
7666
|
select.form-control[multiple]:focus > option:checked, select.form-control[multiple].focus > option:checked {
|
|
7635
7667
|
background-image: linear-gradient(#004ad7, #004ad7);
|
|
@@ -7640,6 +7672,27 @@ select.form-control[multiple] option:checked {
|
|
|
7640
7672
|
}
|
|
7641
7673
|
}
|
|
7642
7674
|
|
|
7675
|
+
.form-control-select-secondary {
|
|
7676
|
+
background-color: #fff;
|
|
7677
|
+
color: #6b6c7e;
|
|
7678
|
+
}
|
|
7679
|
+
.form-control-select-secondary:hover, .form-control-select-secondary.hover {
|
|
7680
|
+
color: #6b6c7e;
|
|
7681
|
+
}
|
|
7682
|
+
.form-control-select-secondary:focus, .form-control-select-secondary.focus {
|
|
7683
|
+
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");
|
|
7684
|
+
color: #272833;
|
|
7685
|
+
}
|
|
7686
|
+
.form-control-select-secondary.show {
|
|
7687
|
+
background-color: #f1f2f5;
|
|
7688
|
+
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");
|
|
7689
|
+
color: #272833;
|
|
7690
|
+
}
|
|
7691
|
+
.form-control-select-secondary:disabled, .form-control-select-secondary.disabled {
|
|
7692
|
+
background-color: #fff;
|
|
7693
|
+
color: #6b6c7e;
|
|
7694
|
+
opacity: 0.4;
|
|
7695
|
+
}
|
|
7643
7696
|
textarea.form-control,
|
|
7644
7697
|
textarea.form-control-plaintext,
|
|
7645
7698
|
.form-control.form-control-textarea {
|
|
@@ -8783,6 +8836,7 @@ button.link-outline {
|
|
|
8783
8836
|
border-color: #e7e7ed;
|
|
8784
8837
|
}
|
|
8785
8838
|
.clay-color-pointer {
|
|
8839
|
+
background-color: transparent;
|
|
8786
8840
|
border-radius: 100px;
|
|
8787
8841
|
border-color: #fff;
|
|
8788
8842
|
border-style: solid;
|
|
@@ -8795,7 +8849,6 @@ button.link-outline {
|
|
|
8795
8849
|
position: absolute;
|
|
8796
8850
|
transition: box-shadow 0.15s ease-in-out;
|
|
8797
8851
|
width: 0.875rem;
|
|
8798
|
-
background-color: transparent;
|
|
8799
8852
|
}
|
|
8800
8853
|
@media (prefers-reduced-motion: reduce) {
|
|
8801
8854
|
.clay-color-pointer {
|
|
@@ -9623,11 +9676,11 @@ label.custom-control-label {
|
|
|
9623
9676
|
margin-top: -2px;
|
|
9624
9677
|
}
|
|
9625
9678
|
.date-picker .input-group-text {
|
|
9679
|
+
background-color: transparent;
|
|
9626
9680
|
border-color: transparent;
|
|
9627
9681
|
min-width: 2rem;
|
|
9628
9682
|
padding-left: 0.25rem;
|
|
9629
9683
|
padding-right: 0.25rem;
|
|
9630
|
-
background-color: transparent;
|
|
9631
9684
|
}
|
|
9632
9685
|
.date-picker-dropdown-menu {
|
|
9633
9686
|
max-height: none;
|
|
@@ -9657,15 +9710,15 @@ label.custom-control-label {
|
|
|
9657
9710
|
color: #272833;
|
|
9658
9711
|
}
|
|
9659
9712
|
.date-picker-nav .nav-btn:focus, .date-picker-nav .nav-btn.focus {
|
|
9713
|
+
box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
|
|
9660
9714
|
background-color: #f1f2f5;
|
|
9661
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
9662
9715
|
color: #272833;
|
|
9663
9716
|
}
|
|
9664
9717
|
.date-picker-nav .nav-btn:active {
|
|
9665
9718
|
background-color: #f1f2f5;
|
|
9666
9719
|
}
|
|
9667
9720
|
.date-picker-nav .nav-btn:active:focus {
|
|
9668
|
-
box-shadow: 0 0 0 0.
|
|
9721
|
+
box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
|
|
9669
9722
|
}
|
|
9670
9723
|
.date-picker-nav .nav-btn.active {
|
|
9671
9724
|
background-color: #f1f2f5;
|
|
@@ -9693,7 +9746,7 @@ label.custom-control-label {
|
|
|
9693
9746
|
padding-left: 0.5rem;
|
|
9694
9747
|
padding-top: 0;
|
|
9695
9748
|
}
|
|
9696
|
-
.date-picker-nav select.form-control:hover {
|
|
9749
|
+
.date-picker-nav select.form-control:hover, .date-picker-nav select.form-control.hover {
|
|
9697
9750
|
background-color: #f1f2f5;
|
|
9698
9751
|
color: #272833;
|
|
9699
9752
|
}
|
|
@@ -9751,6 +9804,7 @@ label.custom-control-label {
|
|
|
9751
9804
|
|
|
9752
9805
|
.date-picker-calendar-item {
|
|
9753
9806
|
align-items: center;
|
|
9807
|
+
background-color: transparent;
|
|
9754
9808
|
border-width: 0px;
|
|
9755
9809
|
display: inline-flex;
|
|
9756
9810
|
flex-shrink: 0;
|
|
@@ -9772,7 +9826,6 @@ label.custom-control-label {
|
|
|
9772
9826
|
vertical-align: middle;
|
|
9773
9827
|
white-space: nowrap;
|
|
9774
9828
|
width: 2rem;
|
|
9775
|
-
background-color: transparent;
|
|
9776
9829
|
}
|
|
9777
9830
|
@media (prefers-reduced-motion: reduce) {
|
|
9778
9831
|
.date-picker-calendar-item {
|
|
@@ -9841,17 +9894,17 @@ label.custom-control-label {
|
|
|
9841
9894
|
color: #272833;
|
|
9842
9895
|
}
|
|
9843
9896
|
.date-picker-date:focus, .date-picker-date.focus {
|
|
9897
|
+
box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
|
|
9898
|
+
outline: 0;
|
|
9844
9899
|
background-color: #f1f2f5;
|
|
9845
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
9846
9900
|
color: #272833;
|
|
9847
|
-
outline: 0;
|
|
9848
9901
|
}
|
|
9849
9902
|
.date-picker-date:active {
|
|
9850
9903
|
background-color: #0b5fff;
|
|
9851
9904
|
color: #fff;
|
|
9852
9905
|
}
|
|
9853
9906
|
.date-picker-date:active:focus {
|
|
9854
|
-
box-shadow: 0 0 0 0.
|
|
9907
|
+
box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.25);
|
|
9855
9908
|
}
|
|
9856
9909
|
.date-picker-date.active {
|
|
9857
9910
|
background-color: #0b5fff;
|
|
@@ -11988,81 +12041,21 @@ label.custom-control-label {
|
|
|
11988
12041
|
}
|
|
11989
12042
|
}
|
|
11990
12043
|
|
|
11991
|
-
.modal-success .btn-monospaced {
|
|
11992
|
-
color: #287d3c;
|
|
11993
|
-
}
|
|
11994
|
-
.modal-success .close {
|
|
11995
|
-
color: #287d3c;
|
|
11996
|
-
}
|
|
11997
|
-
.modal-success .close:hover {
|
|
11998
|
-
color: inherit;
|
|
11999
|
-
}
|
|
12000
|
-
.modal-success .close:focus {
|
|
12001
|
-
color: inherit;
|
|
12002
|
-
}
|
|
12003
|
-
.modal-success .close:disabled, .modal-success .close.disabled {
|
|
12004
|
-
color: inherit;
|
|
12005
|
-
}
|
|
12006
12044
|
.modal-success .modal-header {
|
|
12007
12045
|
background-color: #edf9f0;
|
|
12008
12046
|
border-color: #5aca75;
|
|
12009
12047
|
color: #287d3c;
|
|
12010
12048
|
}
|
|
12011
|
-
.modal-info .btn-monospaced {
|
|
12012
|
-
color: #2e5aac;
|
|
12013
|
-
}
|
|
12014
|
-
.modal-info .close {
|
|
12015
|
-
color: #2e5aac;
|
|
12016
|
-
}
|
|
12017
|
-
.modal-info .close:hover {
|
|
12018
|
-
color: inherit;
|
|
12019
|
-
}
|
|
12020
|
-
.modal-info .close:focus {
|
|
12021
|
-
color: inherit;
|
|
12022
|
-
}
|
|
12023
|
-
.modal-info .close:disabled, .modal-info .close.disabled {
|
|
12024
|
-
color: inherit;
|
|
12025
|
-
}
|
|
12026
12049
|
.modal-info .modal-header {
|
|
12027
12050
|
background-color: #eef2fa;
|
|
12028
12051
|
border-color: #89a7e0;
|
|
12029
12052
|
color: #2e5aac;
|
|
12030
12053
|
}
|
|
12031
|
-
.modal-warning .btn-monospaced {
|
|
12032
|
-
color: #b95000;
|
|
12033
|
-
}
|
|
12034
|
-
.modal-warning .close {
|
|
12035
|
-
color: #b95000;
|
|
12036
|
-
}
|
|
12037
|
-
.modal-warning .close:hover {
|
|
12038
|
-
color: inherit;
|
|
12039
|
-
}
|
|
12040
|
-
.modal-warning .close:focus {
|
|
12041
|
-
color: inherit;
|
|
12042
|
-
}
|
|
12043
|
-
.modal-warning .close:disabled, .modal-warning .close.disabled {
|
|
12044
|
-
color: inherit;
|
|
12045
|
-
}
|
|
12046
12054
|
.modal-warning .modal-header {
|
|
12047
12055
|
background-color: #fff4ec;
|
|
12048
12056
|
border-color: #ff8f39;
|
|
12049
12057
|
color: #b95000;
|
|
12050
12058
|
}
|
|
12051
|
-
.modal-danger .btn-monospaced {
|
|
12052
|
-
color: #da1414;
|
|
12053
|
-
}
|
|
12054
|
-
.modal-danger .close {
|
|
12055
|
-
color: #da1414;
|
|
12056
|
-
}
|
|
12057
|
-
.modal-danger .close:hover {
|
|
12058
|
-
color: inherit;
|
|
12059
|
-
}
|
|
12060
|
-
.modal-danger .close:focus {
|
|
12061
|
-
color: inherit;
|
|
12062
|
-
}
|
|
12063
|
-
.modal-danger .close:disabled, .modal-danger .close.disabled {
|
|
12064
|
-
color: inherit;
|
|
12065
|
-
}
|
|
12066
12059
|
.modal-danger .modal-header {
|
|
12067
12060
|
background-color: #feefef;
|
|
12068
12061
|
border-color: #f48989;
|
|
@@ -18729,19 +18722,20 @@ a.sheet-subtitle:focus {
|
|
|
18729
18722
|
overflow: auto;
|
|
18730
18723
|
-webkit-overflow-scrolling: touch;
|
|
18731
18724
|
}
|
|
18725
|
+
.sidebar:focus, .sidebar.focus {
|
|
18726
|
+
box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
18727
|
+
}
|
|
18732
18728
|
.sidebar .container-fluid {
|
|
18733
18729
|
padding-left: 1rem;
|
|
18734
18730
|
padding-right: 1rem;
|
|
18735
18731
|
}
|
|
18736
18732
|
|
|
18737
|
-
.sidebar-header
|
|
18738
|
-
.sidebar-footer {
|
|
18733
|
+
.sidebar-header {
|
|
18739
18734
|
padding-bottom: 1rem;
|
|
18740
18735
|
padding-left: 1rem;
|
|
18741
18736
|
padding-right: 1rem;
|
|
18742
18737
|
padding-top: 1rem;
|
|
18743
18738
|
}
|
|
18744
|
-
|
|
18745
18739
|
.sidebar-header .component-title {
|
|
18746
18740
|
font-size: 1.25rem;
|
|
18747
18741
|
font-weight: 600;
|
|
@@ -18759,6 +18753,13 @@ a.sheet-subtitle:focus {
|
|
|
18759
18753
|
overflow-wrap: break-word;
|
|
18760
18754
|
word-wrap: break-word;
|
|
18761
18755
|
}
|
|
18756
|
+
.sidebar-footer {
|
|
18757
|
+
padding-bottom: 1rem;
|
|
18758
|
+
padding-left: 1rem;
|
|
18759
|
+
padding-right: 1rem;
|
|
18760
|
+
padding-top: 1rem;
|
|
18761
|
+
}
|
|
18762
|
+
|
|
18762
18763
|
.sidebar-body {
|
|
18763
18764
|
overflow: auto;
|
|
18764
18765
|
-webkit-overflow-scrolling: touch;
|
|
@@ -20346,8 +20347,8 @@ caption {
|
|
|
20346
20347
|
display: inline;
|
|
20347
20348
|
}
|
|
20348
20349
|
.tbar-inline-xs-down .tbar-item {
|
|
20349
|
-
display: inline;
|
|
20350
20350
|
padding-left: 0;
|
|
20351
|
+
display: inline;
|
|
20351
20352
|
}
|
|
20352
20353
|
}
|
|
20353
20354
|
|
|
@@ -20365,8 +20366,8 @@ caption {
|
|
|
20365
20366
|
display: inline;
|
|
20366
20367
|
}
|
|
20367
20368
|
.tbar-inline-sm-down .tbar-item {
|
|
20368
|
-
display: inline;
|
|
20369
20369
|
padding-left: 0;
|
|
20370
|
+
display: inline;
|
|
20370
20371
|
}
|
|
20371
20372
|
}
|
|
20372
20373
|
|
|
@@ -20384,8 +20385,8 @@ caption {
|
|
|
20384
20385
|
display: inline;
|
|
20385
20386
|
}
|
|
20386
20387
|
.tbar-inline-md-down .tbar-item {
|
|
20387
|
-
display: inline;
|
|
20388
20388
|
padding-left: 0;
|
|
20389
|
+
display: inline;
|
|
20389
20390
|
}
|
|
20390
20391
|
}
|
|
20391
20392
|
|
|
@@ -20403,8 +20404,8 @@ caption {
|
|
|
20403
20404
|
display: inline;
|
|
20404
20405
|
}
|
|
20405
20406
|
.tbar-inline-lg-down .tbar-item {
|
|
20406
|
-
display: inline;
|
|
20407
20407
|
padding-left: 0;
|
|
20408
|
+
display: inline;
|
|
20408
20409
|
}
|
|
20409
20410
|
}
|
|
20410
20411
|
|
|
@@ -20421,8 +20422,8 @@ caption {
|
|
|
20421
20422
|
display: inline;
|
|
20422
20423
|
}
|
|
20423
20424
|
.tbar-inline-xl-down .tbar-item {
|
|
20424
|
-
display: inline;
|
|
20425
20425
|
padding-left: 0;
|
|
20426
|
+
display: inline;
|
|
20426
20427
|
}
|
|
20427
20428
|
|
|
20428
20429
|
.component-tbar {
|
|
@@ -20432,6 +20433,9 @@ caption {
|
|
|
20432
20433
|
height: 3.5rem;
|
|
20433
20434
|
color: #6b6c7e;
|
|
20434
20435
|
}
|
|
20436
|
+
.component-tbar .tbar-label {
|
|
20437
|
+
border-width: 0.0625rem;
|
|
20438
|
+
}
|
|
20435
20439
|
.subnav-tbar {
|
|
20436
20440
|
font-size: 0.875rem;
|
|
20437
20441
|
}
|
|
@@ -20453,6 +20457,9 @@ caption {
|
|
|
20453
20457
|
.subnav-tbar .component-link:hover {
|
|
20454
20458
|
color: #004ad7;
|
|
20455
20459
|
}
|
|
20460
|
+
.subnav-tbar .component-link:disabled, .subnav-tbar .component-link.disabled {
|
|
20461
|
+
box-shadow: none;
|
|
20462
|
+
}
|
|
20456
20463
|
.subnav-tbar .tbar-item {
|
|
20457
20464
|
padding-left: 0.5rem;
|
|
20458
20465
|
padding-right: 0.5rem;
|
|
@@ -20462,16 +20469,16 @@ caption {
|
|
|
20462
20469
|
line-height: 1;
|
|
20463
20470
|
margin-bottom: 0.125rem;
|
|
20464
20471
|
margin-top: 0.125rem;
|
|
20465
|
-
padding-
|
|
20466
|
-
padding-
|
|
20472
|
+
padding-left: 0;
|
|
20473
|
+
padding-right: 0;
|
|
20467
20474
|
}
|
|
20468
20475
|
.subnav-tbar .tbar-btn .c-inner {
|
|
20469
|
-
margin-
|
|
20470
|
-
margin-
|
|
20476
|
+
margin-left: 0;
|
|
20477
|
+
margin-right: 0;
|
|
20471
20478
|
}
|
|
20472
20479
|
.subnav-tbar .tbar-btn .c-inner {
|
|
20473
|
-
margin-
|
|
20474
|
-
margin-
|
|
20480
|
+
margin-left: 0;
|
|
20481
|
+
margin-right: 0;
|
|
20475
20482
|
}
|
|
20476
20483
|
.subnav-tbar .tbar-link {
|
|
20477
20484
|
margin-bottom: 0.125rem;
|
|
@@ -20494,10 +20501,10 @@ caption {
|
|
|
20494
20501
|
margin-top: -0.09375rem;
|
|
20495
20502
|
}
|
|
20496
20503
|
.subnav-tbar .tbar-btn-monospaced {
|
|
20497
|
-
height: 1.5rem;
|
|
20498
20504
|
margin-bottom: 0.125rem;
|
|
20499
20505
|
margin-top: 0.125rem;
|
|
20500
20506
|
padding: 0.25rem;
|
|
20507
|
+
height: 1.5rem;
|
|
20501
20508
|
width: 1.5rem;
|
|
20502
20509
|
}
|
|
20503
20510
|
.subnav-tbar .tbar-btn-monospaced .c-inner {
|
|
@@ -20531,6 +20538,9 @@ caption {
|
|
|
20531
20538
|
.subnav-tbar .component-label {
|
|
20532
20539
|
font-weight: 400;
|
|
20533
20540
|
}
|
|
20541
|
+
.subnav-tbar .tbar-label {
|
|
20542
|
+
border-width: 0.0625rem;
|
|
20543
|
+
}
|
|
20534
20544
|
.subnav-tbar-primary {
|
|
20535
20545
|
background-color: #b3cdff;
|
|
20536
20546
|
padding-bottom: 0.625rem;
|
|
@@ -20573,12 +20583,12 @@ caption {
|
|
|
20573
20583
|
.subnav-tbar-primary .tbar-label {
|
|
20574
20584
|
font-size: 0.75rem;
|
|
20575
20585
|
margin-right: 0;
|
|
20576
|
-
text-transform: none;
|
|
20577
|
-
border-width: 0.0625rem;
|
|
20578
20586
|
padding-bottom: 0.3125rem;
|
|
20579
20587
|
padding-left: 0.625rem;
|
|
20580
20588
|
padding-right: 0.625rem;
|
|
20581
20589
|
padding-top: 0.3125rem;
|
|
20590
|
+
text-transform: none;
|
|
20591
|
+
border-width: 0.0625rem;
|
|
20582
20592
|
}
|
|
20583
20593
|
.subnav-tbar-primary .tbar-label > .c-inner {
|
|
20584
20594
|
margin-bottom: -0.3125rem;
|
|
@@ -20587,18 +20597,24 @@ caption {
|
|
|
20587
20597
|
margin-top: -0.3125rem;
|
|
20588
20598
|
}
|
|
20589
20599
|
.subnav-tbar-primary.subnav-tbar-disabled {
|
|
20590
|
-
color: #8e94aa;
|
|
20591
20600
|
background-color: #cfddf8;
|
|
20601
|
+
color: #8e94aa;
|
|
20592
20602
|
}
|
|
20593
20603
|
.subnav-tbar-primary.subnav-tbar-disabled .component-label {
|
|
20594
20604
|
border-color: #8e94aa;
|
|
20595
20605
|
}
|
|
20606
|
+
.subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
20607
|
+
border-width: 0.0625rem;
|
|
20608
|
+
}
|
|
20596
20609
|
.subnav-tbar-light {
|
|
20597
|
-
color: #6b6c7e;
|
|
20598
20610
|
background-color: white;
|
|
20611
|
+
color: #6b6c7e;
|
|
20599
20612
|
padding-bottom: 0.125rem;
|
|
20600
20613
|
padding-top: 0.125rem;
|
|
20601
20614
|
}
|
|
20615
|
+
.subnav-tbar-light .tbar-label {
|
|
20616
|
+
border-width: 0.0625rem;
|
|
20617
|
+
}
|
|
20602
20618
|
.tbar-stacked {
|
|
20603
20619
|
display: inline-flex;
|
|
20604
20620
|
height: 100%;
|
|
@@ -20665,6 +20681,9 @@ caption {
|
|
|
20665
20681
|
margin-right: 0;
|
|
20666
20682
|
margin-top: 0;
|
|
20667
20683
|
}
|
|
20684
|
+
.tbar-stacked .tbar-label {
|
|
20685
|
+
border-width: 0.0625rem;
|
|
20686
|
+
}
|
|
20668
20687
|
.tbar-light {
|
|
20669
20688
|
background-color: #fff;
|
|
20670
20689
|
box-shadow: inset 1px 0 0 0 #f1f2f5, inset -1px 0 0 0 #f1f2f5;
|
|
@@ -20697,6 +20716,9 @@ caption {
|
|
|
20697
20716
|
background-color: #f1f2f5;
|
|
20698
20717
|
color: #272833;
|
|
20699
20718
|
}
|
|
20719
|
+
.tbar-light .tbar-label {
|
|
20720
|
+
border-width: 0.0625rem;
|
|
20721
|
+
}
|
|
20700
20722
|
.tbar-dark-l2 {
|
|
20701
20723
|
background-color: #393a4a;
|
|
20702
20724
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -20730,6 +20752,9 @@ caption {
|
|
|
20730
20752
|
background-color: rgba(255, 255, 255, 0.06);
|
|
20731
20753
|
color: #fff;
|
|
20732
20754
|
}
|
|
20755
|
+
.tbar-dark-l2 .tbar-label {
|
|
20756
|
+
border-width: 0.0625rem;
|
|
20757
|
+
}
|
|
20733
20758
|
.tbar-dark-d1 {
|
|
20734
20759
|
background-color: #1c1c24;
|
|
20735
20760
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -20755,16 +20780,6 @@ caption {
|
|
|
20755
20780
|
background-color: rgba(255, 255, 255, 0.06);
|
|
20756
20781
|
color: #fff;
|
|
20757
20782
|
}
|
|
20758
|
-
.tbar-dark-d1 .tbar-btn-monospaced.active::after {
|
|
20759
|
-
background-color: #80acff;
|
|
20760
|
-
bottom: 0;
|
|
20761
|
-
content: "";
|
|
20762
|
-
display: block;
|
|
20763
|
-
left: 0;
|
|
20764
|
-
position: absolute;
|
|
20765
|
-
top: 0;
|
|
20766
|
-
width: 0.25rem;
|
|
20767
|
-
}
|
|
20768
20783
|
.tbar-dark-d1 .tbar-btn-monospaced:disabled, .tbar-dark-d1 .tbar-btn-monospaced.disabled {
|
|
20769
20784
|
color: inherit;
|
|
20770
20785
|
}
|
|
@@ -20772,6 +20787,9 @@ caption {
|
|
|
20772
20787
|
background-color: rgba(255, 255, 255, 0.06);
|
|
20773
20788
|
color: #fff;
|
|
20774
20789
|
}
|
|
20790
|
+
.tbar-dark-d1 .tbar-label {
|
|
20791
|
+
border-width: 0.0625rem;
|
|
20792
|
+
}
|
|
20775
20793
|
.timeline {
|
|
20776
20794
|
list-style: none;
|
|
20777
20795
|
padding-left: 0;
|
|
@@ -22204,6 +22222,370 @@ ul.autofit-row {
|
|
|
22204
22222
|
background-color: #fff;
|
|
22205
22223
|
}
|
|
22206
22224
|
|
|
22225
|
+
.c-gap-0 {
|
|
22226
|
+
gap: 0;
|
|
22227
|
+
}
|
|
22228
|
+
|
|
22229
|
+
.c-gapx-0 {
|
|
22230
|
+
column-gap: 0;
|
|
22231
|
+
}
|
|
22232
|
+
|
|
22233
|
+
.c-gapy-0 {
|
|
22234
|
+
row-gap: 0;
|
|
22235
|
+
}
|
|
22236
|
+
|
|
22237
|
+
.c-gap-1 {
|
|
22238
|
+
gap: 0.25rem;
|
|
22239
|
+
}
|
|
22240
|
+
|
|
22241
|
+
.c-gapx-1 {
|
|
22242
|
+
column-gap: 0.25rem;
|
|
22243
|
+
}
|
|
22244
|
+
|
|
22245
|
+
.c-gapy-1 {
|
|
22246
|
+
row-gap: 0.25rem;
|
|
22247
|
+
}
|
|
22248
|
+
|
|
22249
|
+
.c-gap-2 {
|
|
22250
|
+
gap: 0.5rem;
|
|
22251
|
+
}
|
|
22252
|
+
|
|
22253
|
+
.c-gapx-2 {
|
|
22254
|
+
column-gap: 0.5rem;
|
|
22255
|
+
}
|
|
22256
|
+
|
|
22257
|
+
.c-gapy-2 {
|
|
22258
|
+
row-gap: 0.5rem;
|
|
22259
|
+
}
|
|
22260
|
+
|
|
22261
|
+
.c-gap-3 {
|
|
22262
|
+
gap: 1rem;
|
|
22263
|
+
}
|
|
22264
|
+
|
|
22265
|
+
.c-gapx-3 {
|
|
22266
|
+
column-gap: 1rem;
|
|
22267
|
+
}
|
|
22268
|
+
|
|
22269
|
+
.c-gapy-3 {
|
|
22270
|
+
row-gap: 1rem;
|
|
22271
|
+
}
|
|
22272
|
+
|
|
22273
|
+
.c-gap-4 {
|
|
22274
|
+
gap: 1.5rem;
|
|
22275
|
+
}
|
|
22276
|
+
|
|
22277
|
+
.c-gapx-4 {
|
|
22278
|
+
column-gap: 1.5rem;
|
|
22279
|
+
}
|
|
22280
|
+
|
|
22281
|
+
.c-gapy-4 {
|
|
22282
|
+
row-gap: 1.5rem;
|
|
22283
|
+
}
|
|
22284
|
+
|
|
22285
|
+
.c-gap-5 {
|
|
22286
|
+
gap: 3rem;
|
|
22287
|
+
}
|
|
22288
|
+
|
|
22289
|
+
.c-gapx-5 {
|
|
22290
|
+
column-gap: 3rem;
|
|
22291
|
+
}
|
|
22292
|
+
|
|
22293
|
+
.c-gapy-5 {
|
|
22294
|
+
row-gap: 3rem;
|
|
22295
|
+
}
|
|
22296
|
+
|
|
22297
|
+
@media (min-width: 576px) {
|
|
22298
|
+
.c-gap-sm-0 {
|
|
22299
|
+
gap: 0;
|
|
22300
|
+
}
|
|
22301
|
+
|
|
22302
|
+
.c-gapx-sm-0 {
|
|
22303
|
+
column-gap: 0;
|
|
22304
|
+
}
|
|
22305
|
+
|
|
22306
|
+
.c-gapy-sm-0 {
|
|
22307
|
+
row-gap: 0;
|
|
22308
|
+
}
|
|
22309
|
+
|
|
22310
|
+
.c-gap-sm-1 {
|
|
22311
|
+
gap: 0.25rem;
|
|
22312
|
+
}
|
|
22313
|
+
|
|
22314
|
+
.c-gapx-sm-1 {
|
|
22315
|
+
column-gap: 0.25rem;
|
|
22316
|
+
}
|
|
22317
|
+
|
|
22318
|
+
.c-gapy-sm-1 {
|
|
22319
|
+
row-gap: 0.25rem;
|
|
22320
|
+
}
|
|
22321
|
+
|
|
22322
|
+
.c-gap-sm-2 {
|
|
22323
|
+
gap: 0.5rem;
|
|
22324
|
+
}
|
|
22325
|
+
|
|
22326
|
+
.c-gapx-sm-2 {
|
|
22327
|
+
column-gap: 0.5rem;
|
|
22328
|
+
}
|
|
22329
|
+
|
|
22330
|
+
.c-gapy-sm-2 {
|
|
22331
|
+
row-gap: 0.5rem;
|
|
22332
|
+
}
|
|
22333
|
+
|
|
22334
|
+
.c-gap-sm-3 {
|
|
22335
|
+
gap: 1rem;
|
|
22336
|
+
}
|
|
22337
|
+
|
|
22338
|
+
.c-gapx-sm-3 {
|
|
22339
|
+
column-gap: 1rem;
|
|
22340
|
+
}
|
|
22341
|
+
|
|
22342
|
+
.c-gapy-sm-3 {
|
|
22343
|
+
row-gap: 1rem;
|
|
22344
|
+
}
|
|
22345
|
+
|
|
22346
|
+
.c-gap-sm-4 {
|
|
22347
|
+
gap: 1.5rem;
|
|
22348
|
+
}
|
|
22349
|
+
|
|
22350
|
+
.c-gapx-sm-4 {
|
|
22351
|
+
column-gap: 1.5rem;
|
|
22352
|
+
}
|
|
22353
|
+
|
|
22354
|
+
.c-gapy-sm-4 {
|
|
22355
|
+
row-gap: 1.5rem;
|
|
22356
|
+
}
|
|
22357
|
+
|
|
22358
|
+
.c-gap-sm-5 {
|
|
22359
|
+
gap: 3rem;
|
|
22360
|
+
}
|
|
22361
|
+
|
|
22362
|
+
.c-gapx-sm-5 {
|
|
22363
|
+
column-gap: 3rem;
|
|
22364
|
+
}
|
|
22365
|
+
|
|
22366
|
+
.c-gapy-sm-5 {
|
|
22367
|
+
row-gap: 3rem;
|
|
22368
|
+
}
|
|
22369
|
+
}
|
|
22370
|
+
@media (min-width: 768px) {
|
|
22371
|
+
.c-gap-md-0 {
|
|
22372
|
+
gap: 0;
|
|
22373
|
+
}
|
|
22374
|
+
|
|
22375
|
+
.c-gapx-md-0 {
|
|
22376
|
+
column-gap: 0;
|
|
22377
|
+
}
|
|
22378
|
+
|
|
22379
|
+
.c-gapy-md-0 {
|
|
22380
|
+
row-gap: 0;
|
|
22381
|
+
}
|
|
22382
|
+
|
|
22383
|
+
.c-gap-md-1 {
|
|
22384
|
+
gap: 0.25rem;
|
|
22385
|
+
}
|
|
22386
|
+
|
|
22387
|
+
.c-gapx-md-1 {
|
|
22388
|
+
column-gap: 0.25rem;
|
|
22389
|
+
}
|
|
22390
|
+
|
|
22391
|
+
.c-gapy-md-1 {
|
|
22392
|
+
row-gap: 0.25rem;
|
|
22393
|
+
}
|
|
22394
|
+
|
|
22395
|
+
.c-gap-md-2 {
|
|
22396
|
+
gap: 0.5rem;
|
|
22397
|
+
}
|
|
22398
|
+
|
|
22399
|
+
.c-gapx-md-2 {
|
|
22400
|
+
column-gap: 0.5rem;
|
|
22401
|
+
}
|
|
22402
|
+
|
|
22403
|
+
.c-gapy-md-2 {
|
|
22404
|
+
row-gap: 0.5rem;
|
|
22405
|
+
}
|
|
22406
|
+
|
|
22407
|
+
.c-gap-md-3 {
|
|
22408
|
+
gap: 1rem;
|
|
22409
|
+
}
|
|
22410
|
+
|
|
22411
|
+
.c-gapx-md-3 {
|
|
22412
|
+
column-gap: 1rem;
|
|
22413
|
+
}
|
|
22414
|
+
|
|
22415
|
+
.c-gapy-md-3 {
|
|
22416
|
+
row-gap: 1rem;
|
|
22417
|
+
}
|
|
22418
|
+
|
|
22419
|
+
.c-gap-md-4 {
|
|
22420
|
+
gap: 1.5rem;
|
|
22421
|
+
}
|
|
22422
|
+
|
|
22423
|
+
.c-gapx-md-4 {
|
|
22424
|
+
column-gap: 1.5rem;
|
|
22425
|
+
}
|
|
22426
|
+
|
|
22427
|
+
.c-gapy-md-4 {
|
|
22428
|
+
row-gap: 1.5rem;
|
|
22429
|
+
}
|
|
22430
|
+
|
|
22431
|
+
.c-gap-md-5 {
|
|
22432
|
+
gap: 3rem;
|
|
22433
|
+
}
|
|
22434
|
+
|
|
22435
|
+
.c-gapx-md-5 {
|
|
22436
|
+
column-gap: 3rem;
|
|
22437
|
+
}
|
|
22438
|
+
|
|
22439
|
+
.c-gapy-md-5 {
|
|
22440
|
+
row-gap: 3rem;
|
|
22441
|
+
}
|
|
22442
|
+
}
|
|
22443
|
+
@media (min-width: 992px) {
|
|
22444
|
+
.c-gap-lg-0 {
|
|
22445
|
+
gap: 0;
|
|
22446
|
+
}
|
|
22447
|
+
|
|
22448
|
+
.c-gapx-lg-0 {
|
|
22449
|
+
column-gap: 0;
|
|
22450
|
+
}
|
|
22451
|
+
|
|
22452
|
+
.c-gapy-lg-0 {
|
|
22453
|
+
row-gap: 0;
|
|
22454
|
+
}
|
|
22455
|
+
|
|
22456
|
+
.c-gap-lg-1 {
|
|
22457
|
+
gap: 0.25rem;
|
|
22458
|
+
}
|
|
22459
|
+
|
|
22460
|
+
.c-gapx-lg-1 {
|
|
22461
|
+
column-gap: 0.25rem;
|
|
22462
|
+
}
|
|
22463
|
+
|
|
22464
|
+
.c-gapy-lg-1 {
|
|
22465
|
+
row-gap: 0.25rem;
|
|
22466
|
+
}
|
|
22467
|
+
|
|
22468
|
+
.c-gap-lg-2 {
|
|
22469
|
+
gap: 0.5rem;
|
|
22470
|
+
}
|
|
22471
|
+
|
|
22472
|
+
.c-gapx-lg-2 {
|
|
22473
|
+
column-gap: 0.5rem;
|
|
22474
|
+
}
|
|
22475
|
+
|
|
22476
|
+
.c-gapy-lg-2 {
|
|
22477
|
+
row-gap: 0.5rem;
|
|
22478
|
+
}
|
|
22479
|
+
|
|
22480
|
+
.c-gap-lg-3 {
|
|
22481
|
+
gap: 1rem;
|
|
22482
|
+
}
|
|
22483
|
+
|
|
22484
|
+
.c-gapx-lg-3 {
|
|
22485
|
+
column-gap: 1rem;
|
|
22486
|
+
}
|
|
22487
|
+
|
|
22488
|
+
.c-gapy-lg-3 {
|
|
22489
|
+
row-gap: 1rem;
|
|
22490
|
+
}
|
|
22491
|
+
|
|
22492
|
+
.c-gap-lg-4 {
|
|
22493
|
+
gap: 1.5rem;
|
|
22494
|
+
}
|
|
22495
|
+
|
|
22496
|
+
.c-gapx-lg-4 {
|
|
22497
|
+
column-gap: 1.5rem;
|
|
22498
|
+
}
|
|
22499
|
+
|
|
22500
|
+
.c-gapy-lg-4 {
|
|
22501
|
+
row-gap: 1.5rem;
|
|
22502
|
+
}
|
|
22503
|
+
|
|
22504
|
+
.c-gap-lg-5 {
|
|
22505
|
+
gap: 3rem;
|
|
22506
|
+
}
|
|
22507
|
+
|
|
22508
|
+
.c-gapx-lg-5 {
|
|
22509
|
+
column-gap: 3rem;
|
|
22510
|
+
}
|
|
22511
|
+
|
|
22512
|
+
.c-gapy-lg-5 {
|
|
22513
|
+
row-gap: 3rem;
|
|
22514
|
+
}
|
|
22515
|
+
}
|
|
22516
|
+
@media (min-width: 1280px) {
|
|
22517
|
+
.c-gap-xl-0 {
|
|
22518
|
+
gap: 0;
|
|
22519
|
+
}
|
|
22520
|
+
|
|
22521
|
+
.c-gapx-xl-0 {
|
|
22522
|
+
column-gap: 0;
|
|
22523
|
+
}
|
|
22524
|
+
|
|
22525
|
+
.c-gapy-xl-0 {
|
|
22526
|
+
row-gap: 0;
|
|
22527
|
+
}
|
|
22528
|
+
|
|
22529
|
+
.c-gap-xl-1 {
|
|
22530
|
+
gap: 0.25rem;
|
|
22531
|
+
}
|
|
22532
|
+
|
|
22533
|
+
.c-gapx-xl-1 {
|
|
22534
|
+
column-gap: 0.25rem;
|
|
22535
|
+
}
|
|
22536
|
+
|
|
22537
|
+
.c-gapy-xl-1 {
|
|
22538
|
+
row-gap: 0.25rem;
|
|
22539
|
+
}
|
|
22540
|
+
|
|
22541
|
+
.c-gap-xl-2 {
|
|
22542
|
+
gap: 0.5rem;
|
|
22543
|
+
}
|
|
22544
|
+
|
|
22545
|
+
.c-gapx-xl-2 {
|
|
22546
|
+
column-gap: 0.5rem;
|
|
22547
|
+
}
|
|
22548
|
+
|
|
22549
|
+
.c-gapy-xl-2 {
|
|
22550
|
+
row-gap: 0.5rem;
|
|
22551
|
+
}
|
|
22552
|
+
|
|
22553
|
+
.c-gap-xl-3 {
|
|
22554
|
+
gap: 1rem;
|
|
22555
|
+
}
|
|
22556
|
+
|
|
22557
|
+
.c-gapx-xl-3 {
|
|
22558
|
+
column-gap: 1rem;
|
|
22559
|
+
}
|
|
22560
|
+
|
|
22561
|
+
.c-gapy-xl-3 {
|
|
22562
|
+
row-gap: 1rem;
|
|
22563
|
+
}
|
|
22564
|
+
|
|
22565
|
+
.c-gap-xl-4 {
|
|
22566
|
+
gap: 1.5rem;
|
|
22567
|
+
}
|
|
22568
|
+
|
|
22569
|
+
.c-gapx-xl-4 {
|
|
22570
|
+
column-gap: 1.5rem;
|
|
22571
|
+
}
|
|
22572
|
+
|
|
22573
|
+
.c-gapy-xl-4 {
|
|
22574
|
+
row-gap: 1.5rem;
|
|
22575
|
+
}
|
|
22576
|
+
|
|
22577
|
+
.c-gap-xl-5 {
|
|
22578
|
+
gap: 3rem;
|
|
22579
|
+
}
|
|
22580
|
+
|
|
22581
|
+
.c-gapx-xl-5 {
|
|
22582
|
+
column-gap: 3rem;
|
|
22583
|
+
}
|
|
22584
|
+
|
|
22585
|
+
.c-gapy-xl-5 {
|
|
22586
|
+
row-gap: 3rem;
|
|
22587
|
+
}
|
|
22588
|
+
}
|
|
22207
22589
|
.c-m-0 {
|
|
22208
22590
|
margin: 0;
|
|
22209
22591
|
}
|
|
@@ -26422,6 +26804,14 @@ button.bg-dark:focus {
|
|
|
26422
26804
|
display: block !important;
|
|
26423
26805
|
}
|
|
26424
26806
|
|
|
26807
|
+
.d-grid {
|
|
26808
|
+
display: grid !important;
|
|
26809
|
+
}
|
|
26810
|
+
|
|
26811
|
+
.d-contents {
|
|
26812
|
+
display: contents !important;
|
|
26813
|
+
}
|
|
26814
|
+
|
|
26425
26815
|
.d-table {
|
|
26426
26816
|
display: table !important;
|
|
26427
26817
|
}
|
|
@@ -26459,6 +26849,14 @@ button.bg-dark:focus {
|
|
|
26459
26849
|
display: block !important;
|
|
26460
26850
|
}
|
|
26461
26851
|
|
|
26852
|
+
.d-sm-grid {
|
|
26853
|
+
display: grid !important;
|
|
26854
|
+
}
|
|
26855
|
+
|
|
26856
|
+
.d-sm-contents {
|
|
26857
|
+
display: contents !important;
|
|
26858
|
+
}
|
|
26859
|
+
|
|
26462
26860
|
.d-sm-table {
|
|
26463
26861
|
display: table !important;
|
|
26464
26862
|
}
|
|
@@ -26496,6 +26894,14 @@ button.bg-dark:focus {
|
|
|
26496
26894
|
display: block !important;
|
|
26497
26895
|
}
|
|
26498
26896
|
|
|
26897
|
+
.d-md-grid {
|
|
26898
|
+
display: grid !important;
|
|
26899
|
+
}
|
|
26900
|
+
|
|
26901
|
+
.d-md-contents {
|
|
26902
|
+
display: contents !important;
|
|
26903
|
+
}
|
|
26904
|
+
|
|
26499
26905
|
.d-md-table {
|
|
26500
26906
|
display: table !important;
|
|
26501
26907
|
}
|
|
@@ -26533,6 +26939,14 @@ button.bg-dark:focus {
|
|
|
26533
26939
|
display: block !important;
|
|
26534
26940
|
}
|
|
26535
26941
|
|
|
26942
|
+
.d-lg-grid {
|
|
26943
|
+
display: grid !important;
|
|
26944
|
+
}
|
|
26945
|
+
|
|
26946
|
+
.d-lg-contents {
|
|
26947
|
+
display: contents !important;
|
|
26948
|
+
}
|
|
26949
|
+
|
|
26536
26950
|
.d-lg-table {
|
|
26537
26951
|
display: table !important;
|
|
26538
26952
|
}
|
|
@@ -26570,6 +26984,14 @@ button.bg-dark:focus {
|
|
|
26570
26984
|
display: block !important;
|
|
26571
26985
|
}
|
|
26572
26986
|
|
|
26987
|
+
.d-xl-grid {
|
|
26988
|
+
display: grid !important;
|
|
26989
|
+
}
|
|
26990
|
+
|
|
26991
|
+
.d-xl-contents {
|
|
26992
|
+
display: contents !important;
|
|
26993
|
+
}
|
|
26994
|
+
|
|
26573
26995
|
.d-xl-table {
|
|
26574
26996
|
display: table !important;
|
|
26575
26997
|
}
|
|
@@ -26611,6 +27033,14 @@ button.bg-dark:focus {
|
|
|
26611
27033
|
display: block !important;
|
|
26612
27034
|
}
|
|
26613
27035
|
|
|
27036
|
+
.d-print-grid {
|
|
27037
|
+
display: grid !important;
|
|
27038
|
+
}
|
|
27039
|
+
|
|
27040
|
+
.d-print-contents {
|
|
27041
|
+
display: contents !important;
|
|
27042
|
+
}
|
|
27043
|
+
|
|
26614
27044
|
.d-print-table {
|
|
26615
27045
|
display: table !important;
|
|
26616
27046
|
}
|