Remove padding from nested modal footer
This commit is contained in:
parent
88bc146f0d
commit
f46b93d806
1 changed files with 5 additions and 0 deletions
|
@ -139,6 +139,11 @@
|
||||||
&--padded {
|
&--padded {
|
||||||
.module-Modal__body {
|
.module-Modal__body {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|
||||||
|
// ProfileEditor nests footer within the Modal's body
|
||||||
|
.module-Modal__button-footer {
|
||||||
|
padding: 1em 0 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue