@concretecms/bedrock 1.1.4 → 1.1.5
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.
|
@@ -518,3 +518,11 @@ ul.ccm-mobile-menu {
|
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
+
|
|
522
|
+
html.ccm-toolbar-visible {
|
|
523
|
+
.ccm-page {
|
|
524
|
+
// This used to be dynamically included in the theme. Now we're moving it here.
|
|
525
|
+
// The purpose of this code is to push the content of the page down if the toolbar appears at the top.
|
|
526
|
+
margin-top: 48px;
|
|
527
|
+
}
|
|
528
|
+
}
|
package/package.json
CHANGED