You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--#{$compass}__main-footer--MarginBlockStart: calc(var(--#{$compass}__main--RowGap) *-1+var(--#{$compass}--Gap)); // Creates same gap as parent compass grid, mimicking the compass footer
@@ -92,12 +84,11 @@ In a basic Compass layout, the page structure is defined by the order of element
92
84
|`.pf-v6-c-compass__sidebar`|`<div>`| Initiates a Compass sidebar. **Required**|
93
85
|`.pf-v6-c-compass__main`|`<div>`| Initiates the Compass main wrapper. **Required**|
94
86
|`.pf-v6-c-compass__main-header`|`<div>`| Initiates the Compass main header. |
95
-
|`.pf-v6-c-compass__main-header-content`|`<div>`| Initiates the Compass main header content. This should be passed into a `.pf-v6-c-compass__panel` component. |
87
+
|`.pf-v6-c-compass__main-header-content`|`<div>`| Initiates the Compass main header content. This should be passed into a glass panel component. |
96
88
|`.pf-v6-c-compass__main-header-title`|`<div>`| Initiates a title within the Compass main header content. |
97
89
|`.pf-v6-c-compass__main-header-toolbar`|`<div>`| Initiates a toolbar of actions within the Compass main header content. |
98
90
|`.pf-v6-c-compass__content`|`<div>`| Initiates the Compass content. **Required**|
99
91
|`.pf-v6-c-compass__main-footer`|`<div>`| Initiates the Compass main footer. **Required**|
100
-
|`.pf-v6-c-compass__panel`|`<div>`| Initiates a Compass panel. |
101
92
|`.pf-v6-c-compass__nav`|`<div>`| Initiates a Compass container for site navigation. |
102
93
|`.pf-v6-c-compass__nav-content`|`<div>`| Initiates a Compass container for navigation content. |
103
94
|`.pf-v6-c-compass__nav-home`|`<div>`| Initiates a container for Compass home button. |
@@ -106,13 +97,7 @@ In a basic Compass layout, the page structure is defined by the order of element
106
97
|`.pf-v6-c-compass__footer`|`<div>`| Initiates the Compass footer. |
107
98
|`.pf-v6-c-compass__message-bar`|`<div>`| Initiates the Compass message bar. |
108
99
|`.pf-m-docked`|`.pf-v6-c-compass`| Modifies for dock layout. |
109
-
|`.pf-m-no-glass`|`.pf-v6-c-compass`, `.pf-v6-c-compass__panel`| Modifies all elements or individual panels to remove the glass styles. |
110
100
|`.pf-m-no-screen-warning`|`.pf-v6-c-compass`| Disables the screen warning that shows on smaller viewports. |
111
101
|`.pf-m-start`|`.pf-v6-c-compass__sidebar`| Modifies a Compass sidebar for start styles. **Required**|
112
102
|`.pf-m-end`|`.pf-v6-c-compass__sidebar`| Modifies a Compass sidebar for end styles. **Required**|
113
-
|`.pf-m-no-border`|`.pf-v6-c-compass__panel`| Modifies a Compass panel to remove the border. |
114
-
|`.pf-m-no-padding`|`.pf-v6-c-compass__panel`| Modifies a Compass panel to remove the padding. |
115
-
|`.pf-m-full-height`|`.pf-v6-c-compass__panel`| Modifies a Compass panel to be full height. |
116
-
|`.pf-m-pill`|`.pf-v6-c-compass__panel`| Modifies a Compass panel to have a pill-shaped border radius. |
117
-
|`.pf-m-scrollable`|`.pf-v6-c-compass__panel`| Modifies a Compass panel to scroll its overflow. |
118
103
|`.pf-m-expanded`|`.pf-v6-c-compass__header`, `.pf-v6-c-compass__sidebar`, `.pf-v6-c-compass__main-footer`, `.pf-v6-c-compass__footer`| Modifies a Compass section for expanded styles. |
0 commit comments