forked from platypush/platypush
Reduced padding of ConfirmDialog body element.
This commit is contained in:
parent
435cbe7b1f
commit
26b4dcba46
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ export default {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.body {
|
||||||
|
padding: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in a new issue