@clayui/css 3.102.0 → 3.104.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 +121 -14
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +126 -13
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +106 -18
- 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/_date-picker.scss +1 -1
- package/src/scss/cadmin/components/_breadcrumbs.scss +8 -0
- package/src/scss/cadmin/components/_date-picker.scss +69 -2
- package/src/scss/cadmin/variables/_breadcrumbs.scss +10 -0
- package/src/scss/cadmin/variables/_buttons.scss +0 -3
- package/src/scss/cadmin/variables/_date-picker.scss +112 -11
- package/src/scss/cadmin/variables/_time.scss +1 -0
- package/src/scss/components/_breadcrumbs.scss +8 -0
- package/src/scss/components/_date-picker.scss +65 -2
- package/src/scss/functions/_type-conversion-functions.scss +2 -2
- package/src/scss/mixins/_buttons.scss +10 -0
- package/src/scss/mixins/_dropdown-menu.scss +10 -0
- package/src/scss/mixins/_forms.scss +12 -0
- package/src/scss/mixins/_grid.scss +42 -3
- package/src/scss/mixins/_input-groups.scss +14 -34
- package/src/scss/mixins/_menubar.scss +14 -71
- package/src/scss/variables/_breadcrumbs.scss +10 -0
- package/src/scss/variables/_date-picker.scss +115 -10
- package/src/scss/variables/_time.scss +1 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.104.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.104.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>
|
|
@@ -943,9 +943,6 @@ html:not(#__):not(#___) .cadmin .btn .c-inner {
|
|
|
943
943
|
margin-right: -15px;
|
|
944
944
|
margin-top: -7px;
|
|
945
945
|
}
|
|
946
|
-
html:not(#__):not(#___) .cadmin .btn .lexicon-icon {
|
|
947
|
-
font-size: 16px;
|
|
948
|
-
}
|
|
949
946
|
html:not(#__):not(#___) .cadmin .btn .inline-item {
|
|
950
947
|
line-height: 1;
|
|
951
948
|
margin-top: -3px;
|
|
@@ -4016,6 +4013,9 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link > .breadcrumb-text-truncate {
|
|
|
4016
4013
|
html:not(#__):not(#___) .cadmin .breadcrumb-link > .breadcrumb-text-truncate:hover, html:not(#__):not(#___) .cadmin .breadcrumb-link > .breadcrumb-text-truncate:focus {
|
|
4017
4014
|
text-decoration: underline;
|
|
4018
4015
|
}
|
|
4016
|
+
html:not(#__):not(#___) .cadmin .breadcrumb-toggle {
|
|
4017
|
+
color: #6b6c7e;
|
|
4018
|
+
}
|
|
4019
4019
|
html:not(#__):not(#___) .cadmin .breadcrumb-item {
|
|
4020
4020
|
font-size: 14px;
|
|
4021
4021
|
margin-right: 0.5em;
|
|
@@ -4026,6 +4026,10 @@ html:not(#__):not(#___) .cadmin .breadcrumb-item .active {
|
|
|
4026
4026
|
color: #272833;
|
|
4027
4027
|
font-weight: 600;
|
|
4028
4028
|
}
|
|
4029
|
+
html:not(#__):not(#___) .cadmin .breadcrumb-item.active .breadcrumb-link,
|
|
4030
|
+
html:not(#__):not(#___) .cadmin .breadcrumb-item .active .breadcrumb-link {
|
|
4031
|
+
color: inherit;
|
|
4032
|
+
}
|
|
4029
4033
|
html:not(#__):not(#___) .cadmin .breadcrumb-item > span {
|
|
4030
4034
|
text-transform: inherit;
|
|
4031
4035
|
}
|
|
@@ -8414,6 +8418,7 @@ html:not(#__):not(#___) .cadmin .clay-time .form-control {
|
|
|
8414
8418
|
}
|
|
8415
8419
|
html:not(#__):not(#___) .cadmin .clay-time .form-control-inset {
|
|
8416
8420
|
margin-bottom: 0;
|
|
8421
|
+
margin-left: 0;
|
|
8417
8422
|
margin-top: 0;
|
|
8418
8423
|
text-align: center;
|
|
8419
8424
|
width: 20px;
|
|
@@ -8491,6 +8496,9 @@ html:not(#__):not(#___) .cadmin .clay-time-inner-spin .btn .c-inner {
|
|
|
8491
8496
|
margin-right: -2px;
|
|
8492
8497
|
margin-top: -2px;
|
|
8493
8498
|
}
|
|
8499
|
+
html:not(#__):not(#___) .cadmin .date-picker .input-group-item {
|
|
8500
|
+
margin-left: 2px;
|
|
8501
|
+
}
|
|
8494
8502
|
html:not(#__):not(#___) .cadmin .date-picker .input-group-text {
|
|
8495
8503
|
background-color: transparent;
|
|
8496
8504
|
border-color: transparent;
|
|
@@ -8498,19 +8506,34 @@ html:not(#__):not(#___) .cadmin .date-picker .input-group-text {
|
|
|
8498
8506
|
padding-left: 4px;
|
|
8499
8507
|
padding-right: 4px;
|
|
8500
8508
|
}
|
|
8509
|
+
@media (max-width: 575.98px) {
|
|
8510
|
+
html:not(#__):not(#___) .cadmin .date-picker .input-group-text {
|
|
8511
|
+
font-size: inherit;
|
|
8512
|
+
height: 32px;
|
|
8513
|
+
min-width: 24px;
|
|
8514
|
+
}
|
|
8515
|
+
}
|
|
8501
8516
|
html:not(#__):not(#___) .cadmin .date-picker-dropdown-menu {
|
|
8502
8517
|
max-height: none;
|
|
8503
|
-
max-width:
|
|
8518
|
+
max-width: 352px;
|
|
8504
8519
|
padding-bottom: 0;
|
|
8505
8520
|
padding-left: 0;
|
|
8506
8521
|
padding-right: 0;
|
|
8507
8522
|
padding-top: 0;
|
|
8508
8523
|
width: 100%;
|
|
8509
8524
|
}
|
|
8525
|
+
@media (max-width: 575.98px) {
|
|
8526
|
+
html:not(#__):not(#___) .cadmin .date-picker-dropdown-menu {
|
|
8527
|
+
font-size: 12px;
|
|
8528
|
+
margin: 0;
|
|
8529
|
+
max-height: 255px;
|
|
8530
|
+
max-width: 264px;
|
|
8531
|
+
}
|
|
8532
|
+
}
|
|
8510
8533
|
html:not(#__):not(#___) .cadmin .date-picker-nav {
|
|
8511
8534
|
display: flex;
|
|
8512
|
-
margin-left: -
|
|
8513
|
-
margin-right: -
|
|
8535
|
+
margin-left: -2px;
|
|
8536
|
+
margin-right: -2px;
|
|
8514
8537
|
}
|
|
8515
8538
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn {
|
|
8516
8539
|
color: #6b6c7e;
|
|
@@ -8555,8 +8578,19 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn[aria-expanded=true], h
|
|
|
8555
8578
|
}
|
|
8556
8579
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn-monospaced {
|
|
8557
8580
|
margin-bottom: 0;
|
|
8581
|
+
margin-left: 2px;
|
|
8582
|
+
margin-right: 2px;
|
|
8558
8583
|
margin-top: 0;
|
|
8559
8584
|
}
|
|
8585
|
+
@media (max-width: 575.98px) {
|
|
8586
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn-monospaced {
|
|
8587
|
+
font-size: 12px;
|
|
8588
|
+
height: 24px;
|
|
8589
|
+
max-height: 24px;
|
|
8590
|
+
max-width: 24px;
|
|
8591
|
+
min-width: 24px;
|
|
8592
|
+
}
|
|
8593
|
+
}
|
|
8560
8594
|
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
8561
8595
|
background-color: transparent;
|
|
8562
8596
|
border-color: transparent;
|
|
@@ -8568,6 +8602,13 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
|
8568
8602
|
padding-left: 8px;
|
|
8569
8603
|
padding-top: 0;
|
|
8570
8604
|
}
|
|
8605
|
+
@media (max-width: 575.98px) {
|
|
8606
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control {
|
|
8607
|
+
font-size: 12px;
|
|
8608
|
+
height: 24px;
|
|
8609
|
+
color: #272833;
|
|
8610
|
+
}
|
|
8611
|
+
}
|
|
8571
8612
|
html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover, html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control.hover {
|
|
8572
8613
|
background-color: #f1f2f5;
|
|
8573
8614
|
color: #272833;
|
|
@@ -8592,6 +8633,13 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select {
|
|
|
8592
8633
|
padding-left: 8px;
|
|
8593
8634
|
padding-top: 0;
|
|
8594
8635
|
}
|
|
8636
|
+
@media (max-width: 575.98px) {
|
|
8637
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select {
|
|
8638
|
+
font-size: 12px;
|
|
8639
|
+
height: 24px;
|
|
8640
|
+
color: #272833;
|
|
8641
|
+
}
|
|
8642
|
+
}
|
|
8595
8643
|
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:hover, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.hover {
|
|
8596
8644
|
background-color: #f1f2f5;
|
|
8597
8645
|
color: #272833;
|
|
@@ -8608,8 +8656,8 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:disabled,
|
|
|
8608
8656
|
html:not(#__):not(#___) .cadmin .date-picker-nav-item {
|
|
8609
8657
|
align-items: center;
|
|
8610
8658
|
display: flex;
|
|
8611
|
-
padding-left:
|
|
8612
|
-
padding-right:
|
|
8659
|
+
padding-left: 2px;
|
|
8660
|
+
padding-right: 2px;
|
|
8613
8661
|
}
|
|
8614
8662
|
html:not(#__):not(#___) .cadmin .date-picker-nav-item-expand {
|
|
8615
8663
|
flex-grow: 1;
|
|
@@ -8628,19 +8676,41 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-header {
|
|
|
8628
8676
|
padding-right: 16px;
|
|
8629
8677
|
padding-top: 16px;
|
|
8630
8678
|
}
|
|
8679
|
+
@media (max-width: 575.98px) {
|
|
8680
|
+
html:not(#__):not(#___) .cadmin .date-picker-calendar-header {
|
|
8681
|
+
padding-bottom: 4px;
|
|
8682
|
+
padding-left: 6px;
|
|
8683
|
+
padding-right: 6px;
|
|
8684
|
+
padding-top: 8px;
|
|
8685
|
+
}
|
|
8686
|
+
}
|
|
8631
8687
|
html:not(#__):not(#___) .cadmin .date-picker-calendar-body {
|
|
8632
|
-
padding-left:
|
|
8633
|
-
padding-right:
|
|
8688
|
+
padding-left: 8px;
|
|
8689
|
+
padding-right: 8px;
|
|
8634
8690
|
padding-bottom: 8px;
|
|
8635
8691
|
}
|
|
8692
|
+
@media (max-width: 575.98px) {
|
|
8693
|
+
html:not(#__):not(#___) .cadmin .date-picker-calendar-body {
|
|
8694
|
+
padding-left: 6px;
|
|
8695
|
+
padding-right: 6px;
|
|
8696
|
+
padding-bottom: 4px;
|
|
8697
|
+
}
|
|
8698
|
+
}
|
|
8636
8699
|
html:not(#__):not(#___) .cadmin .date-picker-calendar-footer {
|
|
8637
8700
|
border-color: #cdced9;
|
|
8638
8701
|
border-style: solid;
|
|
8639
8702
|
border-width: 1px 0 0 0;
|
|
8640
|
-
padding-bottom:
|
|
8641
|
-
padding-left:
|
|
8642
|
-
padding-right:
|
|
8643
|
-
padding-top:
|
|
8703
|
+
padding-bottom: 8px;
|
|
8704
|
+
padding-left: 14px;
|
|
8705
|
+
padding-right: 14px;
|
|
8706
|
+
padding-top: 8px;
|
|
8707
|
+
}
|
|
8708
|
+
@media (max-width: 575.98px) {
|
|
8709
|
+
html:not(#__):not(#___) .cadmin .date-picker-calendar-footer {
|
|
8710
|
+
padding-left: 6px;
|
|
8711
|
+
padding-right: 6px;
|
|
8712
|
+
padding-top: 7px;
|
|
8713
|
+
}
|
|
8644
8714
|
}
|
|
8645
8715
|
html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
8646
8716
|
align-items: center;
|
|
@@ -8685,6 +8755,12 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-item .c-inner {
|
|
|
8685
8755
|
margin-right: 0;
|
|
8686
8756
|
margin-top: 0;
|
|
8687
8757
|
}
|
|
8758
|
+
@media (max-width: 575.98px) {
|
|
8759
|
+
html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
8760
|
+
height: 24px;
|
|
8761
|
+
width: 24px;
|
|
8762
|
+
}
|
|
8763
|
+
}
|
|
8688
8764
|
html:not(#__):not(#___) .cadmin .date-picker-row {
|
|
8689
8765
|
display: flex;
|
|
8690
8766
|
justify-content: space-between;
|
|
@@ -8693,9 +8769,16 @@ html:not(#__):not(#___) .cadmin .date-picker-row {
|
|
|
8693
8769
|
margin-top: 8px;
|
|
8694
8770
|
padding: 0;
|
|
8695
8771
|
}
|
|
8772
|
+
@media (max-width: 575.98px) {
|
|
8773
|
+
html:not(#__):not(#___) .cadmin .date-picker-row {
|
|
8774
|
+
margin-bottom: 4px;
|
|
8775
|
+
margin-top: 4px;
|
|
8776
|
+
}
|
|
8777
|
+
}
|
|
8696
8778
|
html:not(#__):not(#___) .cadmin .date-picker-col {
|
|
8697
|
-
|
|
8698
|
-
|
|
8779
|
+
display: flex;
|
|
8780
|
+
flex-grow: 1;
|
|
8781
|
+
justify-content: center;
|
|
8699
8782
|
}
|
|
8700
8783
|
html:not(#__):not(#___) .cadmin .date-picker-col.c-selected {
|
|
8701
8784
|
background-image: linear-gradient(#f0f5ff, #f0f5ff);
|
|
@@ -8721,6 +8804,11 @@ html:not(#__):not(#___) .cadmin .date-picker-days-row {
|
|
|
8721
8804
|
margin-bottom: 16px;
|
|
8722
8805
|
margin-top: 0;
|
|
8723
8806
|
}
|
|
8807
|
+
@media (max-width: 575.98px) {
|
|
8808
|
+
html:not(#__):not(#___) .cadmin .date-picker-days-row {
|
|
8809
|
+
margin-bottom: 4px;
|
|
8810
|
+
}
|
|
8811
|
+
}
|
|
8724
8812
|
html:not(#__):not(#___) .cadmin .date-picker-day {
|
|
8725
8813
|
height: 21px;
|
|
8726
8814
|
}
|