Remove padding from nested modal footer
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user