@clayui/css 3.65.2 → 3.70.1
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 +64 -49
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +31 -15
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +81 -56
- 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/_buttons.scss +26 -26
- package/src/scss/atlas/variables/_custom-forms.scss +2 -2
- package/src/scss/atlas/variables/_dropdowns.scss +2 -2
- package/src/scss/atlas/variables/_forms.scss +6 -2
- package/src/scss/atlas/variables/_menubar.scss +26 -20
- package/src/scss/atlas/variables/_utilities.scss +1 -1
- package/src/scss/cadmin/components/_buttons.scss +14 -22
- package/src/scss/cadmin/components/_dropdowns.scss +22 -14
- package/src/scss/cadmin/variables/_buttons.scss +6 -0
- package/src/scss/cadmin/variables/_dropdowns.scss +10 -10
- package/src/scss/cadmin/variables/_forms.scss +7 -3
- package/src/scss/cadmin/variables/_menubar.scss +26 -28
- package/src/scss/cadmin/variables/_modals.scss +3 -2
- package/src/scss/cadmin/variables/_popovers.scss +3 -2
- package/src/scss/components/_buttons.scss +14 -22
- package/src/scss/components/_dropdowns.scss +20 -12
- package/src/scss/mixins/_buttons.scss +16 -0
- package/src/scss/mixins/_globals.scss +1 -1
- package/src/scss/mixins/_utilities.scss +1 -1
- package/src/scss/variables/_dropdowns.scss +4 -4
- package/src/scss/variables/_forms.scss +3 -1
- package/src/scss/variables/_menubar.scss +8 -8
- package/src/scss/variables/_modals.scss +3 -2
- package/src/scss/variables/_popovers.scss +3 -1
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.70.1
|
|
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.70.1
|
|
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>
|
|
@@ -957,6 +957,9 @@ html:not(#__):not(#___) .cadmin .btn .c-inner {
|
|
|
957
957
|
html:not(#__):not(#___) .cadmin .btn .inline-item {
|
|
958
958
|
font-size: 16px;
|
|
959
959
|
}
|
|
960
|
+
html:not(#__):not(#___) .cadmin .btn .inline-item .lexicon-icon {
|
|
961
|
+
margin-top: 0;
|
|
962
|
+
}
|
|
960
963
|
html:not(#__):not(#___) .cadmin .btn .btn-section {
|
|
961
964
|
display: block;
|
|
962
965
|
font-size: 11px;
|
|
@@ -1079,6 +1082,9 @@ html:not(#__):not(#___) .cadmin .btn-monospaced .c-inner {
|
|
|
1079
1082
|
padding: 0;
|
|
1080
1083
|
width: 100%;
|
|
1081
1084
|
}
|
|
1085
|
+
html:not(#__):not(#___) .cadmin .btn-monospaced .lexicon-icon {
|
|
1086
|
+
margin-top: 0;
|
|
1087
|
+
}
|
|
1082
1088
|
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 {
|
|
1083
1089
|
height: 48px;
|
|
1084
1090
|
width: 48px;
|
|
@@ -5631,8 +5637,8 @@ html:not(#__):not(#___) .cadmin .dropdown-header {
|
|
|
5631
5637
|
font-size: 14px;
|
|
5632
5638
|
margin-top: 10px;
|
|
5633
5639
|
padding-bottom: 6px;
|
|
5634
|
-
padding-left:
|
|
5635
|
-
padding-right:
|
|
5640
|
+
padding-left: 16px;
|
|
5641
|
+
padding-right: 16px;
|
|
5636
5642
|
padding-top: 6px;
|
|
5637
5643
|
position: relative;
|
|
5638
5644
|
overflow-wrap: break-word;
|
|
@@ -5647,8 +5653,8 @@ html:not(#__):not(#___) .cadmin .dropdown-subheader {
|
|
|
5647
5653
|
font-weight: 600;
|
|
5648
5654
|
margin-top: 10px;
|
|
5649
5655
|
padding-bottom: 6px;
|
|
5650
|
-
padding-left:
|
|
5651
|
-
padding-right:
|
|
5656
|
+
padding-left: 16px;
|
|
5657
|
+
padding-right: 16px;
|
|
5652
5658
|
padding-top: 6px;
|
|
5653
5659
|
text-transform: uppercase;
|
|
5654
5660
|
white-space: normal;
|
|
@@ -5661,7 +5667,7 @@ html:not(#__):not(#___) .cadmin .dropdown-subheader:first-child {
|
|
|
5661
5667
|
html:not(#__):not(#___) .cadmin .dropdown-caption {
|
|
5662
5668
|
color: #6b6c7e;
|
|
5663
5669
|
font-size: 14px;
|
|
5664
|
-
padding: 8px
|
|
5670
|
+
padding: 8px 16px;
|
|
5665
5671
|
white-space: normal;
|
|
5666
5672
|
overflow-wrap: break-word;
|
|
5667
5673
|
word-wrap: break-word;
|
|
@@ -5678,8 +5684,8 @@ html:not(#__):not(#___) .cadmin .dropdown-item {
|
|
|
5678
5684
|
font-weight: 400;
|
|
5679
5685
|
overflow: hidden;
|
|
5680
5686
|
padding-bottom: 8px;
|
|
5681
|
-
padding-left:
|
|
5682
|
-
padding-right:
|
|
5687
|
+
padding-left: 16px;
|
|
5688
|
+
padding-right: 16px;
|
|
5683
5689
|
padding-top: 8px;
|
|
5684
5690
|
position: relative;
|
|
5685
5691
|
text-align: inherit;
|
|
@@ -5756,27 +5762,27 @@ html:not(#__):not(#___) .cadmin .dropdown-item:disabled:active, html:not(#__):no
|
|
|
5756
5762
|
html:not(#__):not(#___) .cadmin .dropdown-item .c-inner {
|
|
5757
5763
|
flex-grow: 1;
|
|
5758
5764
|
margin-bottom: -8px;
|
|
5759
|
-
margin-left: -
|
|
5760
|
-
margin-right: -
|
|
5765
|
+
margin-left: -16px;
|
|
5766
|
+
margin-right: -16px;
|
|
5761
5767
|
margin-top: -8px;
|
|
5762
5768
|
width: auto;
|
|
5763
5769
|
}
|
|
5764
5770
|
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row {
|
|
5765
|
-
padding-left:
|
|
5766
|
-
padding-right:
|
|
5771
|
+
padding-left: calc(16px - 4px);
|
|
5772
|
+
padding-right: calc(16px - 4px);
|
|
5767
5773
|
}
|
|
5768
5774
|
html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row > .autofit-col {
|
|
5769
|
-
padding-left:
|
|
5770
|
-
padding-right:
|
|
5775
|
+
padding-left: 4px;
|
|
5776
|
+
padding-right: 4px;
|
|
5771
5777
|
}
|
|
5772
5778
|
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row {
|
|
5773
|
-
margin-left:
|
|
5774
|
-
margin-right:
|
|
5779
|
+
margin-left: -4px;
|
|
5780
|
+
margin-right: -4px;
|
|
5775
5781
|
width: auto;
|
|
5776
5782
|
}
|
|
5777
5783
|
html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row > .autofit-col {
|
|
5778
|
-
padding-left:
|
|
5779
|
-
padding-right:
|
|
5784
|
+
padding-left: 4px;
|
|
5785
|
+
padding-right: 4px;
|
|
5780
5786
|
}
|
|
5781
5787
|
html:not(#__):not(#___) .cadmin .dropdown-item .c-kbd-inline {
|
|
5782
5788
|
color: #a7a9bc;
|
|
@@ -5801,12 +5807,12 @@ html:not(#__):not(#___) .cadmin .dropdown-item-text {
|
|
|
5801
5807
|
display: block;
|
|
5802
5808
|
font-weight: 400;
|
|
5803
5809
|
padding-bottom: 8px;
|
|
5804
|
-
padding-left:
|
|
5805
|
-
padding-right:
|
|
5810
|
+
padding-left: 16px;
|
|
5811
|
+
padding-right: 16px;
|
|
5806
5812
|
padding-top: 8px;
|
|
5807
5813
|
}
|
|
5808
5814
|
html:not(#__):not(#___) .cadmin .dropdown-section {
|
|
5809
|
-
padding: 8px
|
|
5815
|
+
padding: 8px 16px;
|
|
5810
5816
|
}
|
|
5811
5817
|
html:not(#__):not(#___) .cadmin .dropdown-section .form-group + .form-group {
|
|
5812
5818
|
margin-top: 16px;
|
|
@@ -5825,7 +5831,7 @@ html:not(#__):not(#___) .cadmin .dropdown-section.active .custom-control-label {
|
|
|
5825
5831
|
}
|
|
5826
5832
|
html:not(#__):not(#___) .cadmin .dropdown-footer {
|
|
5827
5833
|
box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
|
|
5828
|
-
padding: 8px
|
|
5834
|
+
padding: 8px 16px 0;
|
|
5829
5835
|
position: relative;
|
|
5830
5836
|
}
|
|
5831
5837
|
html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.dropdown-menu {
|
|
@@ -5863,7 +5869,7 @@ html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.
|
|
|
5863
5869
|
html:not(#__):not(#___) .cadmin .dropdown-menu .alert, html:not(#__):not(#___) .cadmin.dropdown-menu .alert {
|
|
5864
5870
|
line-height: normal;
|
|
5865
5871
|
margin: 8px;
|
|
5866
|
-
padding: 6px
|
|
5872
|
+
padding: 6px 16px;
|
|
5867
5873
|
}
|
|
5868
5874
|
html:not(#__):not(#___) .cadmin .dropdown-menu .alert:first-child, html:not(#__):not(#___) .cadmin.dropdown-menu .alert:first-child {
|
|
5869
5875
|
margin-top: 0;
|
|
@@ -5988,7 +5994,7 @@ html:not(#__):not(#___) .cadmin .dropdown-action > .dropdown-toggle .inline-item
|
|
|
5988
5994
|
}
|
|
5989
5995
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item-indicator, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item-indicator {
|
|
5990
5996
|
height: 16px;
|
|
5991
|
-
left:
|
|
5997
|
+
left: 16px;
|
|
5992
5998
|
position: absolute;
|
|
5993
5999
|
top: 8px;
|
|
5994
6000
|
width: 16px;
|
|
@@ -6003,10 +6009,17 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item, h
|
|
|
6003
6009
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-subheader,
|
|
6004
6010
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-caption,
|
|
6005
6011
|
html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item {
|
|
6006
|
-
padding-left:
|
|
6012
|
+
padding-left: calc(
|
|
6013
|
+
16px + 16px +
|
|
6014
|
+
16px
|
|
6015
|
+
);
|
|
6007
6016
|
}
|
|
6008
6017
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item .c-inner, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item .c-inner {
|
|
6009
|
-
margin-left:
|
|
6018
|
+
margin-left: calc((
|
|
6019
|
+
16px +
|
|
6020
|
+
16px +
|
|
6021
|
+
16px
|
|
6022
|
+
) * -1);
|
|
6010
6023
|
}
|
|
6011
6024
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
|
|
6012
6025
|
align-items: center;
|
|
@@ -6014,7 +6027,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
|
|
|
6014
6027
|
display: inline-flex;
|
|
6015
6028
|
height: 16px;
|
|
6016
6029
|
justify-content: center;
|
|
6017
|
-
left:
|
|
6030
|
+
left: 16px;
|
|
6018
6031
|
position: absolute;
|
|
6019
6032
|
right: auto;
|
|
6020
6033
|
top: calc( 8px - (( 16px - (1em * 1.5) ) / 2) );
|
|
@@ -6043,17 +6056,24 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start > .c-inner {
|
|
|
6043
6056
|
}
|
|
6044
6057
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item-indicator, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item-indicator {
|
|
6045
6058
|
position: absolute;
|
|
6046
|
-
right:
|
|
6059
|
+
right: 16px;
|
|
6047
6060
|
top: 8px;
|
|
6048
6061
|
}
|
|
6049
6062
|
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 {
|
|
6050
6063
|
padding-right: 0;
|
|
6051
6064
|
}
|
|
6052
6065
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item {
|
|
6053
|
-
padding-right:
|
|
6066
|
+
padding-right: calc(
|
|
6067
|
+
16px + 16px +
|
|
6068
|
+
16px
|
|
6069
|
+
);
|
|
6054
6070
|
}
|
|
6055
6071
|
html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-end .dropdown-item .c-inner, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-end .dropdown-item .c-inner {
|
|
6056
|
-
margin-right:
|
|
6072
|
+
margin-right: calc((
|
|
6073
|
+
16px +
|
|
6074
|
+
16px +
|
|
6075
|
+
16px
|
|
6076
|
+
) * -1);
|
|
6057
6077
|
}
|
|
6058
6078
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
|
|
6059
6079
|
align-items: center;
|
|
@@ -6063,7 +6083,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
|
|
|
6063
6083
|
justify-content: center;
|
|
6064
6084
|
left: auto;
|
|
6065
6085
|
position: absolute;
|
|
6066
|
-
right:
|
|
6086
|
+
right: 16px;
|
|
6067
6087
|
top: calc( 8px - (( 16px - (1em * 1.5) ) / 2) );
|
|
6068
6088
|
width: 16px;
|
|
6069
6089
|
}
|
|
@@ -6278,6 +6298,7 @@ html:not(#__):not(#___) .cadmin label {
|
|
|
6278
6298
|
font-weight: 600;
|
|
6279
6299
|
margin-bottom: 4px;
|
|
6280
6300
|
max-width: 100%;
|
|
6301
|
+
position: static;
|
|
6281
6302
|
overflow-wrap: break-word;
|
|
6282
6303
|
word-wrap: break-word;
|
|
6283
6304
|
}
|
|
@@ -9731,8 +9752,12 @@ html:not(#__):not(#___) .cadmin .modal-body-flush, html:not(#__):not(#___) .cadm
|
|
|
9731
9752
|
html:not(#__):not(#___) .cadmin .modal-footer, html:not(#__):not(#___) .cadmin.modal-footer {
|
|
9732
9753
|
align-items: center;
|
|
9733
9754
|
border-top: 1px solid #e7e7ed;
|
|
9734
|
-
border-bottom-left-radius:
|
|
9735
|
-
|
|
9755
|
+
border-bottom-left-radius: calc(
|
|
9756
|
+
6px - 1px
|
|
9757
|
+
);
|
|
9758
|
+
border-bottom-right-radius: calc(
|
|
9759
|
+
6px - 1px
|
|
9760
|
+
);
|
|
9736
9761
|
display: flex;
|
|
9737
9762
|
flex-shrink: 0;
|
|
9738
9763
|
flex-wrap: wrap;
|
|
@@ -10900,11 +10925,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10900
10925
|
}
|
|
10901
10926
|
}
|
|
10902
10927
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
|
|
10903
|
-
background-color: rgba(
|
|
10928
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10904
10929
|
color: #272833;
|
|
10905
10930
|
}
|
|
10906
10931
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
10907
|
-
background-color: rgba(
|
|
10932
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10908
10933
|
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
10909
10934
|
color: #272833;
|
|
10910
10935
|
outline: 0;
|
|
@@ -10913,8 +10938,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10913
10938
|
color: rgba(0, 0, 0, 0.9);
|
|
10914
10939
|
}
|
|
10915
10940
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
10916
|
-
background-color:
|
|
10917
|
-
color: #
|
|
10941
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
10942
|
+
color: #272833;
|
|
10918
10943
|
font-weight: 600;
|
|
10919
10944
|
}
|
|
10920
10945
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
@@ -10931,19 +10956,19 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10931
10956
|
color: #272833;
|
|
10932
10957
|
}
|
|
10933
10958
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
|
|
10934
|
-
background-color:
|
|
10935
|
-
color: #
|
|
10959
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10960
|
+
color: #272833;
|
|
10936
10961
|
}
|
|
10937
10962
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
10938
|
-
background-color:
|
|
10963
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
10939
10964
|
}
|
|
10940
10965
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
10941
10966
|
background-color: #f0f5ff;
|
|
10942
10967
|
color: #272833;
|
|
10943
10968
|
}
|
|
10944
10969
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
10945
|
-
background-color:
|
|
10946
|
-
color: #
|
|
10970
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
10971
|
+
color: #272833;
|
|
10947
10972
|
font-weight: 600;
|
|
10948
10973
|
}
|
|
10949
10974
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
@@ -11096,11 +11121,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11096
11121
|
}
|
|
11097
11122
|
}
|
|
11098
11123
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
|
|
11099
|
-
background-color: rgba(
|
|
11124
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11100
11125
|
color: #272833;
|
|
11101
11126
|
}
|
|
11102
11127
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
11103
|
-
background-color: rgba(
|
|
11128
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11104
11129
|
box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
|
|
11105
11130
|
color: #272833;
|
|
11106
11131
|
outline: 0;
|
|
@@ -11109,8 +11134,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11109
11134
|
color: rgba(0, 0, 0, 0.9);
|
|
11110
11135
|
}
|
|
11111
11136
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11112
|
-
background-color:
|
|
11113
|
-
color: #
|
|
11137
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
11138
|
+
color: #272833;
|
|
11114
11139
|
font-weight: 600;
|
|
11115
11140
|
}
|
|
11116
11141
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
@@ -11127,19 +11152,19 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11127
11152
|
color: #272833;
|
|
11128
11153
|
}
|
|
11129
11154
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
|
|
11130
|
-
background-color:
|
|
11131
|
-
color: #
|
|
11155
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11156
|
+
color: #272833;
|
|
11132
11157
|
}
|
|
11133
11158
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
11134
|
-
background-color:
|
|
11159
|
+
background-color: rgba(11, 95, 255, 0.04);
|
|
11135
11160
|
}
|
|
11136
11161
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
11137
11162
|
background-color: #f0f5ff;
|
|
11138
11163
|
color: #272833;
|
|
11139
11164
|
}
|
|
11140
11165
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11141
|
-
background-color:
|
|
11142
|
-
color: #
|
|
11166
|
+
background-color: rgba(11, 95, 255, 0.06);
|
|
11167
|
+
color: #272833;
|
|
11143
11168
|
font-weight: 600;
|
|
11144
11169
|
}
|
|
11145
11170
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
@@ -14585,8 +14610,8 @@ html:not(#__):not(#___) .cadmin .popover-header {
|
|
|
14585
14610
|
background-color: #fff;
|
|
14586
14611
|
border-bottom: 1px solid #f2f2f2;
|
|
14587
14612
|
border-color: #e7e7ed;
|
|
14588
|
-
border-top-left-radius:
|
|
14589
|
-
border-top-right-radius:
|
|
14613
|
+
border-top-left-radius: calc( 4px - 1px );
|
|
14614
|
+
border-top-right-radius: calc( 4px - 1px );
|
|
14590
14615
|
font-size: 14px;
|
|
14591
14616
|
font-weight: 600;
|
|
14592
14617
|
margin-bottom: 0;
|
|
@@ -14599,8 +14624,8 @@ html:not(#__):not(#___) .cadmin .popover-header:empty {
|
|
|
14599
14624
|
display: none;
|
|
14600
14625
|
}
|
|
14601
14626
|
html:not(#__):not(#___) .cadmin .popover-body {
|
|
14602
|
-
border-bottom-left-radius:
|
|
14603
|
-
border-bottom-right-radius:
|
|
14627
|
+
border-bottom-left-radius: calc( 4px - 1px );
|
|
14628
|
+
border-bottom-right-radius: calc( 4px - 1px );
|
|
14604
14629
|
color: #6b6c7e;
|
|
14605
14630
|
padding: 12px 16px;
|
|
14606
14631
|
}
|