|
|
@@ -1,7 +1,3 @@
|
|
|
-.page-references h2 {
|
|
|
- color: var(--ls-title-text-color);
|
|
|
-}
|
|
|
-
|
|
|
.cp__page {
|
|
|
&-publish-actions {
|
|
|
background-color: var(--ls-primary-background-color);
|
|
|
@@ -97,14 +93,14 @@
|
|
|
|
|
|
.actions {
|
|
|
position: sticky;
|
|
|
- background-color: or(--ls-all-pages-table, --lx-gray-01, --ls-primary-background-color);
|
|
|
+ background-color: var(--lx-gray-01, var(--ls-primary-background-color, var(--rx-gray-01)));
|
|
|
white-space: nowrap;
|
|
|
top: -18px;
|
|
|
padding-bottom: 10px;
|
|
|
z-index: 1;
|
|
|
|
|
|
.dark & {
|
|
|
- background-color: or(--ls-all-pages-table, --lx-gray-02, --ls-primary-background-color);
|
|
|
+ background-color: var(--lx-gray-02, var(--ls-primary-background-color, var(--rx-gray-02)));
|
|
|
}
|
|
|
|
|
|
@screen md {
|
|
|
@@ -137,7 +133,6 @@
|
|
|
@apply text-base space-x-2;
|
|
|
|
|
|
a.button {
|
|
|
- color: var(--ls-primary-text-color);
|
|
|
margin-top: 1px;
|
|
|
height: unset;
|
|
|
padding: 4px;
|
|
|
@@ -146,7 +141,6 @@
|
|
|
|
|
|
&.active {
|
|
|
opacity: 1;
|
|
|
- color: var(--ls-link-ref-text-color);
|
|
|
}
|
|
|
}
|
|
|
|