We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7dbf7 commit 7ce5556Copy full SHA for 7ce5556
elements/pfe-modal/src/pfe-modal.scss
@@ -21,11 +21,6 @@ $pfe-modal--breakpoint--medium: 640px;
21
--pfe-modal--Padding: calc(#{pfe-var(container-padding)} * 2) calc(#{pfe-var(container-padding)} * 4) calc(#{pfe-var(container-padding)} * 2) calc(#{pfe-var(container-padding)} * 2);
22
}
23
24
-::slotted([slot="pfe-modal--header"]) {
25
- margin-top: 0 !important;
26
- width: 90%;
27
-}
28
-
29
.pfe-modal {
30
&__wrapper {
31
position: absolute;
@@ -75,6 +70,10 @@ $pfe-modal--breakpoint--medium: 640px;
75
70
margin-top: 0 !important;
76
71
77
72
73
+ ::slotted([slot="pfe-modal--header"]) {
74
+ margin-top: 0 !important;
+ width: 90%;
+ }
78
79
80
&__close {
0 commit comments