Skip to content

Commit fd0c62d

Browse files
refactor(cmsui): remove redundant comments
1 parent 48a170a commit fd0c62d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/cmsui/styles/cmsui.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,14 @@
161161

162162
@import './utilities.css';
163163

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. */
166164
.route-controlpanel {
167165
padding-inline: 1.5rem;
168166
}
169167

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. */
173168
.route-addons {
174169
font-family: 'Metropolis', sans-serif;
175170
}
176171

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. */
179172
.route-addons .addons-title,
180173
.cp-overview .cp-title {
181174
margin-top: 50px;

0 commit comments

Comments
 (0)