There was an error while loading. Please reload this page.
1 parent 48a170a commit fd0c62dCopy full SHA for fd0c62d
1 file changed
packages/cmsui/styles/cmsui.css
@@ -161,21 +161,14 @@
161
162
@import './utilities.css';
163
164
-/* Control-panel pages: a horizontal gutter so content never sits flush against
165
- the viewport edge once the toolbar + max-width leave no room to center. */
166
.route-controlpanel {
167
padding-inline: 1.5rem;
168
}
169
170
-/* Add-ons control panel + control-panel overview: Metropolis font + page
171
- typography. Unlayered so these win over the (layered) basic theme + Tailwind
172
- utilities. */
173
.route-addons {
174
font-family: 'Metropolis', sans-serif;
175
176
177
-/* Shared page title — the add-ons page and the control-panel overview use the
178
- identical design, so the two selectors share one rule. */
179
.route-addons .addons-title,
180
.cp-overview .cp-title {
181
margin-top: 50px;
0 commit comments