@clayui/css 3.89.0 → 3.90.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 +93 -133
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +69 -83
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +111 -135
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/angle-double-left-small.svg +10 -0
- package/lib/images/icons/angle-double-left.svg +10 -0
- package/lib/images/icons/angle-double-right-small.svg +10 -0
- package/lib/images/icons/angle-double-right.svg +10 -0
- package/lib/images/icons/field-area.svg +10 -0
- package/lib/images/icons/flags-km-KH.svg +12 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/angle-double-left-small.svg +10 -0
- package/src/images/icons/angle-double-left.svg +10 -0
- package/src/images/icons/angle-double-right-small.svg +10 -0
- package/src/images/icons/angle-double-right.svg +10 -0
- package/src/images/icons/field-area.svg +10 -0
- package/src/images/icons/flags-km-KH.svg +12 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_menubar.scss +68 -62
- package/src/scss/cadmin/variables/_menubar.scss +204 -189
- package/src/scss/cadmin/variables/_pagination.scss +3 -3
- package/src/scss/functions/_lx-icons-generated.scss +12 -0
- package/src/scss/mixins/_breakpoints.scss +44 -40
- package/src/scss/mixins/_menubar.scss +131 -10
- package/src/scss/variables/_menubar.scss +158 -161
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.90.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.90.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>
|
|
@@ -10917,6 +10917,12 @@ html:not(#__):not(#___) .cadmin .menubar-toggler {
|
|
|
10917
10917
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md {
|
|
10918
10918
|
max-width: 250px;
|
|
10919
10919
|
}
|
|
10920
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse {
|
|
10921
|
+
display: block;
|
|
10922
|
+
}
|
|
10923
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.collapsing, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.show {
|
|
10924
|
+
display: block;
|
|
10925
|
+
}
|
|
10920
10926
|
@media (max-width: 767.98px) {
|
|
10921
10927
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md {
|
|
10922
10928
|
align-items: center;
|
|
@@ -10926,12 +10932,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md {
|
|
|
10926
10932
|
margin-bottom: 24px;
|
|
10927
10933
|
margin-left: -12px;
|
|
10928
10934
|
margin-right: -12px;
|
|
10935
|
+
max-width: none;
|
|
10929
10936
|
}
|
|
10930
|
-
}
|
|
10931
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse {
|
|
10932
|
-
display: block;
|
|
10933
|
-
}
|
|
10934
|
-
@media (max-width: 767.98px) {
|
|
10935
10937
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse {
|
|
10936
10938
|
border-color: transparent;
|
|
10937
10939
|
border-style: solid;
|
|
@@ -10943,11 +10945,6 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse {
|
|
|
10943
10945
|
top: 100%;
|
|
10944
10946
|
z-index: 499;
|
|
10945
10947
|
}
|
|
10946
|
-
}
|
|
10947
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.collapsing, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.show {
|
|
10948
|
-
display: block;
|
|
10949
|
-
}
|
|
10950
|
-
@media (max-width: 767.98px) {
|
|
10951
10948
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-toggler {
|
|
10952
10949
|
align-items: center;
|
|
10953
10950
|
border-color: transparent;
|
|
@@ -10960,71 +10957,40 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.co
|
|
|
10960
10957
|
}
|
|
10961
10958
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-toggler .c-inner {
|
|
10962
10959
|
max-width: none;
|
|
10963
|
-
margin-left: -8px;
|
|
10964
|
-
margin-right: -8px;
|
|
10965
10960
|
}
|
|
10966
10961
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-toggler .lexicon-icon {
|
|
10967
10962
|
margin-top: 0;
|
|
10968
10963
|
}
|
|
10969
|
-
}
|
|
10970
|
-
@media (max-width: 767.98px) {
|
|
10971
10964
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-nested {
|
|
10972
10965
|
margin-bottom: 8px;
|
|
10973
10966
|
margin-top: 8px;
|
|
10974
10967
|
}
|
|
10975
|
-
}
|
|
10976
|
-
@media (max-width: 767.98px) {
|
|
10977
10968
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-nested-margins > li .nav > li {
|
|
10978
10969
|
margin-left: 0;
|
|
10979
10970
|
}
|
|
10980
|
-
|
|
10981
|
-
|
|
10982
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent {
|
|
10983
|
-
background-color: #fff;
|
|
10971
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link {
|
|
10972
|
+
color: #6b6c7e;
|
|
10984
10973
|
}
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-collapse {
|
|
10988
|
-
background-color: #fff;
|
|
10989
|
-
border-color: #e7e7ed;
|
|
10990
|
-
border-radius: 4px;
|
|
10991
|
-
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
10974
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link.hover {
|
|
10975
|
+
color: #6b6c7e;
|
|
10992
10976
|
}
|
|
10993
|
-
|
|
10994
|
-
@media (max-width: 767.98px) {
|
|
10995
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
10977
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link:active {
|
|
10996
10978
|
color: #272833;
|
|
10997
|
-
font-size: 14px;
|
|
10998
|
-
font-weight: 600;
|
|
10999
|
-
text-decoration: none;
|
|
11000
|
-
transition: box-shadow 0.15s ease-in-out;
|
|
11001
|
-
}
|
|
11002
|
-
}
|
|
11003
|
-
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
|
|
11004
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
11005
|
-
transition: none;
|
|
11006
10979
|
}
|
|
11007
|
-
|
|
11008
|
-
|
|
11009
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler:focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler.focus {
|
|
11010
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
11011
|
-
outline: 0;
|
|
10980
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link.active {
|
|
10981
|
+
color: #272833;
|
|
11012
10982
|
}
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler:active:focus {
|
|
11016
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
10983
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link.disabled {
|
|
10984
|
+
color: #a7a9bc;
|
|
11017
10985
|
}
|
|
11018
|
-
|
|
11019
|
-
|
|
11020
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler.disabled {
|
|
11021
|
-
box-shadow: none;
|
|
10986
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .nav-link.show {
|
|
10987
|
+
color: #272833;
|
|
11022
10988
|
}
|
|
11023
10989
|
}
|
|
11024
10990
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
11025
10991
|
border-radius: 6px;
|
|
11026
|
-
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11027
10992
|
color: #6b6c7e;
|
|
10993
|
+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11028
10994
|
}
|
|
11029
10995
|
@media (prefers-reduced-motion: reduce) {
|
|
11030
10996
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
@@ -11045,17 +11011,40 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11045
11011
|
color: rgba(0, 0, 0, 0.9);
|
|
11046
11012
|
}
|
|
11047
11013
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
11014
|
+
font-weight: 600;
|
|
11048
11015
|
background-color: rgba(11, 95, 255, 0.06);
|
|
11049
11016
|
color: #272833;
|
|
11050
|
-
font-weight: 600;
|
|
11051
11017
|
}
|
|
11052
11018
|
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 {
|
|
11053
|
-
box-shadow: none;
|
|
11054
11019
|
color: rgba(0, 0, 0, 0.3);
|
|
11020
|
+
box-shadow: none;
|
|
11055
11021
|
}
|
|
11056
11022
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.show {
|
|
11057
|
-
color: #272833;
|
|
11058
11023
|
font-weight: 600;
|
|
11024
|
+
color: #272833;
|
|
11025
|
+
}
|
|
11026
|
+
@media (max-width: 767.98px) {
|
|
11027
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent {
|
|
11028
|
+
background-color: #fff;
|
|
11029
|
+
}
|
|
11030
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-collapse {
|
|
11031
|
+
background-color: #fff;
|
|
11032
|
+
border-color: #e7e7ed;
|
|
11033
|
+
border-radius: 4px;
|
|
11034
|
+
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
11035
|
+
}
|
|
11036
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
11037
|
+
color: #272833;
|
|
11038
|
+
font-size: 14px;
|
|
11039
|
+
font-weight: 600;
|
|
11040
|
+
text-decoration: none;
|
|
11041
|
+
transition: box-shadow 0.15s ease-in-out;
|
|
11042
|
+
}
|
|
11043
|
+
}
|
|
11044
|
+
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
|
|
11045
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
11046
|
+
transition: none;
|
|
11047
|
+
}
|
|
11059
11048
|
}
|
|
11060
11049
|
@media (max-width: 767.98px) {
|
|
11061
11050
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
@@ -11070,13 +11059,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11070
11059
|
background-color: rgba(11, 95, 255, 0.04);
|
|
11071
11060
|
}
|
|
11072
11061
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
11073
|
-
background-color: #f0f5ff;
|
|
11074
11062
|
color: #272833;
|
|
11075
11063
|
}
|
|
11076
11064
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
11065
|
+
font-weight: 600;
|
|
11077
11066
|
background-color: rgba(11, 95, 255, 0.06);
|
|
11078
11067
|
color: #272833;
|
|
11079
|
-
font-weight: 600;
|
|
11080
11068
|
}
|
|
11081
11069
|
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 {
|
|
11082
11070
|
background-color: transparent;
|
|
@@ -11113,6 +11101,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11113
11101
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg {
|
|
11114
11102
|
max-width: 250px;
|
|
11115
11103
|
}
|
|
11104
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse {
|
|
11105
|
+
display: block;
|
|
11106
|
+
}
|
|
11107
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.collapsing, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.show {
|
|
11108
|
+
display: block;
|
|
11109
|
+
}
|
|
11116
11110
|
@media (max-width: 991.98px) {
|
|
11117
11111
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg {
|
|
11118
11112
|
align-items: center;
|
|
@@ -11122,12 +11116,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg {
|
|
|
11122
11116
|
margin-bottom: 24px;
|
|
11123
11117
|
margin-left: -12px;
|
|
11124
11118
|
margin-right: -12px;
|
|
11119
|
+
max-width: none;
|
|
11125
11120
|
}
|
|
11126
|
-
}
|
|
11127
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse {
|
|
11128
|
-
display: block;
|
|
11129
|
-
}
|
|
11130
|
-
@media (max-width: 991.98px) {
|
|
11131
11121
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse {
|
|
11132
11122
|
border-color: transparent;
|
|
11133
11123
|
border-style: solid;
|
|
@@ -11139,11 +11129,6 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse {
|
|
|
11139
11129
|
top: 100%;
|
|
11140
11130
|
z-index: 499;
|
|
11141
11131
|
}
|
|
11142
|
-
}
|
|
11143
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.collapsing, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.show {
|
|
11144
|
-
display: block;
|
|
11145
|
-
}
|
|
11146
|
-
@media (max-width: 991.98px) {
|
|
11147
11132
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-toggler {
|
|
11148
11133
|
align-items: center;
|
|
11149
11134
|
border-color: transparent;
|
|
@@ -11156,71 +11141,40 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.co
|
|
|
11156
11141
|
}
|
|
11157
11142
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-toggler .c-inner {
|
|
11158
11143
|
max-width: none;
|
|
11159
|
-
margin-left: -8px;
|
|
11160
|
-
margin-right: -8px;
|
|
11161
11144
|
}
|
|
11162
11145
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-toggler .lexicon-icon {
|
|
11163
11146
|
margin-top: 0;
|
|
11164
11147
|
}
|
|
11165
|
-
}
|
|
11166
|
-
@media (max-width: 991.98px) {
|
|
11167
11148
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-nested {
|
|
11168
11149
|
margin-bottom: 8px;
|
|
11169
11150
|
margin-top: 8px;
|
|
11170
11151
|
}
|
|
11171
|
-
}
|
|
11172
|
-
@media (max-width: 991.98px) {
|
|
11173
11152
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-nested-margins > li .nav > li {
|
|
11174
11153
|
margin-left: 0;
|
|
11175
11154
|
}
|
|
11176
|
-
|
|
11177
|
-
|
|
11178
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent {
|
|
11179
|
-
background-color: #fff;
|
|
11155
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link {
|
|
11156
|
+
color: #6b6c7e;
|
|
11180
11157
|
}
|
|
11181
|
-
|
|
11182
|
-
|
|
11183
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-collapse {
|
|
11184
|
-
background-color: #fff;
|
|
11185
|
-
border-color: #e7e7ed;
|
|
11186
|
-
border-radius: 4px;
|
|
11187
|
-
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
11158
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link.hover {
|
|
11159
|
+
color: #6b6c7e;
|
|
11188
11160
|
}
|
|
11189
|
-
|
|
11190
|
-
@media (max-width: 991.98px) {
|
|
11191
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
11161
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link:active {
|
|
11192
11162
|
color: #272833;
|
|
11193
|
-
font-size: 14px;
|
|
11194
|
-
font-weight: 600;
|
|
11195
|
-
text-decoration: none;
|
|
11196
|
-
transition: box-shadow 0.15s ease-in-out;
|
|
11197
11163
|
}
|
|
11198
|
-
|
|
11199
|
-
|
|
11200
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
11201
|
-
transition: none;
|
|
11202
|
-
}
|
|
11203
|
-
}
|
|
11204
|
-
@media (max-width: 991.98px) {
|
|
11205
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler:focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler.focus {
|
|
11206
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
11207
|
-
outline: 0;
|
|
11164
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link.active {
|
|
11165
|
+
color: #272833;
|
|
11208
11166
|
}
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler:active:focus {
|
|
11212
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
11167
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link.disabled {
|
|
11168
|
+
color: #a7a9bc;
|
|
11213
11169
|
}
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler.disabled {
|
|
11217
|
-
box-shadow: none;
|
|
11170
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .nav-link.show {
|
|
11171
|
+
color: #272833;
|
|
11218
11172
|
}
|
|
11219
11173
|
}
|
|
11220
11174
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
11221
11175
|
border-radius: 6px;
|
|
11222
|
-
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11223
11176
|
color: #6b6c7e;
|
|
11177
|
+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11224
11178
|
}
|
|
11225
11179
|
@media (prefers-reduced-motion: reduce) {
|
|
11226
11180
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
@@ -11241,17 +11195,40 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11241
11195
|
color: rgba(0, 0, 0, 0.9);
|
|
11242
11196
|
}
|
|
11243
11197
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11198
|
+
font-weight: 600;
|
|
11244
11199
|
background-color: rgba(11, 95, 255, 0.06);
|
|
11245
11200
|
color: #272833;
|
|
11246
|
-
font-weight: 600;
|
|
11247
11201
|
}
|
|
11248
11202
|
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 {
|
|
11249
|
-
box-shadow: none;
|
|
11250
11203
|
color: rgba(0, 0, 0, 0.3);
|
|
11204
|
+
box-shadow: none;
|
|
11251
11205
|
}
|
|
11252
11206
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.show {
|
|
11253
|
-
color: #272833;
|
|
11254
11207
|
font-weight: 600;
|
|
11208
|
+
color: #272833;
|
|
11209
|
+
}
|
|
11210
|
+
@media (max-width: 991.98px) {
|
|
11211
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent {
|
|
11212
|
+
background-color: #fff;
|
|
11213
|
+
}
|
|
11214
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-collapse {
|
|
11215
|
+
background-color: #fff;
|
|
11216
|
+
border-color: #e7e7ed;
|
|
11217
|
+
border-radius: 4px;
|
|
11218
|
+
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
11219
|
+
}
|
|
11220
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
11221
|
+
color: #272833;
|
|
11222
|
+
font-size: 14px;
|
|
11223
|
+
font-weight: 600;
|
|
11224
|
+
text-decoration: none;
|
|
11225
|
+
transition: box-shadow 0.15s ease-in-out;
|
|
11226
|
+
}
|
|
11227
|
+
}
|
|
11228
|
+
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
|
|
11229
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
11230
|
+
transition: none;
|
|
11231
|
+
}
|
|
11255
11232
|
}
|
|
11256
11233
|
@media (max-width: 991.98px) {
|
|
11257
11234
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
@@ -11266,13 +11243,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11266
11243
|
background-color: rgba(11, 95, 255, 0.04);
|
|
11267
11244
|
}
|
|
11268
11245
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
11269
|
-
background-color: #f0f5ff;
|
|
11270
11246
|
color: #272833;
|
|
11271
11247
|
}
|
|
11272
11248
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11249
|
+
font-weight: 600;
|
|
11273
11250
|
background-color: rgba(11, 95, 255, 0.06);
|
|
11274
11251
|
color: #272833;
|
|
11275
|
-
font-weight: 600;
|
|
11276
11252
|
}
|
|
11277
11253
|
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 {
|
|
11278
11254
|
background-color: transparent;
|
|
@@ -12997,14 +12973,14 @@ html:not(#__):not(#___) .cadmin .page-link {
|
|
|
12997
12973
|
}
|
|
12998
12974
|
}
|
|
12999
12975
|
html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmin .page-link.hover {
|
|
13000
|
-
background-color: rgba(
|
|
12976
|
+
background-color: rgba(39, 40, 41, 0.04);
|
|
13001
12977
|
border-color: transparent;
|
|
13002
12978
|
color: #272833;
|
|
13003
12979
|
text-decoration: none;
|
|
13004
12980
|
z-index: 2;
|
|
13005
12981
|
}
|
|
13006
12982
|
html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus {
|
|
13007
|
-
background-color: rgba(
|
|
12983
|
+
background-color: rgba(39, 40, 41, 0.04);
|
|
13008
12984
|
border-color: transparent;
|
|
13009
12985
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
|
|
13010
12986
|
color: #272833;
|
|
@@ -13012,16 +12988,16 @@ html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmi
|
|
|
13012
12988
|
z-index: 4;
|
|
13013
12989
|
}
|
|
13014
12990
|
html:not(#__):not(#___) .cadmin .page-link:active {
|
|
13015
|
-
background-color:
|
|
12991
|
+
background-color: #6b6c7e;
|
|
13016
12992
|
border-color: transparent;
|
|
13017
|
-
color: #
|
|
12993
|
+
color: #fff;
|
|
13018
12994
|
cursor: default;
|
|
13019
12995
|
z-index: 3;
|
|
13020
12996
|
}
|
|
13021
12997
|
html:not(#__):not(#___) .cadmin .page-link.active {
|
|
13022
|
-
background-color:
|
|
12998
|
+
background-color: #6b6c7e;
|
|
13023
12999
|
border-color: transparent;
|
|
13024
|
-
color: #
|
|
13000
|
+
color: #fff;
|
|
13025
13001
|
z-index: 3;
|
|
13026
13002
|
}
|
|
13027
13003
|
html:not(#__):not(#___) .cadmin .page-link:disabled, html:not(#__):not(#___) .cadmin .page-link.disabled {
|
|
@@ -13035,9 +13011,9 @@ html:not(#__):not(#___) .cadmin .page-link:disabled, html:not(#__):not(#___) .ca
|
|
|
13035
13011
|
z-index: 0;
|
|
13036
13012
|
}
|
|
13037
13013
|
html:not(#__):not(#___) .cadmin .page-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .page-link.show {
|
|
13038
|
-
background-color:
|
|
13014
|
+
background-color: #6b6c7e;
|
|
13039
13015
|
border-color: transparent;
|
|
13040
|
-
color: #
|
|
13016
|
+
color: #fff;
|
|
13041
13017
|
z-index: 3;
|
|
13042
13018
|
}
|
|
13043
13019
|
html:not(#__):not(#___) .cadmin .page-link > .c-inner {
|
|
@@ -13054,9 +13030,9 @@ html:not(#__):not(#___) .cadmin .page-item {
|
|
|
13054
13030
|
margin-right: 4px;
|
|
13055
13031
|
}
|
|
13056
13032
|
html:not(#__):not(#___) .cadmin .page-item.active .page-link {
|
|
13057
|
-
background-color:
|
|
13033
|
+
background-color: #6b6c7e;
|
|
13058
13034
|
border-color: transparent;
|
|
13059
|
-
color: #
|
|
13035
|
+
color: #fff;
|
|
13060
13036
|
cursor: default;
|
|
13061
13037
|
z-index: 3;
|
|
13062
13038
|
}
|
|
@@ -13110,7 +13086,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button {
|
|
|
13110
13086
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:hover, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.hover,
|
|
13111
13087
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:hover,
|
|
13112
13088
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
|
|
13113
|
-
background-color: rgba(
|
|
13089
|
+
background-color: rgba(39, 40, 41, 0.04);
|
|
13114
13090
|
border-color: transparent;
|
|
13115
13091
|
color: #272833;
|
|
13116
13092
|
}
|
|
@@ -13124,15 +13100,15 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus {
|
|
|
13124
13100
|
}
|
|
13125
13101
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:active,
|
|
13126
13102
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:active {
|
|
13127
|
-
background-color:
|
|
13103
|
+
background-color: #6b6c7e;
|
|
13128
13104
|
border-color: transparent;
|
|
13129
|
-
color: #
|
|
13105
|
+
color: #fff;
|
|
13130
13106
|
}
|
|
13131
13107
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.active,
|
|
13132
13108
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.active {
|
|
13133
|
-
background-color:
|
|
13109
|
+
background-color: #6b6c7e;
|
|
13134
13110
|
border-color: transparent;
|
|
13135
|
-
color: #
|
|
13111
|
+
color: #fff;
|
|
13136
13112
|
}
|
|
13137
13113
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:disabled, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.disabled,
|
|
13138
13114
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:disabled,
|
|
@@ -13148,9 +13124,9 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled {
|
|
|
13148
13124
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a[aria-expanded=true], html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.show,
|
|
13149
13125
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button[aria-expanded=true],
|
|
13150
13126
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.show {
|
|
13151
|
-
background-color:
|
|
13127
|
+
background-color: #6b6c7e;
|
|
13152
13128
|
border-color: transparent;
|
|
13153
|
-
color: #
|
|
13129
|
+
color: #fff;
|
|
13154
13130
|
}
|
|
13155
13131
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a > .c-inner,
|
|
13156
13132
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button > .c-inner {
|