@clayui/css 3.78.0 → 3.82.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 +477 -100
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +471 -95
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +378 -127
- 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/_alerts.scss +1 -1
- package/src/scss/atlas/variables/_clay-color.scss +23 -9
- package/src/scss/atlas/variables/_custom-forms.scss +16 -4
- package/src/scss/atlas/variables/_date-picker.scss +38 -15
- package/src/scss/atlas/variables/_links.scss +19 -2
- package/src/scss/atlas/variables/_modals.scss +60 -28
- package/src/scss/atlas/variables/_navigation-bar.scss +0 -1
- package/src/scss/atlas/variables/_panels.scss +3 -3
- package/src/scss/atlas/variables/_range.scss +1 -1
- package/src/scss/atlas/variables/_tbar.scss +7 -3
- package/src/scss/atlas/variables/_time.scss +4 -2
- package/src/scss/atlas/variables/_toggle-switch.scss +1 -1
- package/src/scss/cadmin/components/_alerts.scss +1 -1
- package/src/scss/cadmin/components/_clay-color.scss +15 -20
- package/src/scss/cadmin/components/_custom-forms.scss +32 -4
- package/src/scss/cadmin/components/_date-picker.scss +4 -4
- package/src/scss/cadmin/components/_forms.scss +5 -7
- package/src/scss/cadmin/components/_list-group.scss +2 -2
- package/src/scss/cadmin/components/_modals.scss +2 -4
- package/src/scss/cadmin/components/_range.scss +3 -3
- package/src/scss/cadmin/components/_time.scss +3 -3
- package/src/scss/cadmin/components/_utilities.scss +22 -0
- package/src/scss/cadmin/variables/_alerts.scss +1 -1
- package/src/scss/cadmin/variables/_cards.scss +48 -19
- package/src/scss/cadmin/variables/_clay-color.scss +41 -20
- package/src/scss/cadmin/variables/_custom-forms.scss +2 -2
- package/src/scss/cadmin/variables/_date-picker.scss +46 -26
- package/src/scss/cadmin/variables/_forms.scss +5 -5
- package/src/scss/cadmin/variables/_list-group.scss +2 -2
- package/src/scss/cadmin/variables/_modals.scss +60 -28
- package/src/scss/cadmin/variables/_range.scss +8 -4
- package/src/scss/cadmin/variables/_sheets.scss +9 -5
- package/src/scss/cadmin/variables/_tbar.scss +177 -91
- package/src/scss/cadmin/variables/_time.scss +11 -6
- package/src/scss/cadmin/variables/_utilities.scss +21 -6
- package/src/scss/components/_alerts.scss +6 -2
- package/src/scss/components/_buttons.scss +5 -1
- package/src/scss/components/_clay-color.scss +15 -20
- package/src/scss/components/_custom-forms.scss +62 -10
- package/src/scss/components/_date-picker.scss +4 -4
- package/src/scss/components/_dropdowns.scss +5 -1
- package/src/scss/components/_forms.scss +5 -5
- package/src/scss/components/_list-group.scss +2 -2
- package/src/scss/components/_modals.scss +2 -2
- package/src/scss/components/_panels.scss +56 -12
- package/src/scss/components/_progress-bars.scss +29 -2
- package/src/scss/components/_range.scss +3 -3
- package/src/scss/components/_sheets.scss +3 -1
- package/src/scss/components/_time.scss +3 -3
- package/src/scss/components/_timelines.scss +7 -1
- package/src/scss/components/_utilities.scss +22 -0
- 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/_tbar.scss +116 -28
- package/src/scss/variables/_alerts.scss +1 -1
- package/src/scss/variables/_application-bar.scss +32 -6
- package/src/scss/variables/_clay-color.scss +54 -23
- package/src/scss/variables/_custom-forms.scss +225 -48
- package/src/scss/variables/_date-picker.scss +42 -22
- package/src/scss/variables/_drilldown.scss +5 -1
- package/src/scss/variables/_forms.scss +12 -8
- package/src/scss/variables/_links.scss +10 -2
- package/src/scss/variables/_list-group.scss +2 -2
- package/src/scss/variables/_management-bar.scss +56 -10
- package/src/scss/variables/_modals.scss +60 -28
- package/src/scss/variables/_multi-step-nav.scss +5 -1
- package/src/scss/variables/_navigation-bar.scss +56 -9
- package/src/scss/variables/_panels.scss +8 -8
- package/src/scss/variables/_progress-bars.scss +24 -8
- package/src/scss/variables/_range.scss +6 -5
- package/src/scss/variables/_reorder.scss +18 -5
- package/src/scss/variables/_sidebar.scss +25 -5
- package/src/scss/variables/_stickers.scss +1 -1
- package/src/scss/variables/_tbar.scss +174 -88
- package/src/scss/variables/_time.scss +5 -4
- package/src/scss/variables/_toggle-switch.scss +22 -10
- package/src/scss/variables/_utilities.scss +17 -2
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.82.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.82.0
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -5453,7 +5453,7 @@ html:not(#__):not(#___) .cadmin .card-interactive:hover, html:not(#__):not(#___)
|
|
|
5453
5453
|
text-decoration: none;
|
|
5454
5454
|
}
|
|
5455
5455
|
html:not(#__):not(#___) .cadmin .card-interactive:focus, html:not(#__):not(#___) .cadmin .card-interactive.focus {
|
|
5456
|
-
box-shadow: 0 0 0 2px #
|
|
5456
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #719aff;
|
|
5457
5457
|
}
|
|
5458
5458
|
html:not(#__):not(#___) .cadmin .card-interactive:active, html:not(#__):not(#___) .cadmin .card-interactive.active {
|
|
5459
5459
|
background-color: #f1f2f5;
|
|
@@ -5497,6 +5497,9 @@ html:not(#__):not(#___) .cadmin .card-interactive-primary:active, html:not(#__):
|
|
|
5497
5497
|
html:not(#__):not(#___) .cadmin .card-interactive-primary:hover::after, html:not(#__):not(#___) .cadmin .card-interactive-primary.hover::after {
|
|
5498
5498
|
background-color: #0b5fff;
|
|
5499
5499
|
}
|
|
5500
|
+
html:not(#__):not(#___) .cadmin .card-interactive-primary:focus::after, html:not(#__):not(#___) .cadmin .card-interactive-primary.focus::after {
|
|
5501
|
+
background-color: #0b5fff;
|
|
5502
|
+
}
|
|
5500
5503
|
html:not(#__):not(#___) .cadmin .card-interactive-primary:active::after, html:not(#__):not(#___) .cadmin .card-interactive-primary.active::after {
|
|
5501
5504
|
background-color: #0b5fff;
|
|
5502
5505
|
}
|
|
@@ -7339,6 +7342,7 @@ html:not(#__):not(#___) .cadmin .clay-range .input-group-item {
|
|
|
7339
7342
|
flex-direction: column;
|
|
7340
7343
|
}
|
|
7341
7344
|
html:not(#__):not(#___) .cadmin .clay-range .input-group-text {
|
|
7345
|
+
background-color: transparent;
|
|
7342
7346
|
border-width: 0;
|
|
7343
7347
|
color: #a7a9bc;
|
|
7344
7348
|
font-size: 14px;
|
|
@@ -7348,7 +7352,6 @@ html:not(#__):not(#___) .cadmin .clay-range .input-group-text {
|
|
|
7348
7352
|
padding-left: 0;
|
|
7349
7353
|
padding-right: 0;
|
|
7350
7354
|
padding-top: 0;
|
|
7351
|
-
background-color: transparent;
|
|
7352
7355
|
}
|
|
7353
7356
|
html:not(#__):not(#___) .cadmin .clay-range.disabled .clay-range-title {
|
|
7354
7357
|
color: #a7a9bc;
|
|
@@ -7627,10 +7630,10 @@ html:not(#__):not(#___) .cadmin .clay-color > .input-group-item > .input-group-i
|
|
|
7627
7630
|
padding-right: 8px;
|
|
7628
7631
|
}
|
|
7629
7632
|
html:not(#__):not(#___) .cadmin .clay-color > .input-group-item > .input-group-text {
|
|
7633
|
+
background-color: #fff;
|
|
7630
7634
|
border-color: #e7e7ed;
|
|
7631
7635
|
padding-left: 0;
|
|
7632
7636
|
padding-right: 0;
|
|
7633
|
-
background-color: #fff;
|
|
7634
7637
|
}
|
|
7635
7638
|
html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu {
|
|
7636
7639
|
max-height: 400px;
|
|
@@ -7706,6 +7709,7 @@ html:not(#__):not(#___) .cadmin .clay-color-btn-bordered {
|
|
|
7706
7709
|
border-color: #e7e7ed;
|
|
7707
7710
|
}
|
|
7708
7711
|
html:not(#__):not(#___) .cadmin .clay-color-pointer {
|
|
7712
|
+
background-color: transparent;
|
|
7709
7713
|
border-radius: 100px;
|
|
7710
7714
|
border-color: #fff;
|
|
7711
7715
|
border-style: solid;
|
|
@@ -7718,7 +7722,6 @@ html:not(#__):not(#___) .cadmin .clay-color-pointer {
|
|
|
7718
7722
|
position: absolute;
|
|
7719
7723
|
transition: box-shadow 0.15s ease-in-out;
|
|
7720
7724
|
width: 14px;
|
|
7721
|
-
background-color: transparent;
|
|
7722
7725
|
}
|
|
7723
7726
|
@media (prefers-reduced-motion: reduce) {
|
|
7724
7727
|
html:not(#__):not(#___) .cadmin .clay-color-pointer {
|
|
@@ -7891,6 +7894,40 @@ html:not(#__):not(#___) .cadmin .custom-control-label {
|
|
|
7891
7894
|
position: static;
|
|
7892
7895
|
vertical-align: top;
|
|
7893
7896
|
}
|
|
7897
|
+
html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
7898
|
+
background-color: #fff;
|
|
7899
|
+
border-color: #cdced9;
|
|
7900
|
+
border-style: solid;
|
|
7901
|
+
border-width: 1px;
|
|
7902
|
+
box-shadow: none;
|
|
7903
|
+
content: "";
|
|
7904
|
+
display: block;
|
|
7905
|
+
float: left;
|
|
7906
|
+
font-size: 16px;
|
|
7907
|
+
height: 16px;
|
|
7908
|
+
left: 0;
|
|
7909
|
+
position: relative;
|
|
7910
|
+
top: 2px;
|
|
7911
|
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
7912
|
+
width: 16px;
|
|
7913
|
+
z-index: 0;
|
|
7914
|
+
}
|
|
7915
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7916
|
+
html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
7917
|
+
transition: none;
|
|
7918
|
+
}
|
|
7919
|
+
}
|
|
7920
|
+
html:not(#__):not(#___) .cadmin .custom-control-label::after {
|
|
7921
|
+
background: no-repeat 50%/50% 50%;
|
|
7922
|
+
content: "";
|
|
7923
|
+
display: block;
|
|
7924
|
+
height: 16px;
|
|
7925
|
+
left: 0;
|
|
7926
|
+
position: absolute;
|
|
7927
|
+
top: 2px;
|
|
7928
|
+
width: 16px;
|
|
7929
|
+
z-index: 0;
|
|
7930
|
+
}
|
|
7894
7931
|
html:not(#__):not(#___) .cadmin label.custom-control-label {
|
|
7895
7932
|
font-size: 14px;
|
|
7896
7933
|
}
|
|
@@ -8122,12 +8159,12 @@ html:not(#__):not(#___) .cadmin .clay-time .form-control-inset:focus, html:not(#
|
|
|
8122
8159
|
background-color: #b3d8fd;
|
|
8123
8160
|
}
|
|
8124
8161
|
html:not(#__):not(#___) .cadmin .clay-time .input-group-text {
|
|
8162
|
+
background-color: transparent;
|
|
8125
8163
|
border-color: transparent;
|
|
8126
8164
|
padding-bottom: 0;
|
|
8127
8165
|
padding-left: 0;
|
|
8128
8166
|
padding-right: 0;
|
|
8129
8167
|
padding-top: 0;
|
|
8130
|
-
background-color: transparent;
|
|
8131
8168
|
}
|
|
8132
8169
|
html:not(#__):not(#___) .cadmin .clay-time .clay-time-ampm {
|
|
8133
8170
|
font-weight: 500;
|
|
@@ -8188,11 +8225,11 @@ html:not(#__):not(#___) .cadmin .clay-time-inner-spin .btn .c-inner {
|
|
|
8188
8225
|
margin-top: -2px;
|
|
8189
8226
|
}
|
|
8190
8227
|
html:not(#__):not(#___) .cadmin .date-picker .input-group-text {
|
|
8228
|
+
background-color: transparent;
|
|
8191
8229
|
border-color: transparent;
|
|
8192
8230
|
min-width: 32px;
|
|
8193
8231
|
padding-left: 4px;
|
|
8194
8232
|
padding-right: 4px;
|
|
8195
|
-
background-color: transparent;
|
|
8196
8233
|
}
|
|
8197
8234
|
html:not(#__):not(#___) .cadmin .date-picker-dropdown-menu {
|
|
8198
8235
|
max-height: none;
|
|
@@ -8309,6 +8346,7 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-footer {
|
|
|
8309
8346
|
}
|
|
8310
8347
|
html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
8311
8348
|
align-items: center;
|
|
8349
|
+
background-color: transparent;
|
|
8312
8350
|
border-width: 0;
|
|
8313
8351
|
display: inline-flex;
|
|
8314
8352
|
flex-shrink: 0;
|
|
@@ -8330,7 +8368,6 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
|
8330
8368
|
vertical-align: middle;
|
|
8331
8369
|
white-space: nowrap;
|
|
8332
8370
|
width: 32px;
|
|
8333
|
-
background-color: transparent;
|
|
8334
8371
|
}
|
|
8335
8372
|
@media (prefers-reduced-motion: reduce) {
|
|
8336
8373
|
html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
@@ -10063,108 +10100,24 @@ html:not(#__):not(#___) .cadmin .modal-height-full .modal-content {
|
|
|
10063
10100
|
top: 28px;
|
|
10064
10101
|
}
|
|
10065
10102
|
}
|
|
10066
|
-
html:not(#__):not(#___) .cadmin.modal-success .btn-monospaced,
|
|
10067
|
-
html:not(#__):not(#___) .cadmin .modal-success .btn-monospaced {
|
|
10068
|
-
color: #287d3c;
|
|
10069
|
-
}
|
|
10070
|
-
html:not(#__):not(#___) .cadmin.modal-success .close,
|
|
10071
|
-
html:not(#__):not(#___) .cadmin .modal-success .close {
|
|
10072
|
-
color: #287d3c;
|
|
10073
|
-
}
|
|
10074
|
-
html:not(#__):not(#___) .cadmin.modal-success .close:hover,
|
|
10075
|
-
html:not(#__):not(#___) .cadmin .modal-success .close:hover {
|
|
10076
|
-
color: inherit;
|
|
10077
|
-
}
|
|
10078
|
-
html:not(#__):not(#___) .cadmin.modal-success .close:focus,
|
|
10079
|
-
html:not(#__):not(#___) .cadmin .modal-success .close:focus {
|
|
10080
|
-
color: inherit;
|
|
10081
|
-
}
|
|
10082
|
-
html:not(#__):not(#___) .cadmin.modal-success .close:disabled, html:not(#__):not(#___) .cadmin.modal-success .close.disabled,
|
|
10083
|
-
html:not(#__):not(#___) .cadmin .modal-success .close:disabled,
|
|
10084
|
-
html:not(#__):not(#___) .cadmin .modal-success .close.disabled {
|
|
10085
|
-
color: inherit;
|
|
10086
|
-
}
|
|
10087
10103
|
html:not(#__):not(#___) .cadmin.modal-success .modal-header,
|
|
10088
10104
|
html:not(#__):not(#___) .cadmin .modal-success .modal-header {
|
|
10089
10105
|
background-color: #edf9f0;
|
|
10090
10106
|
border-color: #5aca75;
|
|
10091
10107
|
color: #287d3c;
|
|
10092
10108
|
}
|
|
10093
|
-
html:not(#__):not(#___) .cadmin.modal-info .btn-monospaced,
|
|
10094
|
-
html:not(#__):not(#___) .cadmin .modal-info .btn-monospaced {
|
|
10095
|
-
color: #2e5aac;
|
|
10096
|
-
}
|
|
10097
|
-
html:not(#__):not(#___) .cadmin.modal-info .close,
|
|
10098
|
-
html:not(#__):not(#___) .cadmin .modal-info .close {
|
|
10099
|
-
color: #2e5aac;
|
|
10100
|
-
}
|
|
10101
|
-
html:not(#__):not(#___) .cadmin.modal-info .close:hover,
|
|
10102
|
-
html:not(#__):not(#___) .cadmin .modal-info .close:hover {
|
|
10103
|
-
color: inherit;
|
|
10104
|
-
}
|
|
10105
|
-
html:not(#__):not(#___) .cadmin.modal-info .close:focus,
|
|
10106
|
-
html:not(#__):not(#___) .cadmin .modal-info .close:focus {
|
|
10107
|
-
color: inherit;
|
|
10108
|
-
}
|
|
10109
|
-
html:not(#__):not(#___) .cadmin.modal-info .close:disabled, html:not(#__):not(#___) .cadmin.modal-info .close.disabled,
|
|
10110
|
-
html:not(#__):not(#___) .cadmin .modal-info .close:disabled,
|
|
10111
|
-
html:not(#__):not(#___) .cadmin .modal-info .close.disabled {
|
|
10112
|
-
color: inherit;
|
|
10113
|
-
}
|
|
10114
10109
|
html:not(#__):not(#___) .cadmin.modal-info .modal-header,
|
|
10115
10110
|
html:not(#__):not(#___) .cadmin .modal-info .modal-header {
|
|
10116
10111
|
background-color: #eef2fa;
|
|
10117
10112
|
border-color: #89a7e0;
|
|
10118
10113
|
color: #2e5aac;
|
|
10119
10114
|
}
|
|
10120
|
-
html:not(#__):not(#___) .cadmin.modal-warning .btn-monospaced,
|
|
10121
|
-
html:not(#__):not(#___) .cadmin .modal-warning .btn-monospaced {
|
|
10122
|
-
color: #b95000;
|
|
10123
|
-
}
|
|
10124
|
-
html:not(#__):not(#___) .cadmin.modal-warning .close,
|
|
10125
|
-
html:not(#__):not(#___) .cadmin .modal-warning .close {
|
|
10126
|
-
color: #b95000;
|
|
10127
|
-
}
|
|
10128
|
-
html:not(#__):not(#___) .cadmin.modal-warning .close:hover,
|
|
10129
|
-
html:not(#__):not(#___) .cadmin .modal-warning .close:hover {
|
|
10130
|
-
color: inherit;
|
|
10131
|
-
}
|
|
10132
|
-
html:not(#__):not(#___) .cadmin.modal-warning .close:focus,
|
|
10133
|
-
html:not(#__):not(#___) .cadmin .modal-warning .close:focus {
|
|
10134
|
-
color: inherit;
|
|
10135
|
-
}
|
|
10136
|
-
html:not(#__):not(#___) .cadmin.modal-warning .close:disabled, html:not(#__):not(#___) .cadmin.modal-warning .close.disabled,
|
|
10137
|
-
html:not(#__):not(#___) .cadmin .modal-warning .close:disabled,
|
|
10138
|
-
html:not(#__):not(#___) .cadmin .modal-warning .close.disabled {
|
|
10139
|
-
color: inherit;
|
|
10140
|
-
}
|
|
10141
10115
|
html:not(#__):not(#___) .cadmin.modal-warning .modal-header,
|
|
10142
10116
|
html:not(#__):not(#___) .cadmin .modal-warning .modal-header {
|
|
10143
10117
|
background-color: #fff4ec;
|
|
10144
10118
|
border-color: #ff8f39;
|
|
10145
10119
|
color: #b95000;
|
|
10146
10120
|
}
|
|
10147
|
-
html:not(#__):not(#___) .cadmin.modal-danger .btn-monospaced,
|
|
10148
|
-
html:not(#__):not(#___) .cadmin .modal-danger .btn-monospaced {
|
|
10149
|
-
color: #da1414;
|
|
10150
|
-
}
|
|
10151
|
-
html:not(#__):not(#___) .cadmin.modal-danger .close,
|
|
10152
|
-
html:not(#__):not(#___) .cadmin .modal-danger .close {
|
|
10153
|
-
color: #da1414;
|
|
10154
|
-
}
|
|
10155
|
-
html:not(#__):not(#___) .cadmin.modal-danger .close:hover,
|
|
10156
|
-
html:not(#__):not(#___) .cadmin .modal-danger .close:hover {
|
|
10157
|
-
color: inherit;
|
|
10158
|
-
}
|
|
10159
|
-
html:not(#__):not(#___) .cadmin.modal-danger .close:focus,
|
|
10160
|
-
html:not(#__):not(#___) .cadmin .modal-danger .close:focus {
|
|
10161
|
-
color: inherit;
|
|
10162
|
-
}
|
|
10163
|
-
html:not(#__):not(#___) .cadmin.modal-danger .close:disabled, html:not(#__):not(#___) .cadmin.modal-danger .close.disabled,
|
|
10164
|
-
html:not(#__):not(#___) .cadmin .modal-danger .close:disabled,
|
|
10165
|
-
html:not(#__):not(#___) .cadmin .modal-danger .close.disabled {
|
|
10166
|
-
color: inherit;
|
|
10167
|
-
}
|
|
10168
10121
|
html:not(#__):not(#___) .cadmin.modal-danger .modal-header,
|
|
10169
10122
|
html:not(#__):not(#___) .cadmin .modal-danger .modal-header {
|
|
10170
10123
|
background-color: #feefef;
|
|
@@ -15837,8 +15790,8 @@ html:not(#__):not(#___) .cadmin .tbar-inline-xs-down .tbar-section {
|
|
|
15837
15790
|
display: inline;
|
|
15838
15791
|
}
|
|
15839
15792
|
html:not(#__):not(#___) .cadmin .tbar-inline-xs-down .tbar-item {
|
|
15840
|
-
display: inline;
|
|
15841
15793
|
padding-left: 0;
|
|
15794
|
+
display: inline;
|
|
15842
15795
|
}
|
|
15843
15796
|
}
|
|
15844
15797
|
@media (max-width: 767.98px) {
|
|
@@ -15855,8 +15808,8 @@ html:not(#__):not(#___) .cadmin .tbar-inline-sm-down .tbar-section {
|
|
|
15855
15808
|
display: inline;
|
|
15856
15809
|
}
|
|
15857
15810
|
html:not(#__):not(#___) .cadmin .tbar-inline-sm-down .tbar-item {
|
|
15858
|
-
display: inline;
|
|
15859
15811
|
padding-left: 0;
|
|
15812
|
+
display: inline;
|
|
15860
15813
|
}
|
|
15861
15814
|
}
|
|
15862
15815
|
@media (max-width: 991.98px) {
|
|
@@ -15873,8 +15826,8 @@ html:not(#__):not(#___) .cadmin .tbar-inline-md-down .tbar-section {
|
|
|
15873
15826
|
display: inline;
|
|
15874
15827
|
}
|
|
15875
15828
|
html:not(#__):not(#___) .cadmin .tbar-inline-md-down .tbar-item {
|
|
15876
|
-
display: inline;
|
|
15877
15829
|
padding-left: 0;
|
|
15830
|
+
display: inline;
|
|
15878
15831
|
}
|
|
15879
15832
|
}
|
|
15880
15833
|
@media (max-width: 1279.98px) {
|
|
@@ -15891,8 +15844,8 @@ html:not(#__):not(#___) .cadmin .tbar-inline-lg-down .tbar-section {
|
|
|
15891
15844
|
display: inline;
|
|
15892
15845
|
}
|
|
15893
15846
|
html:not(#__):not(#___) .cadmin .tbar-inline-lg-down .tbar-item {
|
|
15894
|
-
display: inline;
|
|
15895
15847
|
padding-left: 0;
|
|
15848
|
+
display: inline;
|
|
15896
15849
|
}
|
|
15897
15850
|
}
|
|
15898
15851
|
html:not(#__):not(#___) .cadmin .tbar-inline-xl-down {
|
|
@@ -15908,8 +15861,8 @@ html:not(#__):not(#___) .cadmin .tbar-inline-xl-down .tbar-section {
|
|
|
15908
15861
|
display: inline;
|
|
15909
15862
|
}
|
|
15910
15863
|
html:not(#__):not(#___) .cadmin .tbar-inline-xl-down .tbar-item {
|
|
15911
|
-
display: inline;
|
|
15912
15864
|
padding-left: 0;
|
|
15865
|
+
display: inline;
|
|
15913
15866
|
}
|
|
15914
15867
|
html:not(#__):not(#___) .cadmin .component-tbar {
|
|
15915
15868
|
border-color: #e7e7ed;
|
|
@@ -15918,6 +15871,9 @@ html:not(#__):not(#___) .cadmin .component-tbar {
|
|
|
15918
15871
|
color: #6b6c7e;
|
|
15919
15872
|
height: 56px;
|
|
15920
15873
|
}
|
|
15874
|
+
html:not(#__):not(#___) .cadmin .component-tbar .tbar-label {
|
|
15875
|
+
border-width: 1px;
|
|
15876
|
+
}
|
|
15921
15877
|
html:not(#__):not(#___) .cadmin .subnav-tbar {
|
|
15922
15878
|
font-size: 14px;
|
|
15923
15879
|
}
|
|
@@ -15939,10 +15895,6 @@ html:not(#__):not(#___) .cadmin .subnav-tbar .component-link {
|
|
|
15939
15895
|
html:not(#__):not(#___) .cadmin .subnav-tbar .component-link:hover {
|
|
15940
15896
|
color: #004ad7;
|
|
15941
15897
|
}
|
|
15942
|
-
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-item {
|
|
15943
|
-
padding-left: 8px;
|
|
15944
|
-
padding-right: 8px;
|
|
15945
|
-
}
|
|
15946
15898
|
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-btn {
|
|
15947
15899
|
height: 24px;
|
|
15948
15900
|
line-height: 1;
|
|
@@ -15980,10 +15932,10 @@ html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-link .c-inner {
|
|
|
15980
15932
|
margin-top: -1.5px;
|
|
15981
15933
|
}
|
|
15982
15934
|
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-btn-monospaced {
|
|
15983
|
-
height: 24px;
|
|
15984
15935
|
margin-bottom: 2px;
|
|
15985
15936
|
margin-top: 2px;
|
|
15986
15937
|
padding: 4px;
|
|
15938
|
+
height: 24px;
|
|
15987
15939
|
width: 24px;
|
|
15988
15940
|
}
|
|
15989
15941
|
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-btn-monospaced .c-inner {
|
|
@@ -16017,6 +15969,9 @@ html:not(#__):not(#___) .cadmin .subnav-tbar .component-text {
|
|
|
16017
15969
|
html:not(#__):not(#___) .cadmin .subnav-tbar .component-label {
|
|
16018
15970
|
font-weight: 400;
|
|
16019
15971
|
}
|
|
15972
|
+
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-label {
|
|
15973
|
+
border-width: 1px;
|
|
15974
|
+
}
|
|
16020
15975
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary {
|
|
16021
15976
|
background-color: #b3cdff;
|
|
16022
15977
|
padding-bottom: 10px;
|
|
@@ -16059,12 +16014,12 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary .component-label .close:dis
|
|
|
16059
16014
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary .tbar-label {
|
|
16060
16015
|
font-size: 12px;
|
|
16061
16016
|
margin-right: 0;
|
|
16062
|
-
text-transform: none;
|
|
16063
|
-
border-width: 1px;
|
|
16064
16017
|
padding-bottom: 5px;
|
|
16065
16018
|
padding-left: 10px;
|
|
16066
16019
|
padding-right: 10px;
|
|
16067
16020
|
padding-top: 5px;
|
|
16021
|
+
text-transform: none;
|
|
16022
|
+
border-width: 1px;
|
|
16068
16023
|
}
|
|
16069
16024
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary .tbar-label > .c-inner {
|
|
16070
16025
|
margin-bottom: -5px;
|
|
@@ -16073,18 +16028,24 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary .tbar-label > .c-inner {
|
|
|
16073
16028
|
margin-top: -5px;
|
|
16074
16029
|
}
|
|
16075
16030
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled {
|
|
16076
|
-
color: #8e94aa;
|
|
16077
16031
|
background-color: #cfddf8;
|
|
16032
|
+
color: #8e94aa;
|
|
16078
16033
|
}
|
|
16079
16034
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .component-label {
|
|
16080
16035
|
border-color: #8e94aa;
|
|
16081
16036
|
}
|
|
16037
|
+
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
16038
|
+
border-width: 1px;
|
|
16039
|
+
}
|
|
16082
16040
|
html:not(#__):not(#___) .cadmin .subnav-tbar-light {
|
|
16083
|
-
color: #6b6c7e;
|
|
16084
16041
|
background-color: white;
|
|
16042
|
+
color: #6b6c7e;
|
|
16085
16043
|
padding-bottom: 2px;
|
|
16086
16044
|
padding-top: 2px;
|
|
16087
16045
|
}
|
|
16046
|
+
html:not(#__):not(#___) .cadmin .subnav-tbar-light .tbar-label {
|
|
16047
|
+
border-width: 1px;
|
|
16048
|
+
}
|
|
16088
16049
|
html:not(#__):not(#___) .cadmin .tbar-stacked {
|
|
16089
16050
|
display: inline-flex;
|
|
16090
16051
|
height: 100%;
|
|
@@ -16140,10 +16101,10 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
|
|
|
16140
16101
|
width: 40px;
|
|
16141
16102
|
}
|
|
16142
16103
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus {
|
|
16143
|
-
box-shadow: inset 0 0 0 2px #80acff
|
|
16104
|
+
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
16144
16105
|
}
|
|
16145
16106
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
16146
|
-
box-shadow: inset 0 0 0 2px #80acff
|
|
16107
|
+
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
16147
16108
|
}
|
|
16148
16109
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
16149
16110
|
margin-bottom: 0;
|
|
@@ -16151,6 +16112,9 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
|
16151
16112
|
margin-right: 0;
|
|
16152
16113
|
margin-top: 0;
|
|
16153
16114
|
}
|
|
16115
|
+
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-label {
|
|
16116
|
+
border-width: 1px;
|
|
16117
|
+
}
|
|
16154
16118
|
html:not(#__):not(#___) .cadmin .tbar-light {
|
|
16155
16119
|
background-color: #fff;
|
|
16156
16120
|
box-shadow: inset 1px 0 0 0 #f1f2f5 , inset -1px 0 0 0 #f1f2f5;
|
|
@@ -16183,6 +16147,9 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced[aria-expanded=t
|
|
|
16183
16147
|
background-color: #f1f2f5;
|
|
16184
16148
|
color: #272833;
|
|
16185
16149
|
}
|
|
16150
|
+
html:not(#__):not(#___) .cadmin .tbar-light .tbar-label {
|
|
16151
|
+
border-width: 1px;
|
|
16152
|
+
}
|
|
16186
16153
|
html:not(#__):not(#___) .cadmin .tbar-dark-l2 {
|
|
16187
16154
|
background-color: #393a4a;
|
|
16188
16155
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06) , inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -16216,6 +16183,9 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced[aria-expanded
|
|
|
16216
16183
|
background-color: rgba(255, 255, 255, 0.06);
|
|
16217
16184
|
color: #fff;
|
|
16218
16185
|
}
|
|
16186
|
+
html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-label {
|
|
16187
|
+
border-width: 1px;
|
|
16188
|
+
}
|
|
16219
16189
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 {
|
|
16220
16190
|
background-color: #1c1c24;
|
|
16221
16191
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06) , inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -16241,16 +16211,6 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active {
|
|
|
16241
16211
|
background-color: rgba(255, 255, 255, 0.06);
|
|
16242
16212
|
color: #fff;
|
|
16243
16213
|
}
|
|
16244
|
-
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active::after {
|
|
16245
|
-
background-color: #80acff;
|
|
16246
|
-
bottom: 0;
|
|
16247
|
-
content: "";
|
|
16248
|
-
display: block;
|
|
16249
|
-
left: 0;
|
|
16250
|
-
position: absolute;
|
|
16251
|
-
top: 0;
|
|
16252
|
-
width: 4px;
|
|
16253
|
-
}
|
|
16254
16214
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:disabled, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.disabled {
|
|
16255
16215
|
color: inherit;
|
|
16256
16216
|
}
|
|
@@ -16258,6 +16218,9 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded
|
|
|
16258
16218
|
background-color: rgba(255, 255, 255, 0.06);
|
|
16259
16219
|
color: #fff;
|
|
16260
16220
|
}
|
|
16221
|
+
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-label {
|
|
16222
|
+
border-width: 1px;
|
|
16223
|
+
}
|
|
16261
16224
|
html:not(#__):not(#___) .cadmin .timeline {
|
|
16262
16225
|
list-style: none;
|
|
16263
16226
|
padding-left: 0;
|
|
@@ -17360,11 +17323,6 @@ html:not(#__):not(#___) .cadmin .close:hover {
|
|
|
17360
17323
|
opacity: 1;
|
|
17361
17324
|
text-decoration: none;
|
|
17362
17325
|
}
|
|
17363
|
-
buttonhtml:not(#__):not(#___) .cadmin .close:focus {
|
|
17364
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
17365
|
-
outline: 0;
|
|
17366
|
-
}
|
|
17367
|
-
|
|
17368
17326
|
html:not(#__):not(#___) .cadmin .close:focus {
|
|
17369
17327
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
17370
17328
|
opacity: 1;
|
|
@@ -17377,9 +17335,6 @@ html:not(#__):not(#___) .cadmin .close:disabled, html:not(#__):not(#___) .cadmin
|
|
|
17377
17335
|
opacity: 0.4;
|
|
17378
17336
|
outline: 0;
|
|
17379
17337
|
}
|
|
17380
|
-
html:not(#__):not(#___) .cadmin .close:disabled:active, html:not(#__):not(#___) .cadmin .close.disabled:active {
|
|
17381
|
-
pointer-events: none;
|
|
17382
|
-
}
|
|
17383
17338
|
html:not(#__):not(#___) .cadmin .close .lexicon-icon {
|
|
17384
17339
|
margin-top: 0;
|
|
17385
17340
|
}
|
|
@@ -17625,6 +17580,284 @@ html:not(#__):not(#___) .cadmin .inline-item-after {
|
|
|
17625
17580
|
html:not(#__):not(#___) .cadmin .page-header {
|
|
17626
17581
|
background-color: #fff;
|
|
17627
17582
|
}
|
|
17583
|
+
html:not(#__):not(#___) .cadmin .c-gap-0 {
|
|
17584
|
+
gap: 0;
|
|
17585
|
+
}
|
|
17586
|
+
html:not(#__):not(#___) .cadmin .c-gapx-0 {
|
|
17587
|
+
column-gap: 0;
|
|
17588
|
+
}
|
|
17589
|
+
html:not(#__):not(#___) .cadmin .c-gapy-0 {
|
|
17590
|
+
row-gap: 0;
|
|
17591
|
+
}
|
|
17592
|
+
html:not(#__):not(#___) .cadmin .c-gap-1 {
|
|
17593
|
+
gap: 4px;
|
|
17594
|
+
}
|
|
17595
|
+
html:not(#__):not(#___) .cadmin .c-gapx-1 {
|
|
17596
|
+
column-gap: 4px;
|
|
17597
|
+
}
|
|
17598
|
+
html:not(#__):not(#___) .cadmin .c-gapy-1 {
|
|
17599
|
+
row-gap: 4px;
|
|
17600
|
+
}
|
|
17601
|
+
html:not(#__):not(#___) .cadmin .c-gap-2 {
|
|
17602
|
+
gap: 8px;
|
|
17603
|
+
}
|
|
17604
|
+
html:not(#__):not(#___) .cadmin .c-gapx-2 {
|
|
17605
|
+
column-gap: 8px;
|
|
17606
|
+
}
|
|
17607
|
+
html:not(#__):not(#___) .cadmin .c-gapy-2 {
|
|
17608
|
+
row-gap: 8px;
|
|
17609
|
+
}
|
|
17610
|
+
html:not(#__):not(#___) .cadmin .c-gap-3 {
|
|
17611
|
+
gap: 16px;
|
|
17612
|
+
}
|
|
17613
|
+
html:not(#__):not(#___) .cadmin .c-gapx-3 {
|
|
17614
|
+
column-gap: 16px;
|
|
17615
|
+
}
|
|
17616
|
+
html:not(#__):not(#___) .cadmin .c-gapy-3 {
|
|
17617
|
+
row-gap: 16px;
|
|
17618
|
+
}
|
|
17619
|
+
html:not(#__):not(#___) .cadmin .c-gap-4 {
|
|
17620
|
+
gap: 24px;
|
|
17621
|
+
}
|
|
17622
|
+
html:not(#__):not(#___) .cadmin .c-gapx-4 {
|
|
17623
|
+
column-gap: 24px;
|
|
17624
|
+
}
|
|
17625
|
+
html:not(#__):not(#___) .cadmin .c-gapy-4 {
|
|
17626
|
+
row-gap: 24px;
|
|
17627
|
+
}
|
|
17628
|
+
html:not(#__):not(#___) .cadmin .c-gap-5 {
|
|
17629
|
+
gap: 48px;
|
|
17630
|
+
}
|
|
17631
|
+
html:not(#__):not(#___) .cadmin .c-gapx-5 {
|
|
17632
|
+
column-gap: 48px;
|
|
17633
|
+
}
|
|
17634
|
+
html:not(#__):not(#___) .cadmin .c-gapy-5 {
|
|
17635
|
+
row-gap: 48px;
|
|
17636
|
+
}
|
|
17637
|
+
@media (min-width: 576px) {
|
|
17638
|
+
html:not(#__):not(#___) .cadmin .c-gap-sm-0 {
|
|
17639
|
+
gap: 0;
|
|
17640
|
+
}
|
|
17641
|
+
html:not(#__):not(#___) .cadmin .c-gapx-sm-0 {
|
|
17642
|
+
column-gap: 0;
|
|
17643
|
+
}
|
|
17644
|
+
html:not(#__):not(#___) .cadmin .c-gapy-sm-0 {
|
|
17645
|
+
row-gap: 0;
|
|
17646
|
+
}
|
|
17647
|
+
html:not(#__):not(#___) .cadmin .c-gap-sm-1 {
|
|
17648
|
+
gap: 4px;
|
|
17649
|
+
}
|
|
17650
|
+
html:not(#__):not(#___) .cadmin .c-gapx-sm-1 {
|
|
17651
|
+
column-gap: 4px;
|
|
17652
|
+
}
|
|
17653
|
+
html:not(#__):not(#___) .cadmin .c-gapy-sm-1 {
|
|
17654
|
+
row-gap: 4px;
|
|
17655
|
+
}
|
|
17656
|
+
html:not(#__):not(#___) .cadmin .c-gap-sm-2 {
|
|
17657
|
+
gap: 8px;
|
|
17658
|
+
}
|
|
17659
|
+
html:not(#__):not(#___) .cadmin .c-gapx-sm-2 {
|
|
17660
|
+
column-gap: 8px;
|
|
17661
|
+
}
|
|
17662
|
+
html:not(#__):not(#___) .cadmin .c-gapy-sm-2 {
|
|
17663
|
+
row-gap: 8px;
|
|
17664
|
+
}
|
|
17665
|
+
html:not(#__):not(#___) .cadmin .c-gap-sm-3 {
|
|
17666
|
+
gap: 16px;
|
|
17667
|
+
}
|
|
17668
|
+
html:not(#__):not(#___) .cadmin .c-gapx-sm-3 {
|
|
17669
|
+
column-gap: 16px;
|
|
17670
|
+
}
|
|
17671
|
+
html:not(#__):not(#___) .cadmin .c-gapy-sm-3 {
|
|
17672
|
+
row-gap: 16px;
|
|
17673
|
+
}
|
|
17674
|
+
html:not(#__):not(#___) .cadmin .c-gap-sm-4 {
|
|
17675
|
+
gap: 24px;
|
|
17676
|
+
}
|
|
17677
|
+
html:not(#__):not(#___) .cadmin .c-gapx-sm-4 {
|
|
17678
|
+
column-gap: 24px;
|
|
17679
|
+
}
|
|
17680
|
+
html:not(#__):not(#___) .cadmin .c-gapy-sm-4 {
|
|
17681
|
+
row-gap: 24px;
|
|
17682
|
+
}
|
|
17683
|
+
html:not(#__):not(#___) .cadmin .c-gap-sm-5 {
|
|
17684
|
+
gap: 48px;
|
|
17685
|
+
}
|
|
17686
|
+
html:not(#__):not(#___) .cadmin .c-gapx-sm-5 {
|
|
17687
|
+
column-gap: 48px;
|
|
17688
|
+
}
|
|
17689
|
+
html:not(#__):not(#___) .cadmin .c-gapy-sm-5 {
|
|
17690
|
+
row-gap: 48px;
|
|
17691
|
+
}
|
|
17692
|
+
}
|
|
17693
|
+
@media (min-width: 768px) {
|
|
17694
|
+
html:not(#__):not(#___) .cadmin .c-gap-md-0 {
|
|
17695
|
+
gap: 0;
|
|
17696
|
+
}
|
|
17697
|
+
html:not(#__):not(#___) .cadmin .c-gapx-md-0 {
|
|
17698
|
+
column-gap: 0;
|
|
17699
|
+
}
|
|
17700
|
+
html:not(#__):not(#___) .cadmin .c-gapy-md-0 {
|
|
17701
|
+
row-gap: 0;
|
|
17702
|
+
}
|
|
17703
|
+
html:not(#__):not(#___) .cadmin .c-gap-md-1 {
|
|
17704
|
+
gap: 4px;
|
|
17705
|
+
}
|
|
17706
|
+
html:not(#__):not(#___) .cadmin .c-gapx-md-1 {
|
|
17707
|
+
column-gap: 4px;
|
|
17708
|
+
}
|
|
17709
|
+
html:not(#__):not(#___) .cadmin .c-gapy-md-1 {
|
|
17710
|
+
row-gap: 4px;
|
|
17711
|
+
}
|
|
17712
|
+
html:not(#__):not(#___) .cadmin .c-gap-md-2 {
|
|
17713
|
+
gap: 8px;
|
|
17714
|
+
}
|
|
17715
|
+
html:not(#__):not(#___) .cadmin .c-gapx-md-2 {
|
|
17716
|
+
column-gap: 8px;
|
|
17717
|
+
}
|
|
17718
|
+
html:not(#__):not(#___) .cadmin .c-gapy-md-2 {
|
|
17719
|
+
row-gap: 8px;
|
|
17720
|
+
}
|
|
17721
|
+
html:not(#__):not(#___) .cadmin .c-gap-md-3 {
|
|
17722
|
+
gap: 16px;
|
|
17723
|
+
}
|
|
17724
|
+
html:not(#__):not(#___) .cadmin .c-gapx-md-3 {
|
|
17725
|
+
column-gap: 16px;
|
|
17726
|
+
}
|
|
17727
|
+
html:not(#__):not(#___) .cadmin .c-gapy-md-3 {
|
|
17728
|
+
row-gap: 16px;
|
|
17729
|
+
}
|
|
17730
|
+
html:not(#__):not(#___) .cadmin .c-gap-md-4 {
|
|
17731
|
+
gap: 24px;
|
|
17732
|
+
}
|
|
17733
|
+
html:not(#__):not(#___) .cadmin .c-gapx-md-4 {
|
|
17734
|
+
column-gap: 24px;
|
|
17735
|
+
}
|
|
17736
|
+
html:not(#__):not(#___) .cadmin .c-gapy-md-4 {
|
|
17737
|
+
row-gap: 24px;
|
|
17738
|
+
}
|
|
17739
|
+
html:not(#__):not(#___) .cadmin .c-gap-md-5 {
|
|
17740
|
+
gap: 48px;
|
|
17741
|
+
}
|
|
17742
|
+
html:not(#__):not(#___) .cadmin .c-gapx-md-5 {
|
|
17743
|
+
column-gap: 48px;
|
|
17744
|
+
}
|
|
17745
|
+
html:not(#__):not(#___) .cadmin .c-gapy-md-5 {
|
|
17746
|
+
row-gap: 48px;
|
|
17747
|
+
}
|
|
17748
|
+
}
|
|
17749
|
+
@media (min-width: 992px) {
|
|
17750
|
+
html:not(#__):not(#___) .cadmin .c-gap-lg-0 {
|
|
17751
|
+
gap: 0;
|
|
17752
|
+
}
|
|
17753
|
+
html:not(#__):not(#___) .cadmin .c-gapx-lg-0 {
|
|
17754
|
+
column-gap: 0;
|
|
17755
|
+
}
|
|
17756
|
+
html:not(#__):not(#___) .cadmin .c-gapy-lg-0 {
|
|
17757
|
+
row-gap: 0;
|
|
17758
|
+
}
|
|
17759
|
+
html:not(#__):not(#___) .cadmin .c-gap-lg-1 {
|
|
17760
|
+
gap: 4px;
|
|
17761
|
+
}
|
|
17762
|
+
html:not(#__):not(#___) .cadmin .c-gapx-lg-1 {
|
|
17763
|
+
column-gap: 4px;
|
|
17764
|
+
}
|
|
17765
|
+
html:not(#__):not(#___) .cadmin .c-gapy-lg-1 {
|
|
17766
|
+
row-gap: 4px;
|
|
17767
|
+
}
|
|
17768
|
+
html:not(#__):not(#___) .cadmin .c-gap-lg-2 {
|
|
17769
|
+
gap: 8px;
|
|
17770
|
+
}
|
|
17771
|
+
html:not(#__):not(#___) .cadmin .c-gapx-lg-2 {
|
|
17772
|
+
column-gap: 8px;
|
|
17773
|
+
}
|
|
17774
|
+
html:not(#__):not(#___) .cadmin .c-gapy-lg-2 {
|
|
17775
|
+
row-gap: 8px;
|
|
17776
|
+
}
|
|
17777
|
+
html:not(#__):not(#___) .cadmin .c-gap-lg-3 {
|
|
17778
|
+
gap: 16px;
|
|
17779
|
+
}
|
|
17780
|
+
html:not(#__):not(#___) .cadmin .c-gapx-lg-3 {
|
|
17781
|
+
column-gap: 16px;
|
|
17782
|
+
}
|
|
17783
|
+
html:not(#__):not(#___) .cadmin .c-gapy-lg-3 {
|
|
17784
|
+
row-gap: 16px;
|
|
17785
|
+
}
|
|
17786
|
+
html:not(#__):not(#___) .cadmin .c-gap-lg-4 {
|
|
17787
|
+
gap: 24px;
|
|
17788
|
+
}
|
|
17789
|
+
html:not(#__):not(#___) .cadmin .c-gapx-lg-4 {
|
|
17790
|
+
column-gap: 24px;
|
|
17791
|
+
}
|
|
17792
|
+
html:not(#__):not(#___) .cadmin .c-gapy-lg-4 {
|
|
17793
|
+
row-gap: 24px;
|
|
17794
|
+
}
|
|
17795
|
+
html:not(#__):not(#___) .cadmin .c-gap-lg-5 {
|
|
17796
|
+
gap: 48px;
|
|
17797
|
+
}
|
|
17798
|
+
html:not(#__):not(#___) .cadmin .c-gapx-lg-5 {
|
|
17799
|
+
column-gap: 48px;
|
|
17800
|
+
}
|
|
17801
|
+
html:not(#__):not(#___) .cadmin .c-gapy-lg-5 {
|
|
17802
|
+
row-gap: 48px;
|
|
17803
|
+
}
|
|
17804
|
+
}
|
|
17805
|
+
@media (min-width: 1280px) {
|
|
17806
|
+
html:not(#__):not(#___) .cadmin .c-gap-xl-0 {
|
|
17807
|
+
gap: 0;
|
|
17808
|
+
}
|
|
17809
|
+
html:not(#__):not(#___) .cadmin .c-gapx-xl-0 {
|
|
17810
|
+
column-gap: 0;
|
|
17811
|
+
}
|
|
17812
|
+
html:not(#__):not(#___) .cadmin .c-gapy-xl-0 {
|
|
17813
|
+
row-gap: 0;
|
|
17814
|
+
}
|
|
17815
|
+
html:not(#__):not(#___) .cadmin .c-gap-xl-1 {
|
|
17816
|
+
gap: 4px;
|
|
17817
|
+
}
|
|
17818
|
+
html:not(#__):not(#___) .cadmin .c-gapx-xl-1 {
|
|
17819
|
+
column-gap: 4px;
|
|
17820
|
+
}
|
|
17821
|
+
html:not(#__):not(#___) .cadmin .c-gapy-xl-1 {
|
|
17822
|
+
row-gap: 4px;
|
|
17823
|
+
}
|
|
17824
|
+
html:not(#__):not(#___) .cadmin .c-gap-xl-2 {
|
|
17825
|
+
gap: 8px;
|
|
17826
|
+
}
|
|
17827
|
+
html:not(#__):not(#___) .cadmin .c-gapx-xl-2 {
|
|
17828
|
+
column-gap: 8px;
|
|
17829
|
+
}
|
|
17830
|
+
html:not(#__):not(#___) .cadmin .c-gapy-xl-2 {
|
|
17831
|
+
row-gap: 8px;
|
|
17832
|
+
}
|
|
17833
|
+
html:not(#__):not(#___) .cadmin .c-gap-xl-3 {
|
|
17834
|
+
gap: 16px;
|
|
17835
|
+
}
|
|
17836
|
+
html:not(#__):not(#___) .cadmin .c-gapx-xl-3 {
|
|
17837
|
+
column-gap: 16px;
|
|
17838
|
+
}
|
|
17839
|
+
html:not(#__):not(#___) .cadmin .c-gapy-xl-3 {
|
|
17840
|
+
row-gap: 16px;
|
|
17841
|
+
}
|
|
17842
|
+
html:not(#__):not(#___) .cadmin .c-gap-xl-4 {
|
|
17843
|
+
gap: 24px;
|
|
17844
|
+
}
|
|
17845
|
+
html:not(#__):not(#___) .cadmin .c-gapx-xl-4 {
|
|
17846
|
+
column-gap: 24px;
|
|
17847
|
+
}
|
|
17848
|
+
html:not(#__):not(#___) .cadmin .c-gapy-xl-4 {
|
|
17849
|
+
row-gap: 24px;
|
|
17850
|
+
}
|
|
17851
|
+
html:not(#__):not(#___) .cadmin .c-gap-xl-5 {
|
|
17852
|
+
gap: 48px;
|
|
17853
|
+
}
|
|
17854
|
+
html:not(#__):not(#___) .cadmin .c-gapx-xl-5 {
|
|
17855
|
+
column-gap: 48px;
|
|
17856
|
+
}
|
|
17857
|
+
html:not(#__):not(#___) .cadmin .c-gapy-xl-5 {
|
|
17858
|
+
row-gap: 48px;
|
|
17859
|
+
}
|
|
17860
|
+
}
|
|
17628
17861
|
html:not(#__):not(#___) .cadmin .c-m-0 {
|
|
17629
17862
|
margin: 0;
|
|
17630
17863
|
}
|
|
@@ -20961,6 +21194,9 @@ html:not(#__):not(#___) .cadmin .d-inline, html:not(#__):not(#___) .cadmin.d-inl
|
|
|
20961
21194
|
html:not(#__):not(#___) .cadmin .d-inline-block, html:not(#__):not(#___) .cadmin.d-inline-block {
|
|
20962
21195
|
display: inline-block !important;
|
|
20963
21196
|
}
|
|
21197
|
+
html:not(#__):not(#___) .cadmin .d-grid, html:not(#__):not(#___) .cadmin.d-grid {
|
|
21198
|
+
display: grid !important;
|
|
21199
|
+
}
|
|
20964
21200
|
html:not(#__):not(#___) .cadmin .d-block, html:not(#__):not(#___) .cadmin.d-block {
|
|
20965
21201
|
display: block !important;
|
|
20966
21202
|
}
|
|
@@ -20989,6 +21225,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
20989
21225
|
html:not(#__):not(#___) .cadmin .d-sm-inline-block, html:not(#__):not(#___) .cadmin.d-sm-inline-block {
|
|
20990
21226
|
display: inline-block !important;
|
|
20991
21227
|
}
|
|
21228
|
+
html:not(#__):not(#___) .cadmin .d-sm-grid, html:not(#__):not(#___) .cadmin.d-sm-grid {
|
|
21229
|
+
display: grid !important;
|
|
21230
|
+
}
|
|
20992
21231
|
html:not(#__):not(#___) .cadmin .d-sm-block, html:not(#__):not(#___) .cadmin.d-sm-block {
|
|
20993
21232
|
display: block !important;
|
|
20994
21233
|
}
|
|
@@ -21018,6 +21257,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21018
21257
|
html:not(#__):not(#___) .cadmin .d-md-inline-block, html:not(#__):not(#___) .cadmin.d-md-inline-block {
|
|
21019
21258
|
display: inline-block !important;
|
|
21020
21259
|
}
|
|
21260
|
+
html:not(#__):not(#___) .cadmin .d-md-grid, html:not(#__):not(#___) .cadmin.d-md-grid {
|
|
21261
|
+
display: grid !important;
|
|
21262
|
+
}
|
|
21021
21263
|
html:not(#__):not(#___) .cadmin .d-md-block, html:not(#__):not(#___) .cadmin.d-md-block {
|
|
21022
21264
|
display: block !important;
|
|
21023
21265
|
}
|
|
@@ -21047,6 +21289,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21047
21289
|
html:not(#__):not(#___) .cadmin .d-lg-inline-block, html:not(#__):not(#___) .cadmin.d-lg-inline-block {
|
|
21048
21290
|
display: inline-block !important;
|
|
21049
21291
|
}
|
|
21292
|
+
html:not(#__):not(#___) .cadmin .d-lg-grid, html:not(#__):not(#___) .cadmin.d-lg-grid {
|
|
21293
|
+
display: grid !important;
|
|
21294
|
+
}
|
|
21050
21295
|
html:not(#__):not(#___) .cadmin .d-lg-block, html:not(#__):not(#___) .cadmin.d-lg-block {
|
|
21051
21296
|
display: block !important;
|
|
21052
21297
|
}
|
|
@@ -21076,6 +21321,9 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21076
21321
|
html:not(#__):not(#___) .cadmin .d-xl-inline-block, html:not(#__):not(#___) .cadmin.d-xl-inline-block {
|
|
21077
21322
|
display: inline-block !important;
|
|
21078
21323
|
}
|
|
21324
|
+
html:not(#__):not(#___) .cadmin .d-xl-grid, html:not(#__):not(#___) .cadmin.d-xl-grid {
|
|
21325
|
+
display: grid !important;
|
|
21326
|
+
}
|
|
21079
21327
|
html:not(#__):not(#___) .cadmin .d-xl-block, html:not(#__):not(#___) .cadmin.d-xl-block {
|
|
21080
21328
|
display: block !important;
|
|
21081
21329
|
}
|
|
@@ -21108,6 +21356,9 @@ html:not(#__):not(#___) .cadmin .hide {
|
|
|
21108
21356
|
html:not(#__):not(#___) .cadmin .d-print-inline-block {
|
|
21109
21357
|
display: inline-block !important;
|
|
21110
21358
|
}
|
|
21359
|
+
html:not(#__):not(#___) .cadmin .d-print-grid {
|
|
21360
|
+
display: grid !important;
|
|
21361
|
+
}
|
|
21111
21362
|
html:not(#__):not(#___) .cadmin .d-print-block {
|
|
21112
21363
|
display: block !important;
|
|
21113
21364
|
}
|