@posiwise/core-styles 0.0.33 → 0.0.34
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/package.json +2 -2
- package/scss/_dynamic-styles.scss +22 -4
package/package.json
CHANGED
|
@@ -957,9 +957,7 @@ p {
|
|
|
957
957
|
color: var(--text-color, black);
|
|
958
958
|
}
|
|
959
959
|
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
.resource-header{
|
|
960
|
+
.resource-header {
|
|
963
961
|
.navbar-nav {
|
|
964
962
|
.nav-item {
|
|
965
963
|
.nav-link {
|
|
@@ -971,4 +969,24 @@ p {
|
|
|
971
969
|
}
|
|
972
970
|
}
|
|
973
971
|
}
|
|
974
|
-
}
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.domain-edit-icon {
|
|
975
|
+
bottom: 20px;
|
|
976
|
+
right: 20px;
|
|
977
|
+
cursor: pointer;
|
|
978
|
+
z-index: 5;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.in-page-edit-icon {
|
|
982
|
+
font-family: 'Font Awesome 6 Pro', sans-serif !important;
|
|
983
|
+
font-size: 1.5rem;
|
|
984
|
+
vertical-align: middle;
|
|
985
|
+
color: black;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.in-page-trash-icon,
|
|
989
|
+
.in-page-bars-icon {
|
|
990
|
+
font-family: 'Font Awesome 6 Pro', sans-serif !important;
|
|
991
|
+
font-size: 1.1rem;
|
|
992
|
+
}
|