@clayui/css 3.64.0 → 3.68.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 +67 -134
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +50 -115
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +109 -74
- 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 -0
- package/src/scss/atlas/variables/_dropdowns.scss +2 -2
- package/src/scss/atlas/variables/_forms.scss +6 -2
- package/src/scss/atlas/variables/_globals.scss +1 -1
- package/src/scss/cadmin/components/_alerts.scss +26 -6
- package/src/scss/cadmin/components/_aspect-ratio.scss +29 -14
- package/src/scss/cadmin/components/_badges.scss +26 -6
- package/src/scss/cadmin/components/_buttons.scss +129 -63
- package/src/scss/cadmin/components/_dropdowns.scss +22 -14
- package/src/scss/cadmin/components/_labels.scss +52 -12
- package/src/scss/cadmin/components/_popovers.scss +12 -4
- package/src/scss/cadmin/components/_print.scss +3 -3
- package/src/scss/cadmin/components/_reboot.scss +3 -3
- package/src/scss/cadmin/components/_stickers.scss +52 -12
- package/src/scss/cadmin/components/_utilities-functional-important.scss +49 -62
- package/src/scss/cadmin/components/_utilities.scss +7 -6
- package/src/scss/cadmin/variables/_alerts.scss +2 -0
- package/src/scss/cadmin/variables/_buttons.scss +23 -0
- package/src/scss/cadmin/variables/_dropdowns.scss +10 -10
- package/src/scss/cadmin/variables/_forms.scss +7 -3
- package/src/scss/cadmin/variables/_globals.scss +1 -1
- package/src/scss/cadmin/variables/_modals.scss +3 -2
- package/src/scss/cadmin/variables/_popovers.scss +3 -2
- package/src/scss/cadmin/variables/_utilities.scss +309 -0
- package/src/scss/components/_alerts.scss +53 -85
- package/src/scss/components/_aspect-ratio.scss +29 -14
- package/src/scss/components/_badges.scss +25 -5
- package/src/scss/components/_buttons.scss +100 -72
- package/src/scss/components/_custom-forms.scss +4 -12
- package/src/scss/components/_date-picker.scss +6 -23
- package/src/scss/components/_dropdowns.scss +30 -35
- package/src/scss/components/_forms.scss +16 -53
- package/src/scss/components/_icons.scss +4 -4
- package/src/scss/components/_labels.scss +56 -20
- package/src/scss/components/_list-group.scss +4 -9
- package/src/scss/components/_modals.scss +2 -6
- package/src/scss/components/_popovers.scss +12 -4
- package/src/scss/components/_print.scss +3 -3
- package/src/scss/components/_progress-bars.scss +2 -6
- package/src/scss/components/_reboot.scss +3 -3
- package/src/scss/components/_sidebar.scss +3 -1
- package/src/scss/components/_stickers.scss +53 -25
- package/src/scss/components/_type.scss +3 -3
- package/src/scss/components/_utilities-functional-important.scss +40 -18
- package/src/scss/components/_utilities.scss +7 -6
- package/src/scss/functions/_global-functions.scss +9 -9
- package/src/scss/functions/_type-conversion-functions.scss +6 -6
- package/src/scss/mixins/_alerts.scss +10 -24
- package/src/scss/mixins/_aspect-ratio.scss +51 -49
- package/src/scss/mixins/_badges.scss +140 -140
- package/src/scss/mixins/_buttons.scss +2 -6
- package/src/scss/mixins/_cards.scss +4 -10
- package/src/scss/mixins/_dropdown-menu.scss +19 -31
- package/src/scss/mixins/_globals.scss +2 -0
- package/src/scss/mixins/_grid.scss +59 -51
- package/src/scss/mixins/_labels.scss +228 -212
- package/src/scss/mixins/_menubar.scss +15 -46
- package/src/scss/mixins/_navbar.scss +41 -43
- package/src/scss/mixins/_pagination.scss +35 -71
- package/src/scss/mixins/_sheet.scss +2 -6
- package/src/scss/mixins/_stickers.scss +10 -19
- package/src/scss/mixins/_tbar.scss +10 -30
- package/src/scss/mixins/_utilities.scss +7 -7
- package/src/scss/variables/_alerts.scss +3 -0
- package/src/scss/variables/_dropdowns.scss +4 -4
- package/src/scss/variables/_forms.scss +3 -1
- package/src/scss/variables/_globals.scss +1 -1
- package/src/scss/variables/_modals.scss +3 -2
- package/src/scss/variables/_popovers.scss +3 -1
- package/src/scss/variables/_utilities.scss +22 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.68.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.68.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>
|
|
@@ -187,9 +187,9 @@ html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadm
|
|
|
187
187
|
display: inline;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
/*
|
|
190
|
+
/* SPDX-SnippetBegin
|
|
191
191
|
* SPDX-License-Identifier: MIT
|
|
192
|
-
* SPDX-
|
|
192
|
+
* SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
|
|
193
193
|
*/
|
|
194
194
|
html:not(#__):not(#___) .cadmin main {
|
|
195
195
|
display: block;
|
|
@@ -370,18 +370,18 @@ html:not(#__):not(#___) .cadmin [hidden] {
|
|
|
370
370
|
display: none !important;
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
/*
|
|
373
|
+
/* SPDX-SnippetEnd */
|
|
374
374
|
html:not(#__):not(#___) .cadmin {
|
|
375
|
-
/*
|
|
375
|
+
/* SPDX-SnippetBegin
|
|
376
376
|
* SPDX-License-Identifier: MIT
|
|
377
|
-
* SPDX-
|
|
377
|
+
* SPDX-SnippetCopyrightText: © 2012 Nicolas Gallagher <https://github.com/suitcss/components-flex-embed>
|
|
378
378
|
*/
|
|
379
|
-
/*
|
|
380
|
-
/*
|
|
379
|
+
/* SPDX-SnippetEnd */
|
|
380
|
+
/* SPDX-SnippetBegin
|
|
381
381
|
* SPDX-License-Identifier: MIT
|
|
382
|
-
* SPDX-
|
|
382
|
+
* SPDX-SnippetCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>
|
|
383
383
|
*/
|
|
384
|
-
/*
|
|
384
|
+
/* SPDX-SnippetEnd */
|
|
385
385
|
}
|
|
386
386
|
html:not(#__):not(#___) .cadmin h1,
|
|
387
387
|
html:not(#__):not(#___) .cadmin h2,
|
|
@@ -1079,9 +1079,6 @@ html:not(#__):not(#___) .cadmin .btn-monospaced .c-inner {
|
|
|
1079
1079
|
padding: 0;
|
|
1080
1080
|
width: 100%;
|
|
1081
1081
|
}
|
|
1082
|
-
html:not(#__):not(#___) .cadmin .btn-monospaced.btn .lexicon-icon {
|
|
1083
|
-
margin-top: 0;
|
|
1084
|
-
}
|
|
1085
1082
|
html:not(#__):not(#___) .cadmin .btn-group-vertical > .btn-monospaced.btn-lg, html:not(#__):not(#___) .cadmin .btn-group-lg .btn-monospaced, html:not(#__):not(#___) .cadmin .btn-monospaced.btn-lg {
|
|
1086
1083
|
height: 48px;
|
|
1087
1084
|
width: 48px;
|
|
@@ -1125,6 +1122,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-primary, html:not(#__):
|
|
|
1125
1122
|
border-color: transparent;
|
|
1126
1123
|
color: #fff;
|
|
1127
1124
|
}
|
|
1125
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-primary {
|
|
1126
|
+
background-color: #0053f0;
|
|
1127
|
+
border-color: #004ad7;
|
|
1128
|
+
color: #fff;
|
|
1129
|
+
}
|
|
1128
1130
|
html:not(#__):not(#___) .cadmin .btn-secondary {
|
|
1129
1131
|
background-color: #fff;
|
|
1130
1132
|
border-color: #cdced9;
|
|
@@ -1160,6 +1162,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-secondary, html:not(#__
|
|
|
1160
1162
|
border-color: #cdced9;
|
|
1161
1163
|
color: #272833;
|
|
1162
1164
|
}
|
|
1165
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-secondary {
|
|
1166
|
+
background-color: #f7f8f9;
|
|
1167
|
+
border-color: #cdced9;
|
|
1168
|
+
color: #272833;
|
|
1169
|
+
}
|
|
1163
1170
|
html:not(#__):not(#___) .cadmin .btn-success {
|
|
1164
1171
|
background-color: #287d3c;
|
|
1165
1172
|
border-color: #287d3c;
|
|
@@ -1195,6 +1202,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-success, html:not(#__):
|
|
|
1195
1202
|
border-color: transparent;
|
|
1196
1203
|
color: #fff;
|
|
1197
1204
|
}
|
|
1205
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-success {
|
|
1206
|
+
background-color: #226a33;
|
|
1207
|
+
border-color: transparent;
|
|
1208
|
+
color: #fff;
|
|
1209
|
+
}
|
|
1198
1210
|
html:not(#__):not(#___) .cadmin .btn-info {
|
|
1199
1211
|
background-color: #2e5aac;
|
|
1200
1212
|
border-color: #2e5aac;
|
|
@@ -1265,6 +1277,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-warning, html:not(#__):
|
|
|
1265
1277
|
border-color: transparent;
|
|
1266
1278
|
color: #fff;
|
|
1267
1279
|
}
|
|
1280
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-warning {
|
|
1281
|
+
background-color: #9f4500;
|
|
1282
|
+
border-color: transparent;
|
|
1283
|
+
color: #fff;
|
|
1284
|
+
}
|
|
1268
1285
|
html:not(#__):not(#___) .cadmin .btn-danger {
|
|
1269
1286
|
background-color: #da1414;
|
|
1270
1287
|
border-color: #da1414;
|
|
@@ -1300,6 +1317,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-danger, html:not(#__):n
|
|
|
1300
1317
|
border-color: transparent;
|
|
1301
1318
|
color: #fff;
|
|
1302
1319
|
}
|
|
1320
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-danger {
|
|
1321
|
+
background-color: #c31212;
|
|
1322
|
+
border-color: transparent;
|
|
1323
|
+
color: #fff;
|
|
1324
|
+
}
|
|
1303
1325
|
html:not(#__):not(#___) .cadmin .btn-light {
|
|
1304
1326
|
background-color: #f1f2f5;
|
|
1305
1327
|
border-color: #f1f2f5;
|
|
@@ -1335,6 +1357,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-light, html:not(#__):no
|
|
|
1335
1357
|
border-color: transparent;
|
|
1336
1358
|
color: #272833;
|
|
1337
1359
|
}
|
|
1360
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-light {
|
|
1361
|
+
background-color: #e2e4ea;
|
|
1362
|
+
border-color: transparent;
|
|
1363
|
+
color: #272833;
|
|
1364
|
+
}
|
|
1338
1365
|
html:not(#__):not(#___) .cadmin .btn-dark {
|
|
1339
1366
|
background-color: #272833;
|
|
1340
1367
|
border-color: #272833;
|
|
@@ -1370,6 +1397,11 @@ html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-dark, html:not(#__):not
|
|
|
1370
1397
|
border-color: transparent;
|
|
1371
1398
|
color: #fff;
|
|
1372
1399
|
}
|
|
1400
|
+
html:not(#__):not(#___) .cadmin .form-file-input:focus + .btn-dark {
|
|
1401
|
+
background-color: #1c1c24;
|
|
1402
|
+
border-color: transparent;
|
|
1403
|
+
color: #fff;
|
|
1404
|
+
}
|
|
1373
1405
|
html:not(#__):not(#___) .cadmin .btn-link {
|
|
1374
1406
|
border-radius: 1px;
|
|
1375
1407
|
box-shadow: [none];
|
|
@@ -3069,6 +3101,7 @@ html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:focus {
|
|
|
3069
3101
|
}
|
|
3070
3102
|
html:not(#__):not(#___) .cadmin .alert-indicator {
|
|
3071
3103
|
font-size: 16px;
|
|
3104
|
+
line-height: 1;
|
|
3072
3105
|
}
|
|
3073
3106
|
html:not(#__):not(#___) .cadmin .alert-indicator + .lead {
|
|
3074
3107
|
margin-left: 5px;
|
|
@@ -3165,6 +3198,7 @@ html:not(#__):not(#___) .cadmin .modal-body .alert-list .alert-fluid:last-child
|
|
|
3165
3198
|
margin-bottom: -1px;
|
|
3166
3199
|
}
|
|
3167
3200
|
html:not(#__):not(#___) .cadmin .autofit-row.alert-autofit-row {
|
|
3201
|
+
align-items: baseline;
|
|
3168
3202
|
margin-left: -4px;
|
|
3169
3203
|
margin-right: -4px;
|
|
3170
3204
|
width: auto;
|
|
@@ -5597,8 +5631,8 @@ html:not(#__):not(#___) .cadmin .dropdown-header {
|
|
|
5597
5631
|
font-size: 14px;
|
|
5598
5632
|
margin-top: 10px;
|
|
5599
5633
|
padding-bottom: 6px;
|
|
5600
|
-
padding-left:
|
|
5601
|
-
padding-right:
|
|
5634
|
+
padding-left: 16px;
|
|
5635
|
+
padding-right: 16px;
|
|
5602
5636
|
padding-top: 6px;
|
|
5603
5637
|
position: relative;
|
|
5604
5638
|
overflow-wrap: break-word;
|
|
@@ -5613,8 +5647,8 @@ html:not(#__):not(#___) .cadmin .dropdown-subheader {
|
|
|
5613
5647
|
font-weight: 600;
|
|
5614
5648
|
margin-top: 10px;
|
|
5615
5649
|
padding-bottom: 6px;
|
|
5616
|
-
padding-left:
|
|
5617
|
-
padding-right:
|
|
5650
|
+
padding-left: 16px;
|
|
5651
|
+
padding-right: 16px;
|
|
5618
5652
|
padding-top: 6px;
|
|
5619
5653
|
text-transform: uppercase;
|
|
5620
5654
|
white-space: normal;
|
|
@@ -5627,7 +5661,7 @@ html:not(#__):not(#___) .cadmin .dropdown-subheader:first-child {
|
|
|
5627
5661
|
html:not(#__):not(#___) .cadmin .dropdown-caption {
|
|
5628
5662
|
color: #6b6c7e;
|
|
5629
5663
|
font-size: 14px;
|
|
5630
|
-
padding: 8px
|
|
5664
|
+
padding: 8px 16px;
|
|
5631
5665
|
white-space: normal;
|
|
5632
5666
|
overflow-wrap: break-word;
|
|
5633
5667
|
word-wrap: break-word;
|
|
@@ -5644,8 +5678,8 @@ html:not(#__):not(#___) .cadmin .dropdown-item {
|
|
|
5644
5678
|
font-weight: 400;
|
|
5645
5679
|
overflow: hidden;
|
|
5646
5680
|
padding-bottom: 8px;
|
|
5647
|
-
padding-left:
|
|
5648
|
-
padding-right:
|
|
5681
|
+
padding-left: 16px;
|
|
5682
|
+
padding-right: 16px;
|
|
5649
5683
|
padding-top: 8px;
|
|
5650
5684
|
position: relative;
|
|
5651
5685
|
text-align: inherit;
|
|
@@ -5722,27 +5756,27 @@ html:not(#__):not(#___) .cadmin .dropdown-item:disabled:active, html:not(#__):no
|
|
|
5722
5756
|
html:not(#__):not(#___) .cadmin .dropdown-item .c-inner {
|
|
5723
5757
|
flex-grow: 1;
|
|
5724
5758
|
margin-bottom: -8px;
|
|
5725
|
-
margin-left: -
|
|
5726
|
-
margin-right: -
|
|
5759
|
+
margin-left: -16px;
|
|
5760
|
+
margin-right: -16px;
|
|
5727
5761
|
margin-top: -8px;
|
|
5728
5762
|
width: auto;
|
|
5729
5763
|
}
|
|
5730
5764
|
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row {
|
|
5731
|
-
padding-left:
|
|
5732
|
-
padding-right:
|
|
5765
|
+
padding-left: calc(16px - 4px);
|
|
5766
|
+
padding-right: calc(16px - 4px);
|
|
5733
5767
|
}
|
|
5734
5768
|
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row > .autofit-col {
|
|
5735
|
-
padding-left:
|
|
5736
|
-
padding-right:
|
|
5769
|
+
padding-left: 4px;
|
|
5770
|
+
padding-right: 4px;
|
|
5737
5771
|
}
|
|
5738
5772
|
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row {
|
|
5739
|
-
margin-left:
|
|
5740
|
-
margin-right:
|
|
5773
|
+
margin-left: -4px;
|
|
5774
|
+
margin-right: -4px;
|
|
5741
5775
|
width: auto;
|
|
5742
5776
|
}
|
|
5743
5777
|
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row > .autofit-col {
|
|
5744
|
-
padding-left:
|
|
5745
|
-
padding-right:
|
|
5778
|
+
padding-left: 4px;
|
|
5779
|
+
padding-right: 4px;
|
|
5746
5780
|
}
|
|
5747
5781
|
html:not(#__):not(#___) .cadmin .dropdown-item .c-kbd-inline {
|
|
5748
5782
|
color: #a7a9bc;
|
|
@@ -5767,12 +5801,12 @@ html:not(#__):not(#___) .cadmin .dropdown-item-text {
|
|
|
5767
5801
|
display: block;
|
|
5768
5802
|
font-weight: 400;
|
|
5769
5803
|
padding-bottom: 8px;
|
|
5770
|
-
padding-left:
|
|
5771
|
-
padding-right:
|
|
5804
|
+
padding-left: 16px;
|
|
5805
|
+
padding-right: 16px;
|
|
5772
5806
|
padding-top: 8px;
|
|
5773
5807
|
}
|
|
5774
5808
|
html:not(#__):not(#___) .cadmin .dropdown-section {
|
|
5775
|
-
padding: 8px
|
|
5809
|
+
padding: 8px 16px;
|
|
5776
5810
|
}
|
|
5777
5811
|
html:not(#__):not(#___) .cadmin .dropdown-section .form-group + .form-group {
|
|
5778
5812
|
margin-top: 16px;
|
|
@@ -5791,7 +5825,7 @@ html:not(#__):not(#___) .cadmin .dropdown-section.active .custom-control-label {
|
|
|
5791
5825
|
}
|
|
5792
5826
|
html:not(#__):not(#___) .cadmin .dropdown-footer {
|
|
5793
5827
|
box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
|
|
5794
|
-
padding: 8px
|
|
5828
|
+
padding: 8px 16px 0;
|
|
5795
5829
|
position: relative;
|
|
5796
5830
|
}
|
|
5797
5831
|
html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.dropdown-menu {
|
|
@@ -5829,7 +5863,7 @@ html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.
|
|
|
5829
5863
|
html:not(#__):not(#___) .cadmin .dropdown-menu .alert, html:not(#__):not(#___) .cadmin.dropdown-menu .alert {
|
|
5830
5864
|
line-height: normal;
|
|
5831
5865
|
margin: 8px;
|
|
5832
|
-
padding: 6px
|
|
5866
|
+
padding: 6px 16px;
|
|
5833
5867
|
}
|
|
5834
5868
|
html:not(#__):not(#___) .cadmin .dropdown-menu .alert:first-child, html:not(#__):not(#___) .cadmin.dropdown-menu .alert:first-child {
|
|
5835
5869
|
margin-top: 0;
|
|
@@ -5954,7 +5988,7 @@ html:not(#__):not(#___) .cadmin .dropdown-action > .dropdown-toggle .inline-item
|
|
|
5954
5988
|
}
|
|
5955
5989
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item-indicator, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item-indicator {
|
|
5956
5990
|
height: 16px;
|
|
5957
|
-
left:
|
|
5991
|
+
left: 16px;
|
|
5958
5992
|
position: absolute;
|
|
5959
5993
|
top: 8px;
|
|
5960
5994
|
width: 16px;
|
|
@@ -5969,10 +6003,17 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item, h
|
|
|
5969
6003
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-subheader,
|
|
5970
6004
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-caption,
|
|
5971
6005
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item {
|
|
5972
|
-
padding-left:
|
|
6006
|
+
padding-left: calc(
|
|
6007
|
+
16px + 16px +
|
|
6008
|
+
16px
|
|
6009
|
+
);
|
|
5973
6010
|
}
|
|
5974
6011
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item .c-inner, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item .c-inner {
|
|
5975
|
-
margin-left:
|
|
6012
|
+
margin-left: calc((
|
|
6013
|
+
16px +
|
|
6014
|
+
16px +
|
|
6015
|
+
16px
|
|
6016
|
+
) * -1);
|
|
5976
6017
|
}
|
|
5977
6018
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
|
|
5978
6019
|
align-items: center;
|
|
@@ -5980,7 +6021,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
|
|
|
5980
6021
|
display: inline-flex;
|
|
5981
6022
|
height: 16px;
|
|
5982
6023
|
justify-content: center;
|
|
5983
|
-
left:
|
|
6024
|
+
left: 16px;
|
|
5984
6025
|
position: absolute;
|
|
5985
6026
|
right: auto;
|
|
5986
6027
|
top: calc( 8px - (( 16px - (1em * 1.5) ) / 2) );
|
|
@@ -6009,17 +6050,24 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start > .c-inner {
|
|
|
6009
6050
|
}
|
|
6010
6051
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item-indicator, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item-indicator {
|
|
6011
6052
|
position: absolute;
|
|
6012
|
-
right:
|
|
6053
|
+
right: 16px;
|
|
6013
6054
|
top: 8px;
|
|
6014
6055
|
}
|
|
6015
6056
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item-indicator-text-end, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item-indicator-text-end {
|
|
6016
6057
|
padding-right: 0;
|
|
6017
6058
|
}
|
|
6018
6059
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item {
|
|
6019
|
-
padding-right:
|
|
6060
|
+
padding-right: calc(
|
|
6061
|
+
16px + 16px +
|
|
6062
|
+
16px
|
|
6063
|
+
);
|
|
6020
6064
|
}
|
|
6021
6065
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item .c-inner, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item .c-inner {
|
|
6022
|
-
margin-right:
|
|
6066
|
+
margin-right: calc((
|
|
6067
|
+
16px +
|
|
6068
|
+
16px +
|
|
6069
|
+
16px
|
|
6070
|
+
) * -1);
|
|
6023
6071
|
}
|
|
6024
6072
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
|
|
6025
6073
|
align-items: center;
|
|
@@ -6029,7 +6077,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
|
|
|
6029
6077
|
justify-content: center;
|
|
6030
6078
|
left: auto;
|
|
6031
6079
|
position: absolute;
|
|
6032
|
-
right:
|
|
6080
|
+
right: 16px;
|
|
6033
6081
|
top: calc( 8px - (( 16px - (1em * 1.5) ) / 2) );
|
|
6034
6082
|
width: 16px;
|
|
6035
6083
|
}
|
|
@@ -6244,6 +6292,7 @@ html:not(#__):not(#___) .cadmin label {
|
|
|
6244
6292
|
font-weight: 600;
|
|
6245
6293
|
margin-bottom: 4px;
|
|
6246
6294
|
max-width: 100%;
|
|
6295
|
+
position: static;
|
|
6247
6296
|
overflow-wrap: break-word;
|
|
6248
6297
|
word-wrap: break-word;
|
|
6249
6298
|
}
|
|
@@ -9697,8 +9746,12 @@ html:not(#__):not(#___) .cadmin .modal-body-flush, html:not(#__):not(#___) .cadm
|
|
|
9697
9746
|
html:not(#__):not(#___) .cadmin .modal-footer, html:not(#__):not(#___) .cadmin.modal-footer {
|
|
9698
9747
|
align-items: center;
|
|
9699
9748
|
border-top: 1px solid #e7e7ed;
|
|
9700
|
-
border-bottom-left-radius:
|
|
9701
|
-
|
|
9749
|
+
border-bottom-left-radius: calc(
|
|
9750
|
+
6px - 1px
|
|
9751
|
+
);
|
|
9752
|
+
border-bottom-right-radius: calc(
|
|
9753
|
+
6px - 1px
|
|
9754
|
+
);
|
|
9702
9755
|
display: flex;
|
|
9703
9756
|
flex-shrink: 0;
|
|
9704
9757
|
flex-wrap: wrap;
|
|
@@ -14551,8 +14604,8 @@ html:not(#__):not(#___) .cadmin .popover-header {
|
|
|
14551
14604
|
background-color: #fff;
|
|
14552
14605
|
border-bottom: 1px solid #f2f2f2;
|
|
14553
14606
|
border-color: #e7e7ed;
|
|
14554
|
-
border-top-left-radius:
|
|
14555
|
-
border-top-right-radius:
|
|
14607
|
+
border-top-left-radius: calc( 4px - 1px );
|
|
14608
|
+
border-top-right-radius: calc( 4px - 1px );
|
|
14556
14609
|
font-size: 14px;
|
|
14557
14610
|
font-weight: 600;
|
|
14558
14611
|
margin-bottom: 0;
|
|
@@ -14565,8 +14618,8 @@ html:not(#__):not(#___) .cadmin .popover-header:empty {
|
|
|
14565
14618
|
display: none;
|
|
14566
14619
|
}
|
|
14567
14620
|
html:not(#__):not(#___) .cadmin .popover-body {
|
|
14568
|
-
border-bottom-left-radius:
|
|
14569
|
-
border-bottom-right-radius:
|
|
14621
|
+
border-bottom-left-radius: calc( 4px - 1px );
|
|
14622
|
+
border-bottom-right-radius: calc( 4px - 1px );
|
|
14570
14623
|
color: #6b6c7e;
|
|
14571
14624
|
padding: 12px 16px;
|
|
14572
14625
|
}
|
|
@@ -16908,9 +16961,6 @@ html:not(#__):not(#___) .cadmin .component-tbar {
|
|
|
16908
16961
|
color: #6b6c7e;
|
|
16909
16962
|
height: 56px;
|
|
16910
16963
|
}
|
|
16911
|
-
html:not(#__):not(#___) .cadmin .component-tbar .tbar-label {
|
|
16912
|
-
border-width: 1px;
|
|
16913
|
-
}
|
|
16914
16964
|
html:not(#__):not(#___) .cadmin .subnav-tbar {
|
|
16915
16965
|
font-size: 14px;
|
|
16916
16966
|
}
|
|
@@ -17010,9 +17060,6 @@ html:not(#__):not(#___) .cadmin .subnav-tbar .component-text {
|
|
|
17010
17060
|
html:not(#__):not(#___) .cadmin .subnav-tbar .component-label {
|
|
17011
17061
|
font-weight: 400;
|
|
17012
17062
|
}
|
|
17013
|
-
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-label {
|
|
17014
|
-
border-width: 1px;
|
|
17015
|
-
}
|
|
17016
17063
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary {
|
|
17017
17064
|
background-color: #b3cdff;
|
|
17018
17065
|
padding-bottom: 10px;
|
|
@@ -17075,18 +17122,12 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled {
|
|
|
17075
17122
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .component-label {
|
|
17076
17123
|
border-color: #8e94aa;
|
|
17077
17124
|
}
|
|
17078
|
-
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
17079
|
-
border-width: 1px;
|
|
17080
|
-
}
|
|
17081
17125
|
html:not(#__):not(#___) .cadmin .subnav-tbar-light {
|
|
17082
17126
|
color: #6b6c7e;
|
|
17083
17127
|
background-color: white;
|
|
17084
17128
|
padding-bottom: 2px;
|
|
17085
17129
|
padding-top: 2px;
|
|
17086
17130
|
}
|
|
17087
|
-
html:not(#__):not(#___) .cadmin .subnav-tbar-light .tbar-label {
|
|
17088
|
-
border-width: 1px;
|
|
17089
|
-
}
|
|
17090
17131
|
html:not(#__):not(#___) .cadmin .tbar-stacked {
|
|
17091
17132
|
display: inline-flex;
|
|
17092
17133
|
height: 100%;
|
|
@@ -17153,9 +17194,6 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
|
17153
17194
|
margin-right: 0;
|
|
17154
17195
|
margin-top: 0;
|
|
17155
17196
|
}
|
|
17156
|
-
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-label {
|
|
17157
|
-
border-width: 1px;
|
|
17158
|
-
}
|
|
17159
17197
|
html:not(#__):not(#___) .cadmin .tbar-light {
|
|
17160
17198
|
background-color: #fff;
|
|
17161
17199
|
box-shadow: inset 1px 0 0 0 #f1f2f5 , inset -1px 0 0 0 #f1f2f5;
|
|
@@ -17188,9 +17226,6 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced[aria-expanded=t
|
|
|
17188
17226
|
background-color: #f1f2f5;
|
|
17189
17227
|
color: #272833;
|
|
17190
17228
|
}
|
|
17191
|
-
html:not(#__):not(#___) .cadmin .tbar-light .tbar-label {
|
|
17192
|
-
border-width: 1px;
|
|
17193
|
-
}
|
|
17194
17229
|
html:not(#__):not(#___) .cadmin .tbar-dark-l2 {
|
|
17195
17230
|
background-color: #393a4a;
|
|
17196
17231
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06) , inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -17224,9 +17259,6 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced[aria-expanded
|
|
|
17224
17259
|
background-color: rgba(255, 255, 255, 0.06);
|
|
17225
17260
|
color: #fff;
|
|
17226
17261
|
}
|
|
17227
|
-
html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-label {
|
|
17228
|
-
border-width: 1px;
|
|
17229
|
-
}
|
|
17230
17262
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 {
|
|
17231
17263
|
background-color: #1c1c24;
|
|
17232
17264
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06) , inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -17269,9 +17301,6 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded
|
|
|
17269
17301
|
background-color: rgba(255, 255, 255, 0.06);
|
|
17270
17302
|
color: #fff;
|
|
17271
17303
|
}
|
|
17272
|
-
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-label {
|
|
17273
|
-
border-width: 1px;
|
|
17274
|
-
}
|
|
17275
17304
|
html:not(#__):not(#___) .cadmin .timeline {
|
|
17276
17305
|
list-style: none;
|
|
17277
17306
|
padding-left: 0;
|
|
@@ -18606,6 +18635,12 @@ html:not(#__):not(#___) .cadmin .inline-scroller {
|
|
|
18606
18635
|
-webkit-overflow-scrolling: touch;
|
|
18607
18636
|
padding: 0;
|
|
18608
18637
|
}
|
|
18638
|
+
html:not(#__):not(#___) .cadmin .inline-scroller:focus {
|
|
18639
|
+
outline: 0;
|
|
18640
|
+
}
|
|
18641
|
+
html:not(#__):not(#___) .cadmin .inline-scroller:focus-visible {
|
|
18642
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
18643
|
+
}
|
|
18609
18644
|
html:not(#__):not(#___) .cadmin .inline-item {
|
|
18610
18645
|
align-items: center;
|
|
18611
18646
|
display: inline-flex;
|