@clayui/css 3.65.1 → 3.65.2
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 +1 -62
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -61
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +2 -26
- 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/components/_alerts.scss +28 -80
- package/src/scss/components/_buttons.scss +2 -2
- package/src/scss/components/_custom-forms.scss +4 -12
- package/src/scss/components/_date-picker.scss +6 -23
- package/src/scss/components/_dropdowns.scss +10 -23
- package/src/scss/components/_forms.scss +16 -53
- package/src/scss/components/_icons.scss +4 -4
- package/src/scss/components/_labels.scss +6 -10
- package/src/scss/components/_list-group.scss +4 -9
- package/src/scss/components/_modals.scss +2 -6
- package/src/scss/components/_progress-bars.scss +2 -6
- package/src/scss/components/_stickers.scss +3 -15
- package/src/scss/components/_type.scss +3 -3
- 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/_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/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.65.
|
|
3
|
+
* Clay 3.65.2
|
|
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.65.
|
|
19
|
+
* Clay 3.65.2
|
|
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>
|
|
@@ -16942,9 +16942,6 @@ html:not(#__):not(#___) .cadmin .component-tbar {
|
|
|
16942
16942
|
color: #6b6c7e;
|
|
16943
16943
|
height: 56px;
|
|
16944
16944
|
}
|
|
16945
|
-
html:not(#__):not(#___) .cadmin .component-tbar .tbar-label {
|
|
16946
|
-
border-width: 1px;
|
|
16947
|
-
}
|
|
16948
16945
|
html:not(#__):not(#___) .cadmin .subnav-tbar {
|
|
16949
16946
|
font-size: 14px;
|
|
16950
16947
|
}
|
|
@@ -17044,9 +17041,6 @@ html:not(#__):not(#___) .cadmin .subnav-tbar .component-text {
|
|
|
17044
17041
|
html:not(#__):not(#___) .cadmin .subnav-tbar .component-label {
|
|
17045
17042
|
font-weight: 400;
|
|
17046
17043
|
}
|
|
17047
|
-
html:not(#__):not(#___) .cadmin .subnav-tbar .tbar-label {
|
|
17048
|
-
border-width: 1px;
|
|
17049
|
-
}
|
|
17050
17044
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary {
|
|
17051
17045
|
background-color: #b3cdff;
|
|
17052
17046
|
padding-bottom: 10px;
|
|
@@ -17109,18 +17103,12 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled {
|
|
|
17109
17103
|
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .component-label {
|
|
17110
17104
|
border-color: #8e94aa;
|
|
17111
17105
|
}
|
|
17112
|
-
html:not(#__):not(#___) .cadmin .subnav-tbar-primary.subnav-tbar-disabled .tbar-label {
|
|
17113
|
-
border-width: 1px;
|
|
17114
|
-
}
|
|
17115
17106
|
html:not(#__):not(#___) .cadmin .subnav-tbar-light {
|
|
17116
17107
|
color: #6b6c7e;
|
|
17117
17108
|
background-color: white;
|
|
17118
17109
|
padding-bottom: 2px;
|
|
17119
17110
|
padding-top: 2px;
|
|
17120
17111
|
}
|
|
17121
|
-
html:not(#__):not(#___) .cadmin .subnav-tbar-light .tbar-label {
|
|
17122
|
-
border-width: 1px;
|
|
17123
|
-
}
|
|
17124
17112
|
html:not(#__):not(#___) .cadmin .tbar-stacked {
|
|
17125
17113
|
display: inline-flex;
|
|
17126
17114
|
height: 100%;
|
|
@@ -17187,9 +17175,6 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
|
17187
17175
|
margin-right: 0;
|
|
17188
17176
|
margin-top: 0;
|
|
17189
17177
|
}
|
|
17190
|
-
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-label {
|
|
17191
|
-
border-width: 1px;
|
|
17192
|
-
}
|
|
17193
17178
|
html:not(#__):not(#___) .cadmin .tbar-light {
|
|
17194
17179
|
background-color: #fff;
|
|
17195
17180
|
box-shadow: inset 1px 0 0 0 #f1f2f5 , inset -1px 0 0 0 #f1f2f5;
|
|
@@ -17222,9 +17207,6 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced[aria-expanded=t
|
|
|
17222
17207
|
background-color: #f1f2f5;
|
|
17223
17208
|
color: #272833;
|
|
17224
17209
|
}
|
|
17225
|
-
html:not(#__):not(#___) .cadmin .tbar-light .tbar-label {
|
|
17226
|
-
border-width: 1px;
|
|
17227
|
-
}
|
|
17228
17210
|
html:not(#__):not(#___) .cadmin .tbar-dark-l2 {
|
|
17229
17211
|
background-color: #393a4a;
|
|
17230
17212
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06) , inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -17258,9 +17240,6 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced[aria-expanded
|
|
|
17258
17240
|
background-color: rgba(255, 255, 255, 0.06);
|
|
17259
17241
|
color: #fff;
|
|
17260
17242
|
}
|
|
17261
|
-
html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-label {
|
|
17262
|
-
border-width: 1px;
|
|
17263
|
-
}
|
|
17264
17243
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 {
|
|
17265
17244
|
background-color: #1c1c24;
|
|
17266
17245
|
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06) , inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
@@ -17303,9 +17282,6 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded
|
|
|
17303
17282
|
background-color: rgba(255, 255, 255, 0.06);
|
|
17304
17283
|
color: #fff;
|
|
17305
17284
|
}
|
|
17306
|
-
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-label {
|
|
17307
|
-
border-width: 1px;
|
|
17308
|
-
}
|
|
17309
17285
|
html:not(#__):not(#___) .cadmin .timeline {
|
|
17310
17286
|
list-style: none;
|
|
17311
17287
|
padding-left: 0;
|