@patternfly/patternfly 4.201.1 → 4.201.2
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.
|
@@ -167,13 +167,10 @@
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
@media screen and (min-width: 1200px) {
|
|
170
|
-
.pf-c-
|
|
170
|
+
.pf-c-masthead {
|
|
171
171
|
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
-
.pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead {
|
|
175
|
-
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
176
|
-
}
|
|
177
174
|
.pf-c-masthead.pf-m-light {
|
|
178
175
|
color: var(--pf-global--Color--100);
|
|
179
176
|
--pf-c-masthead--BackgroundColor: var(--pf-c-masthead--m-light--BackgroundColor);
|
|
@@ -156,13 +156,9 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
156
156
|
@media screen and (min-width: $pf-global--breakpoint--md) {
|
|
157
157
|
@include pf-c-masthead--m-display-inline;
|
|
158
158
|
}
|
|
159
|
-
|
|
160
|
-
@media screen and (min-width: $pf-global--breakpoint--xl) {
|
|
161
|
-
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
162
|
-
}
|
|
163
159
|
}
|
|
164
160
|
|
|
165
|
-
|
|
161
|
+
@media screen and (min-width: $pf-global--breakpoint--xl) {
|
|
166
162
|
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
167
163
|
}
|
|
168
164
|
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -17655,13 +17655,10 @@ ul.pf-c-list {
|
|
|
17655
17655
|
}
|
|
17656
17656
|
}
|
|
17657
17657
|
@media screen and (min-width: 1200px) {
|
|
17658
|
-
.pf-c-
|
|
17658
|
+
.pf-c-masthead {
|
|
17659
17659
|
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
17660
17660
|
}
|
|
17661
17661
|
}
|
|
17662
|
-
.pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead {
|
|
17663
|
-
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
17664
|
-
}
|
|
17665
17662
|
.pf-c-masthead.pf-m-light {
|
|
17666
17663
|
color: var(--pf-global--Color--100);
|
|
17667
17664
|
--pf-c-masthead--BackgroundColor: var(--pf-c-masthead--m-light--BackgroundColor);
|
package/patternfly.css
CHANGED
|
@@ -17782,13 +17782,10 @@ ul.pf-c-list {
|
|
|
17782
17782
|
}
|
|
17783
17783
|
}
|
|
17784
17784
|
@media screen and (min-width: 1200px) {
|
|
17785
|
-
.pf-c-
|
|
17785
|
+
.pf-c-masthead {
|
|
17786
17786
|
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
17787
17787
|
}
|
|
17788
17788
|
}
|
|
17789
|
-
.pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead {
|
|
17790
|
-
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
17791
|
-
}
|
|
17792
17789
|
.pf-c-masthead.pf-m-light {
|
|
17793
17790
|
color: var(--pf-global--Color--100);
|
|
17794
17791
|
--pf-c-masthead--BackgroundColor: var(--pf-c-masthead--m-light--BackgroundColor);
|